Quantcast
Channel: NAV Three Tier — mibuso.com
Viewing all articles
Browse latest Browse all 10032

Sales Invoice Subform (page 47)

$
0
0
Client asked for defaults to be added when you pick a resource.

in the No. validation method:
{-- code to get pricing info --}
VALIDATE("Unit Price", priceVariable);
{-- end of code to get pricing info (loops and if statements no need to display) --}

VALIDATE("Quantity", 1);

{-- code that was already in the No. Validate method--}
NoOnAfterValidate;
UpdateEditableOnRow;
ShowShortcutDimCode(ShortcutDimCode);
IF xRec."No." <> '' THEN
  RedistributeTotalsOnAfterValidate;


however when I am running the code - it does not update the totals and balances flowfields of the subform until I change the quantity manually in the subform or add a new line. It does not seem to update off the validation.

Thank you ahead of time

Viewing all articles
Browse latest Browse all 10032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>