InventTrackRegTrans_FinancialReceipt Class [AX 2012]
This is the controller class for the InventTrackingRegisterTrans form.
It is used when form is opened to register serial numbers for financial receipt.
Syntax
class InventTrackRegTrans_FinancialReceipt extends InventTrackingRegisterTransForm
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
canInsertSerialId | Checks if specified serial can be inserted. (Inherited from InventTrackingRegisterTransForm.) | |
createUnknownRecord | Creates tracking record with unknown serial id. (Inherited from InventTrackingRegisterTransForm.) | |
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.) | |
getTotalLinesCount | Calculates total quantity of registred serial numbers. (Overrides the getTotalLinesCount Method.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initFormDatasource | Inits the form datasource. (Overrides the initFormDatasource Method.) | |
initInventTrackingRegisterTrans | Init the InventTrackingRegisterTrans buffer. (Inherited from InventTrackingRegisterTransForm.) | |
insertSerialNumber | Insert tracking reccord with specified serial id. (Inherited from InventTrackingRegisterTransForm.) | |
isReadonly | Specifies if form should be opened in read only mode. (Inherited from InventTrackingRegisterTransForm.) | |
lineCountLabel | Gets the label for displaying the line count. (Overrides the lineCountLabel Method.) | |
new | Creates new instance of the InventTrackingRegisterTransForm class. (Inherited from InventTrackingRegisterTransForm.) | |
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.) | |
onExecutingQuery | Executes controller logic to update query ranges before query is executed. (Inherited from InventTrackingRegisterTransForm.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmCanAddRemove | Gets or sets value indicating wheter serial number can be added or removed on the form. (Inherited from InventTrackingRegisterTransForm.) | |
parmInventTransOrigin | Gets or sets the InventTransOrigin parameter. (Inherited from InventTrackingRegisterTransForm.) | |
parmReadOnly | Gets or sets the ReadOnly parameter. (Inherited from InventTrackingRegisterTransForm.) | |
parmRegisterQty | Gets or sets the RegisterQty parameter. (Inherited from InventTrackingRegisterTransForm.) | |
parmShowStatus | Gets or sets the ShowStatus parameter. (Inherited from InventTrackingRegisterTransForm.) | |
parmStatusMessage | Gets or sets the StatusMessage parameter. (Inherited from InventTrackingRegisterTransForm.) | |
postRecordDeleted | Should be invoked after a registration record has been deleted in the form. (Inherited from InventTrackingRegisterTransForm.) | |
postRegisterModeChange | Should be invoked the registration mode has been changed. (Inherited from InventTrackingRegisterTransForm.) | |
qtySign | Gets the sign of the update quantity. (Inherited from InventTrackingRegisterTransForm.) | |
remainingQty | Returns remaining quantity on the form. (Inherited from InventTrackingRegisterTransForm.) | |
removeAll | Removes all serial numbers from the form. (Inherited from InventTrackingRegisterTransForm.) | |
replaceSerialId | Replace serial id on the record. (Inherited from InventTrackingRegisterTransForm.) | |
requiredQty | Returns quantity required to be registred on the form. (Inherited from InventTrackingRegisterTransForm.) | |
setAllSerialRegisteredStatus | Sets the status to indicate all serial numbers are registered. (Inherited from InventTrackingRegisterTransForm.) | |
setBlankStatus | Sets the status to blank. (Inherited from InventTrackingRegisterTransForm.) | |
setDuplicateSerialStatus | Sets the status to indicate a duplicate serial number. (Inherited from InventTrackingRegisterTransForm.) | |
setOkStatus | Sets the status to OK. (Inherited from InventTrackingRegisterTransForm.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
setUnknownSerialStatus | Sets the status to indicate that the serial number is unknown. (Inherited from InventTrackingRegisterTransForm.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
unregisterSerialNumber | Unregister serial number. (Overrides the unregisterSerialNumber Method.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Top
Inheritance Hierarchy
Object Class
InventTrackingRegisterTransForm Class
InventTrackRegTrans_FinancialReceipt Class