FormLetterServiceController.onPostingSuccess Method [AX 2012]

This method gets called when some documents are posted. Child classes override this method to handle successful posting of docuemnts.

Syntax

public void onPostingSuccess(Set _postedJournalSet)

Run On

Called

Parameters

  • _postedJournalSet
    Type: Set Class
    A Set object containing the journal entries for posted documents.

See Also

Reference

FormLetterServiceController Class