FiscalReferenceController_BR Class [AX 2012]
The FiscalReferenceController_BR class is a controller for what users see when they set up fiscal references for a specific document, and it handles database updates accordingly.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canDeleteRecord | Checks whether a record can be deleted. |
| canManageRecords | Checks whether a new record can be created. |
| deleteTempTableRecord | Handles the delete process for a specific tmpTable record. |
| 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. |
| 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 before the setup of fiscal references. |
| isRefDocumentEditable | Checks whether the fiscal document that is referenced by the passed record is editable. |
| new | Creates a new class to manage fiscal references for a specific document. |
| 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 all legal text IDs with the corresponding texts and associates them with the source document. |
| 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 and persists the changes to the tmpTable record in the correct tables in the database. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Creates a new instance of the FiscalReferenceController_BR type. |
| ::lookupAccount | Performs form string lookups according to fiscal reference requirements. |
Object Class
FiscalReferenceController_BR Class
FiscalReferenceControllerParm_BR Class
FiscalReferenceControllerPosted_BR Class
FiscalReferenceController_BR Class
FiscalReferenceControllerParm_BR Class
FiscalReferenceControllerPosted_BR Class
Community Additions
ADD
Show: