ReqEventProcessKanbanJobIssueTransfer Class [AX 2012]
The ReqEventProcessKanbanKanbanJobIssueTransfer class processes kanban job transfer issue events.
Syntax
class ReqEventProcessKanbanJobIssueTransfer extends ReqEventProcessKanbanJobIssue
Run On
Called
Methods
Method | Description | |
---|---|---|
addResultMap | Adds kanban record IDs to the specified map. (Inherited from ReqEventProcessKanban.) | |
adjustMarkingAndReservations | Removes marking from event kanban and the related requirement transactions and tries to physically reserve the unmarked quantity. (Inherited from ReqEventProcessKanban.) | |
allowReserveAvailableOnHand | Defines if this class should try to physically reserve on hand quantity on behalf of the event movement. (Overrides the allowReserveAvailableOnHand Method.) | |
allowSaveLast | (Inherited from RunBaseBatch.) | |
batchInfo | Returns the BatchInfo class. This class is the API for the batch table. (Inherited from RunBaseBatch.) | |
bomId | Defines the BOM ID to use. (Inherited from ReqEventProcessKanban.) | |
buffer | Retrieves the table buffer on which the class operates. (Inherited from ReqEventProcessKanbanJobIssue.) | |
buildPeggingMap | Builds a map of pegged kanbans and quantities and synchronizes marking. (Inherited from ReqEventProcessKanban.) | |
calculateEventQuantities | Returns a List object that splits the total required quantity into kanban-sized chunks. (Inherited from ReqEventProcessKanban.) | |
cancelKanbanIfRequiredAndAllowed | Checks if cancelling the kanban is necessary and performs it if needed. (Inherited from ReqEventProcessKanban.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canDelete | Determines whether delete actions are allowed. (Inherited from ReqEventProcess.) | |
canDeletePeggingEvent | Determine if the pegging event can be deleted. (Inherited from ReqEventProcessKanban.) | |
canGoBatch | Returns false (Inherited from RunBaseBatch.) | |
canGoBatchJournal | Determines whether the class is shown in the list of Journal types. (Inherited from RunBaseBatch.) | |
canInsert | Determines whether insert actions are allowed. (Inherited from ReqEventProcess.) | |
canReduceInventQty | Determines whether the quantity can be reduced. (Inherited from ReqEventProcessKanban.) | |
canReduceInventQtyKanbanRuleLookup | Determines whether the quantity can be reduced. (Inherited from ReqEventProcessKanban.) | |
canSwapBetweenCS | Controls whether a calledFrom class that is instantiated on the server should have its prompt executed on the client. (Inherited from RunBase.) | |
canUpdate | Determines whether update actions are allowed. (Inherited from ReqEventProcess.) | |
caption | Retrieves the description from the current class by calling the static description method of the class if there is one. (Inherited from RunBaseBatch.) | |
checkCloseDialog | Must be called in the CloseOk method of a RunBase dialog box. (Inherited from RunBase.) | |
cleanupDialog | Provides a way to clean up after a dialog box has been canceled. (Inherited from RunBase.) | |
deleteKanban | Deletes all kanbans that are related to the event, if it is possible. (Inherited from ReqEventProcessKanban.) | |
deleteMarkInventoryTransactions | Deletes all marking between the event and a specified event kanban. (Inherited from ReqEventProcessKanban.) | |
deletePegging | Deletes records from the ReqPeggingAssignment and ReqPegging tables. (Inherited from ReqEventProcess.) | |
deletePeggingEvent | Deletes the obsolete ReqPeggingEvent and ReqPeggingAssignment records. (Inherited from ReqEventProcessKanban.) | |
description | Returns a description of the class. (Inherited from ReqEventProcessKanbanJobIssue.) | |
dialog | Returns a class that contains the methods that are described by the RunBaseDialogable interface. (Inherited from RunBase.) | |
dialogClear | Clears the contents of the dialog box. (Inherited from RunBase.) | |
dialogInit | Initializes the dialog box. (Inherited from RunBase.) | |
dialogInternal | (Inherited from RunBase.) | |
dialogMake | Obtains the dialog from a RunBase class. (Inherited from RunBase.) | |
dialogPost | Executes after the dialog method has been called. (Inherited from RunBaseBatch.) | |
dialogPostInit | Called right after the RunBase.dialogInit Method method. (Inherited from RunBase.) | |
dialogPostRun | Called after the Dialog.run Method class. (Inherited from RunBase.) | |
dialogReInit | Reinitializes the dialog box. (Inherited from RunBase.) | |
dialogSelectCtrl | When using the dialog class for dialog, this method is called whenever a control is selected. (Inherited from RunBase.) | |
dialogTask | When using the Dialog Class class for dialog, this method is called from the task method in the dialog form. (Inherited from RunBase.) | |
dialogUpdate | Updates the dialog, for example after reinitializing the query. (Inherited from RunBase.) | |
dialogUpdateQuery | Updates the query in the dialog box. (Inherited from RunBase.) | |
doBatch | (Inherited from RunBaseBatch.) | |
dueDateTime | Defines the due date and time of the event (Inherited from ReqEventProcessKanbanJobIssue.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
eventDescription | Retrieves a description of the event. (Inherited from ReqEventProcessKanban.) | |
eventExists | Indicates whether the event origin exists. (Inherited from ReqEventProcessKanbanJobIssue.) | |
eventRefRecId | Defines the event. (Inherited from ReqEventProcessKanban.) | |
getFromDialog | Assigns the dialog values to the internal variables. (Inherited from RunBaseBatch.) | |
getLast | Gets the last choice stored in the last value table. (Inherited from RunBaseBatch.) | |
getRunBase | (Inherited from RunBase.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
handleNotProcessedEvent | Performs any action required for events that are handled but not processed now. (Inherited from ReqEventProcess.) | |
id | Retrieves a string identification for the buffer. (Inherited from ReqEventProcessKanbanJobIssue.) | |
inGetSaveLast | Returns true when the GetLast or SaveLast method is executed. (Inherited from RunBase.) | |
init | Initializes the class variables. (Overrides the init Method.) | |
initActionMode | Initializes the action mode. (Inherited from ReqEventProcessKanban.) | |
initBatch | (Inherited from RunBaseBatch.) | |
initInventQty | Initializes the event quantity to process. (Overrides the initInventQty Method.) | |
initInventQtyKanbanRuleLookup | Initializes the quantity that is used to look up a kanban rule. (Overrides the initInventQtyKanbanRuleLookup Method.) | |
initKanbanRule | Initializes a kanban rule and related table buffers. (Inherited from ReqEventProcessKanban.) | |
initParmDefault | Initializes the internal variables. (Inherited from RunBase.) | |
initSourceRequirementParm | Initializes the source requirement parameters. (Inherited from ReqEventProcessKanbanJobIssue.) | |
insertKanban | Creates one or more kanbans and links them to the pegging tables. (Inherited from ReqEventProcessKanban.) | |
inventDimId | Defines the inventory dimension for which the event is processed. (Overrides the inventDimId Method.) | |
inventMovement | Returns an InventMovement object of the source event. (Inherited from ReqEventProcessKanban.) | |
inventQty | Defines the event quantity to process. (Overrides the inventQty Method.) | |
inventQtyKanbanRuleLookup | Defines the event quantity to use to look up the rule. (Overrides the inventQtyKanbanRuleLookup Method.) | |
inventTransOriginId | Retrieves the inventory transaction originator of the kanban job issue. (Overrides the inventTransOriginId Method.) | |
isEventHandled | Determines whether the event was handled by the class. (Inherited from ReqEventProcess.) | |
isInBatch | Determines whether the RunBaseBatch is actually being run from a batch server. (Inherited from RunBaseBatch.) | |
isSwappingPrompt | Checks if the program is currently swapping from server to client. (Inherited from RunBase.) | |
itemId | Defines the item for which an event is processed. (Inherited from ReqEventProcessKanbanJobIssue.) | |
kanbanEventType | Defines the kanban event type that is processed by the class. (Inherited from ReqEventProcessKanbanJobIssue.) | |
kanbanRule | Retrieves the kanban rule that is used by the class. (Inherited from ReqEventProcessKanban.) | |
lastValueDataAreaId | (Inherited from RunBase.) | |
lastValueDesignName | (Inherited from RunBase.) | |
lastValueElementName | (Inherited from RunBase.) | |
lastValueType | (Inherited from RunBase.) | |
lastValueUserId | (Inherited from RunBase.) | |
listMarkingInventDim | Creates a list of prioritized inventory dimensions and quantities to be used for marking. (Inherited from ReqEventProcessKanban.) | |
mapDeleteKanban | Retrieves the delete result map. (Inherited from ReqEventProcessKanban.) | |
mapInsertedKanban | Retrieves the insert result map. (Inherited from ReqEventProcessKanban.) | |
mapUpdatedKanban | Retrieves the update result map. (Inherited from ReqEventProcessKanban.) | |
markInventoryTransactions | Marks or unmarks inventory transactions if it is required. (Inherited from ReqEventProcessKanban.) | |
mustDeletePeggingEvent | Defines whether the event deletes the ReqPeggingEvent record after it is processed. (Inherited from ReqEventProcessKanban.) | |
mustGoBatch | (Inherited from RunBaseBatch.) | |
mustHandleEvent | Determines whether the current event must be handled. (Inherited from ReqEventProcessKanban.) | |
mustIncludeManualEvents | Determines whether the manual events must be included when events are processed. (Inherited from ReqEventProcessKanban.) | |
mustLoadSaveQuery | Determines whether the last query must be loaded and saved when you leave the form. Called from the SysQueryForm. (Inherited from RunBase.) | |
mustMarkInventoryTransactions | Determines whether created kanbans must be marked against the source event. (Inherited from ReqEventProcessKanban.) | |
mustProcessNow | Determines whether an event must be processed in the current execution. (Inherited from ReqEventProcess.) | |
mustProcessSynchronously | Specifies whether the event must be processed synchronously. (Inherited from ReqEventProcessKanbanJobIssue.) | |
mustReserveInventoryTransactions | Determines whether source event lines should be reserved. (Inherited from ReqEventProcessKanban.) | |
mustUsePeggingEvent | Specifies whether the event uses the ReqPeggingEvent table. (Inherited from ReqEventProcess.) | |
name | Returns the name of the RunBase class. (Inherited from RunBase.) | |
new | Initializes a new instance of the RunBaseBatch class. (Inherited from RunBaseBatch.) | |
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.) | |
pack | Serializes the current instance of the RunBase class. (Inherited from RunBase.) | |
parmAcceptReceiveFinishedKanbanRule | Gets or sets the AcceptReceiveFinishedKanbanRule parameter. (Inherited from ReqEventProcessKanban.) | |
parmAcceptReceiveSemiFinishedKanbanRule | Gets or sets the AcceptReceiveSemiFinishedKanbanRule parameter. (Inherited from ReqEventProcessKanban.) | |
parmActionMode | Gets or sets the ActionMode parameter. (Inherited from ReqEventProcess.) | |
parmCurrentBatch | Gets or sets the CurrentBatch parameter. (Inherited from RunBaseBatch.) | |
parmExcludeKanbanRuleRefRecId | Gets or sets the ExcludeKanbanRuleRefRecId parameter. (Inherited from ReqEventProcessKanban.) | |
parmForceProcessNow | Gets or sets the ForceProcessNow parameter. (Inherited from ReqEventProcess.) | |
parmInBatch | Gets or sets the InBatch parameter. (Inherited from RunBaseBatch.) | |
parmInteractive | Gets or sets the Interactive parameter. (Inherited from ReqEventProcessKanban.) | |
parmKanbanJob | Gets or sets the KanbanJob parameter. (Inherited from ReqEventProcessKanbanJobIssue.) | |
parmLimitToLastPlanActivityRefRecId | Gets or sets the LimitToLastPlanActivityRefRecId parameter. (Inherited from ReqEventProcessKanban.) | |
parmLimitToPKanbanRuleRefRecId | Gets or sets the LimitToPKanbanRuleRefRecId parameter. (Inherited from ReqEventProcessKanban.) | |
parmLimitToPlanActivityDownStreamRecId | Gets or sets the LimitToPlanActivityDownStreamRecId parameter. (Inherited from ReqEventProcessKanban.) | |
parmLimitToPlanReferenceRefRecId | Gets or sets the LimitToPlanReferenceRefRecId parameter. (Inherited from ReqEventProcessKanban.) | |
parmMustBeAutoReserved | Gets or sets the MustBeAutoReserved parameter. (Inherited from ReqEventProcessKanban.) | |
parmMustDeleteEvent | Gets or sets the MustDeleteEvent parameter. (Inherited from ReqEventProcessKanban.) | |
parmProgress | Gets or sets the Progress parameter. (Inherited from RunBase.) | |
parmReqEventProcessParm | Gets or sets the ReqEventProcessParm parameter. (Inherited from ReqEventProcessKanban.) | |
parmSetEventDescription | Gets or sets the SetEventDescription parameter. (Inherited from ReqEventProcess.) | |
parmSkipRuleMayExistCheck | Gets or sets the SkipRuleMayExistCheck parameter. (Inherited from ReqEventProcessKanban.) | |
peggingType | Retrieves the pegging type. (Inherited from ReqEventProcessKanban.) | |
prepareForRun | Allows subclasses to process the dialog box immediately before the execution of the dialog box.Run method. (Inherited from RunBaseBatch.) | |
prepareProcess | Executes any code that needs to run after it was determined if the event must be handled and before the actual processing. (Inherited from ReqEventProcessKanban.) | |
processEvent | Processes the event. (Inherited from ReqEventProcessKanban.) | |
processPegging | Processes the pegging function. (Inherited from ReqEventProcess.) | |
processPeggingEvent | Processes pegging event. (Inherited from ReqEventProcess.) | |
progressHide | Hides the Progress form. (Inherited from RunBase.) | |
progressInit | Initializes the Progress object in RunBase. (Inherited from RunBase.) | |
progressKill | Kills the Progress object in RunBase. (Inherited from RunBase.) | |
prompt | Displays the dialog from the class dialog and waits for user input. (Inherited from RunBaseBatch.) | |
promptPack | Wraps a call to the RunBase.pack Method when packing in the RunBase.promptPrim Method. (Inherited from RunBaseBatch.) | |
promptUnpack | (Inherited from RunBaseBatch.) | |
putToDialog | Enables setting the fields that were just added in the RunBase.dialog Method method. This method is called from the RunBase.promptPrim Method method directly following the RunBase.dialogMake Method method. (Inherited from RunBase.) | |
qtyMarked | Determines the marked quantity. (Inherited from ReqEventProcessKanban.) | |
qtyReserved | Gets the reserved quantity. (Inherited from ReqEventProcessKanban.) | |
queryRun | Returns the QueryRun object, which is used by the QueryPrompt class. (Inherited from RunBase.) | |
reserveAvailableOnHand | The method attempts to physically reserve the requested quantity. (Inherited from ReqEventProcessKanban.) | |
reserveInventoryTransactions | Reserves inventory transactions that may be required. (Inherited from ReqEventProcessKanban.) | |
reset | Resets the class to its default state. (Inherited from RunBase.) | |
run | Processes the event. (Inherited from ReqEventProcess.) | |
runBase | Returns the RunBase itself. (Inherited from RunBase.) | |
runBaseDialogModifyType_RU | (Inherited from RunBase.) | |
runsImpersonated | Determines the runsImpersonated property for the Runbase framework. (Inherited from ReqEventProcess.) | |
saveLast | Saves the last choice by using the RunBase.pack Method. (Inherited from RunBaseBatch.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
showBatchTab | (Inherited from RunBaseBatch.) | |
showClearButton | Determines whether to add a Clear button to the dialog box. If you change the return value to true it will add the button. (Inherited from RunBase.) | |
showDefaultButton | Determines whether a Default button is to be added to the dialog box. If you change the return value to true, it will add the button. (Inherited from RunBase.) | |
showDialog | (Inherited from RunBase.) | |
showIndexFields | If this method returns true, it will look for the first enabled index when you are adding query range fields to the dialog and if a data source does not have any ranges specified. It will also show the visible fields from that index. (Inherited from RunBase.) | |
showQuerySelectButton | (Inherited from RunBase.) | |
showQueryValues | Determines whether a Select button is to be added to the dialog box. If you change the return value to true, the button will be added. (Inherited from RunBase.) | |
sourceDocumentLineRefRecId | Defines the source document line that is causing the event. (Inherited from ReqEventProcessKanbanJobIssue.) | |
sumUpInventTrans | Sums up inventory transactions of the event movement. (Inherited from ReqEventProcessKanban.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
unitOfMeasureRecId | Defines the unit of measure that is used to create ReqPegging and ReqPeggingAssignment records. (Inherited from ReqEventProcessKanban.) | |
unpack | Deserializes the packedClass parameter value to an instance of the RunBase class. (Inherited from RunBase.) | |
updateKanban | Updates event kanbans as a response to changes in the event origin. (Inherited from ReqEventProcessKanban.) | |
updateKanbanLess | Updates event kanbans as a response to a reduction in the event origin. (Inherited from ReqEventProcessKanban.) | |
updateKanbanMore | Updates event kanbans as a response to an increase in the event origin. (Inherited from ReqEventProcessKanban.) | |
updateOneKanban | Updates the pegging and/or ordered quantities for a given kanban. (Inherited from ReqEventProcessKanban.) | |
updateOneKanbanLess | Reduces the pegging and/or ordered quantities for a given kanban. (Inherited from ReqEventProcessKanban.) | |
updateOneKanbanMore | Increases the pegging and/or ordered quantities for a given kanban. (Inherited from ReqEventProcessKanban.) | |
updatePeggingMarkingReservation | Updates pegging, marking and reservation. (Inherited from ReqEventProcessKanban.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validate | (Inherited from RunBaseBatch.) | |
validateActionMode | Checks if the action mode is valid. (Inherited from ReqEventProcess.) | |
wait | Pauses a process. (Inherited from Object.) | |
writePegging | Updates records in the ReqPeggingAssignment and ReqPegging tables. (Inherited from ReqEventProcess.) | |
writePeggingEvent | Inserts records into the ReqPeggingAssignment and ReqPeggingEvent tables. (Inherited from ReqEventProcess.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Initializes a new instance of the ReqEventProcessKanbanJobIssueTransfer class. | |
::newStandard | Creates a new instance of a ReqEventProcessKanbanJobIssueTransfer object. |
Top
Inheritance Hierarchy
Object Class
RunBase Class
RunBaseBatch Class
ReqEventProcess Class
ReqEventProcessKanban Class
ReqEventProcessKanbanJobIssue Class
ReqEventProcessKanbanJobIssueTransfer Class