InventTrackingRegisterTransForm Class [AX 2012]
Base controller class for the InventTrackingRegisterTrans form.
Syntax
class 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. |
![]() |
createUnknownRecord | Creates tracking record with unknown serial id. |
![]() |
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. |
![]() |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
![]() |
initFormDatasource | Inits the form datasource. |
![]() |
initFromSalesLine | Initializes the controller from a SalesLine record. |
![]() |
initFromSalesParmLine | Initializes the controller from a SalesParmLine record. |
![]() |
initInventTrackingRegisterTrans | Init the InventTrackingRegisterTrans buffer. |
![]() |
insertSerialNumber | Insert tracking reccord with specified serial id. |
![]() |
isReadonly | Specifies if form should be opened in read only mode. |
![]() |
lineCountLabel | Gets the label for displaying the line count. |
![]() |
new | Creates new instance of the InventTrackingRegisterTransForm class. |
![]() |
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. |
![]() |
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. |
![]() |
parmInventTransOrigin | Gets or sets the InventTransOrigin parameter. |
![]() |
parmReadOnly | Gets or sets the ReadOnly parameter. |
![]() |
parmRegisterQty | Gets or sets the RegisterQty parameter. |
![]() |
parmShowStatus | Gets or sets the ShowStatus parameter. |
![]() |
parmStatusMessage | Gets or sets the StatusMessage parameter. |
![]() |
postRecordDeleted | Should be invoked after a registration record has been deleted in the form. |
![]() |
postRegisterModeChange | Should be invoked the registration mode has been changed. |
![]() |
qtySign | Gets the sign of the update quantity. |
![]() |
remainingQty | Returns remaining quantity on the form. |
![]() |
removeAll | Removes all serial numbers from the form. |
![]() |
replaceSerialId | Replace serial id on the record. |
![]() |
requiredQty | Returns quantity required to be registred on the form. |
![]() |
setAllSerialRegisteredStatus | Sets the status to indicate all serial numbers are registered. |
![]() |
setBlankStatus | Sets the status to blank. |
![]() |
setDuplicateSerialStatus | Sets the status to indicate a duplicate serial number. |
![]() |
setOkStatus | Sets the status to OK. |
![]() |
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. |
![]() |
toString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
unregisterSerialNumber | Unregister serial number. |
![]() |
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.) |
![]() |
::construct | Creates instance of the InventTrackingRegisterTransForm based on the form arguments. |
![]() |
::newForCreditNote | |
![]() |
::newForInvoice | |
![]() |
::newForInvoiceTrans | |
![]() |
::newForPackingSlip | |
![]() |
::newForPackingSlipTrans | |
![]() |
::newForReturnOrder | |
![]() |
::newForSalesLine | |
![]() |
::replaceSerialIdServer |
Top
Inheritance Hierarchy
Object Class
InventTrackingRegisterTransForm Class
InventTrackRegTrans_FinancialIssue Class
InventTrackRegTrans_FinancialReceipt Class
InventTrackRegTrans_PhysicalIssue Class
.gif)
.gif)
.gif)
.gif)