SIGNullProcedure Class [AX 2012]
The SIGnullProcedure class is a wrapper for signatures on record events.
| 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 | 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 | 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.) |
| isSigned | Indicates whether the document have been signed. (Inherited from SIGProcedureProvider.) |
| new | Initializes a new instance of the SIGnullProcedure 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.) |
| setDocumentList | Sets the list of documents to be signed. |
| 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. (Inherited from SIGProcedureProvider.) |
| signatureRequired | Indicates whether the signature requirement for a class has been enabled. (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 SIGnullProcedure class. |
| ::newDocument | Creates an instance of this class with a single document. |
| ::newDocumentList | Creates an instance of this class with a list of documents. |
Community Additions
ADD
Show: