I am validating 2 fields one by one but its just calling SKU validation code not for QTY... any idea??
here is code
I am validating 2 fields one by one but its just calling SKU validation code not for QTY... any idea??
here is code
You could validate those fields when you assigning them before the insert, why are you validating them after Insert? Anyhow for your code to work just use the Validate function without passing the value again.
SalesLine.VALIDATE("No.");
SalesLine.VALIDATE(Quantity);
Sohail Ahmed
691
YUN ZHU
682
Super User 2025 Season 1
Mansi Soni
495