how i write message in right way

hi
i want to know how i right the message code in a right way inorder to give to me the right answer
MESSAGE('%1 calculated Debit Amount',"g/l entry"."Debit Amount",'%2 calculated Credit amount',"g/l entry"."Credit Amount");

Best Answer

Answers

  • HannesHolstHannesHolst Member Posts: 119
    edited 2017-02-27
    MESSAGE(STRSUBSTNO('%1 calculated Debit Amount\\%2 calculated Credit amount',"g/l entry"."Debit Amount","g/l entry"."Credit Amount"));
    

    the backslash provokes a line break.

    Good luck
Sign In or Register to comment.