SalesFormLetter.deleteGiroAndInitQuery Method [AX 2012]

Executes the deleteGiro and initLinesQuery methods on the server side to reduce the interaction between tiers.

Syntax

public void deleteGiroAndInitQuery()

Run On

Called

Remarks

The SalesEditLines form executes the deleteGiro and initLinesQuery methods when the SalesParmUpdate.GiroType field changes. To minimize calls between tiers, this action is moved to the server side by way of this proxy method.

This method requests for the deleteGiroAndInitQueryOnServer static function to execute given methods by using a server instance of the SalesFormLetter class.

See Also

Reference

SalesFormLetter Class