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.

class FiscalReferenceController_BR

Run On

Called

  MethodDescription
JJ727798.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif canDeleteRecord Checks whether a record can be deleted.
JJ727798.pubmethod(en-us,AX.60).gif canManageRecords Checks whether a new record can be created.
JJ727798.pubmethod(en-us,AX.60).gif deleteTempTableRecord Handles the delete process for a specific tmpTable record.
JJ727798.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif getDefaultLegalTextId Returns the default legal text for fiscal references from the current document.
JJ727798.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif initTempTable Initializes the temporary table with the rows that must be presented to the user before the setup of fiscal references.
JJ727798.pubmethod(en-us,AX.60).gif isRefDocumentEditable Checks whether the fiscal document that is referenced by the passed record is editable.
JJ727798.protmethod(en-us,AX.60).gif new Creates a new class to manage fiscal references for a specific document.
JJ727798.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif resolveLegalTextsToSourceTable Resolves all legal text IDs with the corresponding texts and associates them with the source document.
JJ727798.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif writeTempTableRecord Handles the update of the tmpTable record accordingly and persists the changes to the tmpTable record in the correct tables in the database.
JJ727798.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
JJ727798.pubmethod(en-us,AX.60).gif JJ727798.static(en-us,AX.60).gif ::construct Creates a new instance of the FiscalReferenceController_BR type.
JJ727798.pubmethod(en-us,AX.60).gif JJ727798.static(en-us,AX.60).gif ::lookupAccount Performs form string lookups according to fiscal reference requirements.
Top

Community Additions

ADD
Show: