SIGReleaseProdTableProcedure Class [AX 2012]
The IGReleaseProdTableProcedure class handles the production order release process.
| Method | Description | |
|---|---|---|
| addDocument | Adds a document to the end of the list of documents to be signed. |
| 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 | Builds the signature dialog box. method called to build the signature dialog. (Inherited from SIGProcedureProvider.) |
| fieldModified | Executes when a field on the signature dialog box has been modified. (Inherited from SIGProcedureProvider.) |
| getAuditFieldList | Gets a list of the signature-controlled fields for this procedure. (Overrides the getAuditFieldList Method.) |
| 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.) |
| initProdParmRelease | Initializes this class instance by using a ProdParmRelease record. |
| initProdParmReleaseMulti | Initializes this class instance by using a ProdParmRelease cursor. |
| isSigned | Indicates whether the document have been signed. (Inherited from SIGProcedureProvider.) |
| new | Initializes a new instance of the SIGReleaseProdTableProcedure 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.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| 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 the procedure should be included in the signature setup. (Overrides the setupAllowed Method.) |
| sign | Starts the signature dialog box with the implementing provider. (Inherited from SIGProcedureProvider.) |
| signatureRequired | Indicates whether the signature for this procedure is required. (Overrides the signatureRequired Method.) |
| 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.) |
| ::construct | Initializes a new instance of the SIGReleaseProdTableProcedure class. |
| ::description | Gets the description of the class. |
| ::newProdParm | Creates a new instance of this class by using a ProdParmRelease record. |
Community Additions
ADD
Show: