PlanActivityCreateTransfer Class [AX 2012]
The PlanActivityCreateTransfer class is a factory class for plan activities of the transfer 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 record that is being created. (Overrides the createActivity Method.) |
| createAtomicActivity | Creates an atomic PlanActivity record. (Inherited from PlanActivityCreate.) |
| createPlanActivityTime | (Inherited from PlanActivityCreate.) |
| 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 with the parameters that are in the 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 | Determines whether the PlanActivityTime record must be set at the high level. (Inherited from PlanActivityCreate.) |
| 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.) |
| parmOnhandUpdatePick | Gets or sets the OnhandUpdatePick parameter. |
| parmOperatingUnit | Gets or sets the OperatingUnit parameter. (Inherited from PlanActivityCreate.) |
| 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.) |
| parmTransferFromWarehouse | Gets or sets the TransferFromWarehouse parameter. |
| parmTransferFromWMSLocation | Gets or sets the TransferFromWMSLocation parameter. |
| parmTransferToWarehouse | Gets or sets the TransferToWarehouse parameter. |
| parmTransferToWMSLocation | Gets or sets the TransferToWMSLocation 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: