FiscalReferenceControllerPosted_BR Class [AX 2012]
The FiscalReferenceControllerPosted_BR class handles the tmpFiscalReference behavior for posted invoices.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canDeleteRecord | Checks whether a record can be deleted. (Overrides the canDeleteRecord Method.) |
| canManageRecords | Checks whether a new record can be created. (Overrides the canManageRecords Method.) |
| deleteTempTableRecord | Handles the delete process for a specific tmpTable record. (Overrides the deleteTempTableRecord Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDefaultLegalTextId | Returns the default legal text for fiscal references from the current document. (Inherited from FiscalReferenceController_BR.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initTempTable | Initializes the temporary table with the rows that must be presented to the user with the posted fiscal reference. (Overrides the initTempTable Method.) |
| isRefDocumentEditable | Checks whether the fiscal document that is referenced by the passed record is editable. (Inherited from FiscalReferenceController_BR.) |
| new | Creates a new class to manage fiscal references for a specific document. (Overrides the new Method.) |
| 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.) |
| resolveLegalTextsToSourceTable | Resolves legal texts for the source table. (Overrides the resolveLegalTextsToSourceTable Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| 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.) |
| writeTempTableRecord | Handles the update of the tmpTable record accordingly. (Overrides the writeTempTableRecord Method.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: