Announcements
Hi everyone,
Is it possible to show a remind message in sales lines when the Calculated Quantity to Pack is more than the Quantity to ship? And user still can perform their posting.
Hope anyone can give me some suggestions on how to solve it.
Thanks.
*This post is locked for comments
Put the code on the OnValidate section of "Calculated Quantity to Pack" on the Sales Line table.
IF "Calculated Quantity to Pack" > "Qty. to Ship" THEN
MESSAGE('remind');
Hi,
May I know where I can find the Posting Routine or Release Routine?
And can you give me some codes for refer in order to display reminder message?
Very sorry here, this is the first time i'm going to do the reminder message.
My condition here is to show a reminder message in sales lines when the Calculated Quantity to Pack is more than the Quantity to ship
For example when user fill in the calculated Quantity to pack is 10 and quantity to ship is 8, then the reminder message had to display out to alert the user.
Hope anyone can help me out for the above issues.
Thanks.
Yes, through customization you can add code to the Posting Routine or to Release Routine to warn the user.
It depends on when do you want to show the reminder ? When they open the page, when they click, etc. Either way you will need customization to do that.
The Calculated Quantity to Pack is not standard NAV.
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156