Greetings to all of you!
I am implementing an automation, which requires the below automation , when an item is added on sales lines:
1) Auto-create through AL an item charge line.
2) Auto-Assign this item charge to this specific item.
I have already managed to create the item charge line but i have some concerns regarding the auto assignment process.
As far as i noticed, the system , does not , pre-create in the item charge assignment table , the lines, when you insert on sales lines an item charge type of line.Instead, this procedure happens on Action when you click the item charge assignment action on the sales order subform.
So. I basically need , in the same section of code that i auto create and insert the item charge line, to run this procedure so that the system will create in the item charge sales table the needed records.
How can i do that? Is it possible to run the OnAction trigger of the Item Charge Assignment, through code?
Any thoughts?
Thank you in advance.
With respect,
Antonis
UPDATE:
I have used the procedure below which basically creates the item charge lines after i have already inserted the item charge line.
Var
InsertSalesLines: Record Sales Lines
.
.
.
InsertSalesLines.ShowItemChargeAssgnt();
However, the system automatically pops up the item charge assignment page and needs to be closed manually.
Is there a way to stop this happening or manage to close the page automatically so that the user dont have to close manually this page?
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,151 Super User 2024 Season 2
Martin Dráb 229,993 Most Valuable Professional
nmaenpaa 101,156