PlanActivityCreate::newStandard Method [AX 2012]

A constructor method for the PlanActivityCreate class.

server public static PlanActivityCreate newStandard(PlanActivityType _activityType, container _params)

Run On

Server

Parameters

_activityType
Type: PlanActivityType Enumeration
The activity type.
_params
Type: container
The parameters with which to use to initialize the instance.

Return Value

Type: PlanActivityCreate Class
An instance of the PlanActivityCreate class.
Show: