RetailConcessionContractCreateInvoice.run Method [AX 2012]
Runs the query, creates a SalesLine record, and calculates the commission.
Syntax
public void run()
Run On
Client
Exceptions
Exception | Condition |
---|---|
UpdateConflictNotRecovered | A standard update conflict resolution occurs. |
UpdateConflict | A standard update conflict resolution occurs. |
Error | An update cancellation error occurs. |
Remarks
This method calls the createsalesline method of the RetailConcessionContractCreateInvoice class.