Options

Sales & Marketing [solved]

bluerockbluerock Member Posts: 32
- I open the Form Design for Sales & Marketing.
- In the menu button (Print), I open the Menu Design, and check the code of 'Order Confirmation'.
- In the OpPust() trigger, it contains the following code:
DocPrint.PrintSalesOrder(Rec,Usage::"Order Confirmation");

I'm curious about the 'Rec'.
Is it a variable?
Why I cannot find it in C/AL Globals or C/AL Locals?
Where it come from?

Thank you.

Comments

Sign In or Register to comment.