Queries

subrata.baurisubrata.bauri Member Posts: 21
1. what is the Statistical Function?

2.codeUnit.Run(Number,Record)??--

plz send an example on Question 2

Comments

  • krikikriki Member, Moderator Posts: 9,118
    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!


Sign In or Register to comment.