PlanActivityCreateProcess Class [AX 2012]
The PlanActivityCreateProcess class is a factory class for PlanActivity of the process type.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canHaveInventoryFlagsSet | Indicates whether a plan activity type can have inventory flags set. (Inherited from PlanActivityCreate.) |
| createActivity | Creates all the necessary objects that are related to the PlanActivity that is being created. (Overrides the createActivity Method.) |
| createAtomicActivity | Creates an atomic PlanActivity record. (Inherited from PlanActivityCreate.) |
| createPlanActivityTime | (Inherited from PlanActivityCreate.) |
| createProcessPickingActivity | Creates a picking atomic activity |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initFromContainer | Initializes the current instance of the class by using the parameters that are in the specified container. (Overrides the initFromContainer Method.) |
| initPlanConstraints | Creates the necessary PlanConstraint records when it creates a new PlanActivity record. (Inherited from PlanActivityCreate.) |
| isHighLevelActivity | Determines whether a plan activity type is a high level activity. (Inherited from PlanActivityCreate.) |
| mustSetPlanActivityTimeAtHighLevel | Indicates if the plan activity time must be set at the high level. (Overrides the mustSetPlanActivityTimeAtHighLevel Method.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmActivityName | Gets or sets the ActivityName parameter. (Inherited from PlanActivityCreate.) |
| parmActivityTimes | Gets or sets the ActivityTimes parameter. (Inherited from PlanActivityCreate.) |
| parmActivityType | Gets or sets the ActivityType parameter. (Inherited from PlanActivityCreate.) |
| parmAggregationPlanConstraint | Gets or sets the AggregationPlanConstraint parameter. (Inherited from PlanActivityCreate.) |
| parmCycleTime | Gets or sets the CycleTime parameter. (Inherited from PlanActivityCreate.) |
| parmFeederBridge | Gets or sets the FeederBridge parameter. (Inherited from PlanActivityCreate.) |
| parmFreightedBy | Gets or sets the FreightedBy parameter. (Inherited from PlanActivityCreate.) |
| parmOnhandUpdate | Gets or sets the OnhandUpdate parameter. (Inherited from PlanActivityCreate.) |
| parmOperatingUnit | Gets or sets the OperatingUnit parameter. (Inherited from PlanActivityCreate.) |
| parmPickingLocations | Gets or sets the PickingLocations parameter. |
| parmPickUpSemiFinished | Gets or sets the PickUpSemiFinished parameter. (Inherited from PlanActivityCreate.) |
| parmPlan | Gets or sets the Plan parameter. (Inherited from PlanActivityCreate.) |
| parmPlanReference | Gets or sets the PlanReference parameter. (Inherited from PlanActivityCreate.) |
| parmProcessQuantity | Gets or sets the ProcessQuantity parameter. (Inherited from PlanActivityCreate.) |
| parmQuantityUnitOfMeasure | Gets or sets the QuantityUnitOfMeasure parameter. (Inherited from PlanActivityCreate.) |
| parmReceiveSemiFinished | Gets or sets the ReceiveSemiFinished parameter. (Inherited from PlanActivityCreate.) |
| parmSequencePlanConstraint | Gets or sets the SequencePlanConstraint parameter. (Inherited from PlanActivityCreate.) |
| parmWrkResourceGroup | Gets or sets the WrkResourceGroup parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| validateAndInsert | Validates the record and inserts it into the database. (Inherited from PlanActivityCreate.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct |
Community Additions
ADD
Show: