ConfExportRPS_BR Class [AX 2012]
The ConfExportRPS_BR class extends the ConfExport_BR class to enable the generation of RPS files by using the configurator feature.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| closeFile | Closes the file that is being exported. (Inherited from ConfExport_BR.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findExtentsion | Retrieves the extension of the file name. (Inherited from ConfExport_BR.) |
| getPaymMode | Returns the payment mode that is selected to generate the payment. (Inherited from ConfExport_BR.) |
| getSegment | Returns a related segment for a given payment specification. (Inherited from ConfExport_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.) |
| new | Initializes a new instance of the ConfExport_BR class. (Inherited from ConfExport_BR.) |
| 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.) |
| openFile | Creates a file that will be exported. (Inherited from ConfExport_BR.) |
| outputFormatedDS | Outputs the current record from the query data source in the formatted mode. (Inherited from ConfExport_BR.) |
| outputFormatedDSComplex | Outputs the current record from the query data source in the formatted complex mode. (Inherited from ConfExport_BR.) |
| outputFormatted | Iterates through each record that is fetched from the query and outputs it in the formatted mode. (Inherited from ConfExport_BR.) |
| outputFormattedComplex | Iterates through each record that is fetched from the query and outputs it in the formatted complex mode. (Inherited from ConfExport_BR.) |
| outputFormattedField | Formats a field value to export to the file. (Inherited from ConfExport_BR.) |
| outputSimple | Iterates through each record that is fetched from the query and outputs it in the simple mode. (Inherited from ConfExport_BR.) |
| outputSimpleDS | Outputs the current record from the query data source in the simple mode. (Inherited from ConfExport_BR.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmExportMode | Gets or sets the ExportMode parameter. (Inherited from ConfExport_BR.) |
| parmFileName | Gets or sets the FileName parameter. (Inherited from ConfExport_BR.) |
| parmFiscalDocumentTypeId | Gets or sets the FiscalDocumentTypeId parameter. |
| parmFiscalEstablishmentId | Gets or sets the FiscalEstablishmentId parameter. |
| parmFromAccount | Gets or sets the FromAccount parameter. |
| parmFromDate | Gets or sets the FromDate parameter. |
| parmFromNumber | Gets or sets the FromNumber parameter. |
| parmGroupId | Gets or sets the GroupId parameter. (Inherited from ConfExport_BR.) |
| parmIncludePreviouslyExported | Gets or sets the IncludePreviouslyExported parameter. |
| parmLayoutId | Gets or sets the LayoutId parameter. (Inherited from ConfExport_BR.) |
| parmMaxFileSize | Gets or sets the MaxFileSize parameter. (Inherited from ConfExport_BR.) |
| parmMaxFileSizeError | Gets or sets the MaxFileSizeError parameter. (Inherited from ConfExport_BR.) |
| parmToAccount | Gets or sets the ToAccount parameter. |
| parmToDate | Gets or sets the ToDate parameter. |
| parmToNumber | Gets or sets the ToNumber parameter. |
| populateCommon | Assigns a validated common table buffer that is ready for output. (Inherited from ConfExport_BR.) |
| prepare | Initializes the class fields, based on the layout that is used. (Inherited from ConfExport_BR.) |
| query | Serves as a parm method for the internal Query object of the class. (Inherited from ConfExport_BR.) |
| queryBuild | Constructs the internal query that is used to retrieve all RPS records to export. (Overrides the queryBuild Method.) |
| queryRun | Serves as a parm method for the internal QueryRun object of the class. (Inherited from ConfExport_BR.) |
| run | Exports the records to the RPS file and updates the EFDocumentCity_BR table. (Overrides the run Method.) |
| saveLastData | Internally stores the data from the QueryRun object for later use. (Inherited from ConfExport_BR.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| summaryFieldPrepare | Prepares the summary field temporary table to use. (Inherited from ConfExport_BR.) |
| summaryFieldProcess | Iterates through each record from the query and processes the fields to summarize. (Inherited from ConfExport_BR.) |
| summaryFieldUpdate | Updates a single summarize field. (Inherited from ConfExport_BR.) |
| 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.) |
| validateField | Serves as a helper method to validate whether a specific field is included in the internal query. |
| validateQuery | Serves as a helper method to validate whether the minimal set of tables and fields exists on the internal query to generate the RPS file. |
| validateTable | Serves as a helper method to validate whether a specific table is included in the internal query. |
| wait | Pauses a process. (Inherited from Object.) |
| writeToFile | Writes the given data to the export file. (Inherited from ConfExport_BR.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the ConfExportRPS_BR class. |
Community Additions
ADD
Show: