Hi Friends
If anyone have a solution?
What is the use of adding parameters in OnRun trigger? example OnRun(VAR Rec : Record "Purchase Header")
*This post is locked for comments
Hi Friends
If anyone have a solution?
What is the use of adding parameters in OnRun trigger? example OnRun(VAR Rec : Record "Purchase Header")
*This post is locked for comments
Brother in a Nutshell thats the same thing what you do when u make a new function and add respective parameters.
On RUn trigger you cannot add Parameters that way, You can just add a Record Parameter this way.
Thank you.
The use is to permit to pass a record parameter to a codeunit as direct input (like in Posting codeunits).
That i Know brother,but what is the use of it?
Just go to your codeunit properties and set the TableNo field to your Record that you want as input in OnRun trigger.
you can search and see how the Codeunit 80,90 or 91 is working when you post the Sales and Purchase document.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156