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