SIGBOMRouteApproveProcedure Class [AX 2012]
The SIGBOMRouteApproveProcedure class is the abstract base class for the BOM and Route approval procedures.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canClose | Determines whether the signature form can be closed. (Inherited from SIGProcedureProvider.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| extendProcedureGroup | Adds the default controls for the employee ID and the remove approval flag to this group. (Overrides the extendProcedureGroup Method.) |
| fieldModified | Executes when a field on the signature dialog box has been modified. (Inherited from SIGProcedureProvider.) |
| getAuditFieldList | Builds the signature setup records. (Inherited from SIGProcedureProvider.) |
| getDocumentList | Gets a list of the documents to be signed. (Inherited from SIGProcedureProvider.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isAlreadyApproved | Determines whether the bill of materials (BOM) or route is approved. |
| isSigned | Indicates whether the document have been signed. (Inherited from SIGProcedureProvider.) |
| 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.) |
| rtCtrlEmplId_lookup | Overrides the lookup method of the employee ID control. |
| rtCtrlEmplId_modified | Overrides the modified event on the employee ID control. |
| run | Signs the document list and adds it to the cache. (Inherited from SIGProcedureProvider.) |
| setSigneeId | (Inherited from SIGProcedureProvider.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setTmpSignDocument | Sets the reference to the data source of the signature dialog box. (Inherited from SIGProcedureProvider.) |
| setupAllowed | Indicates whether class or a class derived from this calss can be included in the setup dialog box. (Inherited from SIGProcedureProvider.) |
| sign | Starts the signature dialog box with the implementing provider. (Overrides the sign Method.) |
| signatureRequired | Indicates whether the signature requirement for a class has been enabled. (Inherited from SIGProcedureProvider.) |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::checkIfRemoveOfApprovalIsBlocked | Checks for the compliance of the parameter to block the removal of an approval. |
Community Additions
ADD
Show: