PriceDiscAdmCheckPost::runOnServer Method [AX 2012]

Transitions to server side execution.

server public static container runOnServer(
    PriceDiscJournalNum _journalNum, 
    PriceDiscAdmCheckActionType _checkActionType, 
    Set _priceDiscAdmTransSetSelected, 
    boolean _checkOnly, 
    boolean _acceptWarnings)

Run On

Server

Parameters

_journalNum
Type: PriceDiscJournalNum Extended Data Type
A PriceDiscJournalNum type that indicates the journal number to be validated and posted.
_checkActionType
Type: PriceDiscAdmCheckActionType Enumeration
_priceDiscAdmTransSetSelected
Type: Set Class
_checkOnly
Type: boolean
A Boolean value that indicates whether only validation should be executed.
_acceptWarnings
Type: boolean
A Boolean value that indicates whether warnings should be ignored.

Return Value

Type: container
A packed PriceDiscAdmCheckPostOutputContract class.
Show: