Is there possibility to run code unit from WP from employee portal. I would like to post sales order that was created in employee portal. Can you give me some advices?
Add a boolean field "Post" to the "Sales Header".
Add the code to validate the "Post" field for EP.
OnValidate of the "Post" field under the table - Run the codeunit you want.
So, when someone ticks the field and clicks save. It will post.
Comments
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Add the code to validate the "Post" field for EP.
OnValidate of the "Post" field under the table - Run the codeunit you want.
So, when someone ticks the field and clicks save. It will post.