PlanActivityCreate Class [AX 2012]
The PlanActivityCreate class is responsible for creating all the necessary records for creating a PlanActivity record.
| 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. |
| createActivity | Creates all the necessary objects that are related to the PlanActivity being created. |
| createAtomicActivity | Creates an atomic PlanActivity record. |
| createPlanActivityTime | |
| 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 with the parameters in the container. |
| initPlanConstraints | Creates the necessary PlanConstraint records when it creates a new PlanActivity record. |
| isHighLevelActivity | Determines whether a plan activity type is a high level activity. |
| mustSetPlanActivityTimeAtHighLevel | Determines whether the PlanActivityTime record must be set at the high level. |
| 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. |
| parmActivityTimes | Gets or sets the ActivityTimes parameter. |
| parmActivityType | Gets or sets the ActivityType parameter. |
| parmAggregationPlanConstraint | Gets or sets the AggregationPlanConstraint parameter. |
| parmCycleTime | Gets or sets the CycleTime parameter. |
| parmFeederBridge | Gets or sets the FeederBridge parameter. |
| parmFreightedBy | Gets or sets the FreightedBy parameter. |
| parmOnhandUpdate | Gets or sets the OnhandUpdate parameter. |
| parmOperatingUnit | Gets or sets the OperatingUnit parameter. |
| parmPickUpSemiFinished | Gets or sets the PickUpSemiFinished parameter. |
| parmPlan | Gets or sets the Plan parameter. |
| parmPlanReference | Gets or sets the PlanReference parameter. |
| parmProcessQuantity | Gets or sets the ProcessQuantity parameter. |
| parmQuantityUnitOfMeasure | Gets or sets the QuantityUnitOfMeasure parameter. |
| parmReceiveSemiFinished | Gets or sets the ReceiveSemiFinished parameter. |
| parmSequencePlanConstraint | Gets or sets the SequencePlanConstraint 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. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::newPlanActivityType | Creates a new instance of the PlanActivityCreate class. |
| ::newStandard | A constructor method for the PlanActivityCreate class. |
Object Class
PlanActivityCreate Class
PlanActivityCreateProcess Class
PlanActivityCreateTransfer Class
PlanActivityCreate Class
PlanActivityCreateProcess Class
PlanActivityCreateTransfer Class
Community Additions
ADD
Show: