1. I haven't the slightest idea what you mean with this....
2. To post a sales order, you can do it like this from code:
CODEUNIT.RUN(CODEUNIT::"Item Jnl.-Post Line",recItemJournalLine);
-CODEUNIT::"Item Jnl.-Post Line" converts to an integer. NEVER USE A NUMBER HERE, BUT ALWAYS THE OPTION!
-recItemJournalLine : the record you want to post.
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Comments
2. To post a sales order, you can do it like this from code:
CODEUNIT.RUN(CODEUNIT::"Item Jnl.-Post Line",recItemJournalLine);
-CODEUNIT::"Item Jnl.-Post Line" converts to an integer. NEVER USE A NUMBER HERE, BUT ALWAYS THE OPTION!
-recItemJournalLine : the record you want to post.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!