Share via


AxdHcmJobPosting.getActionList Method [AX 2012]

Gets a list of all possible actions for the particular Axd document.

Syntax

public AifActionInfoList getActionList()

Run On

Server

Return Value

Type: AifActionInfoList Class
A list of all possible actions for the particular Axd document.

Remarks

The getActionList method is abstract on AxdBase class, and must be implemented by all derived classes; for example, the getActionList in the AxdSalesOrder class.

See Also

Reference

AxdHcmJobPosting Class