Share via


VendOutPaym_CNAB_BR::runDialogDBcallsOnServer Method [AX 2012]

Batches the database calls that were previously used in the dialog box, so that they can be run on server.

Syntax

client protected static container runDialogDBcallsOnServer(LedgerJournalId _ledgerJournalId)

Run On

Client

Parameters

Return Value

Type: container
A container that holds values that are required for the dialog box.

Remarks

This method is called from the dialog box to run on the server and reduce the number of client/server calls.

See Also

Reference

VendOutPaym_CNAB_BR Class