Show Option

omyvadiyaomyvadiya Member Posts: 124
Hi
My general question is if there are 3 options, that pop on clicking post:(For eg: on Sales Order->Posting>Post-> there are 3 options (Ship,Invoice, Ship & Invoice)).
Similarly, if there are 3 options:
For Eg:
1. A
2. B
3. C

If the status is already at A, on posting only B and C should be visible.
and similarly if status is B, only A & C options should be visible

Comments

  • geordiegeordie Member Posts: 655
    Hi, you have to customize codeunit "Sales-Post (Yes/No)": stating your requirement, you could build dynamically the string to use in STRMENU function concatenating the parts "Ship", "Invoice" or "Ship & Invoice" based on current order status.
Sign In or Register to comment.