Options

posting orders from employee portal

mwardzynmwardzyn Member Posts: 10
edited 2008-04-30 in Navision e-Commerce
Hello

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?

Best regards
Michał W
Best regards

Michal W

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,090
    [Topic moved from Navision forum to Navision e-Commerce forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    munib00munib00 Member Posts: 29
    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.
Sign In or Register to comment.