Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.