FBStageFiscalDocProcessService_BR Class [AX 2012]
The FBStageFiscalDocProcessService_BR class is a service class for the processes for staging fiscal documents.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fiscalDocumentValidateAll | Validates all staging fiscal documents. |
| fiscalReceiptValidateAll | Validates all staging fiscal receipts. |
| getCurrentBatchHeader | Gets the BatchHeader object that is being executed. (Inherited from SysOperationServiceBase.) |
| getCurrentBatchTask | Gets the batch task that is currently being executed or an empty record. (Inherited from SysOperationServiceBase.) |
| getFiscalDocumentProcessor | Gets a new instance of the FBStageFiscalDocumentProcessor_BR class. |
| getFiscalReceiptProcessor | Gets a new instance of FBStageFiscalReceiptProcessor_BR class. |
| getInventBalanceProcessor | Gets a new instance of the FBStageInventBalanceProcessor_BR class. |
| getNonFiscalOperationProcessor | Gets a new instance of FbStageNonFiscalOpProcessor_BR class. |
| getProgressController | Gets an instance of the RunbaseProgress class that can be updated to display progress information on the client. (Inherited from SysOperationServiceBase.) |
| getTaxWithholdTransProcessor | Gets a new instance of the FBStageTaxWithholdTransProcessor_BR class. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getZReportProcessor | Gets a new instance of the FBStageRetailZReportProcessor_BR class. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| inventBalanceValidateAll | Validates all staging inventory that is on hand. |
| isExecutingInBatch | Indicates whether the method is called from code running in the context of a batch task. (Inherited from SysOperationServiceBase.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| nonFiscalOperationValidateAll | Validates all staging non fiscal operation. |
| 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.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| submitAll | Submits all staging fiscal documents. |
| taxWithholdTransValidateAll | Validates all staging tax withhold transactions. |
| 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.) |
| zReportValidateAll | Validates all staging retail Z reports. |
Community Additions
ADD
Show: