ConfExport_BR Class [AX 2012]
The ConfExport_BR class is the basis of the file export process for 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. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findExtentsion | Retrieves the extension of the file name. |
| getPaymMode | Returns the payment mode that is selected to generate the payment. |
| getSegment | Returns a related segment for a given payment specification. |
| 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. |
| 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. |
| outputFormatedDS | Outputs the current record from the query data source in the formatted mode. |
| outputFormatedDSComplex | Outputs the current record from the query data source in the formatted complex mode. |
| outputFormatted | Iterates through each record that is fetched from the query and outputs it in the formatted mode. |
| outputFormattedComplex | Iterates through each record that is fetched from the query and outputs it in the formatted complex mode. |
| outputFormattedField | Formats a field value to export to the file. |
| outputSimple | Iterates through each record that is fetched from the query and outputs it in the simple mode. |
| outputSimpleDS | Outputs the current record from the query data source in the simple mode. |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmExportMode | Gets or sets the ExportMode parameter. |
| parmFileName | Gets or sets the FileName parameter. |
| parmGroupId | Gets or sets the GroupId parameter. |
| parmLayoutId | Gets or sets the LayoutId parameter. |
| parmMaxFileSize | Gets or sets the MaxFileSize parameter. |
| parmMaxFileSizeError | Gets or sets the MaxFileSizeError parameter. |
| populateCommon | Assigns a validated common table buffer that is ready for output. |
| prepare | Initializes the class fields, based on the layout that is used. |
| query | Serves as a parm method for the internal Query object of the class. |
| queryBuild | Builds the internal Query object, based on the definition group that is used. |
| queryRun | Serves as a parm method for the internal QueryRun object of the class. |
| run | Serves as a base method that initializes the query, initializes the class fields, creates the file, outputs data, and closes the file. |
| saveLastData | Internally stores the data from the QueryRun object for later use. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| summaryFieldPrepare | Prepares the summary field temporary table to use. |
| summaryFieldProcess | Iterates through each record from the query and processes the fields to summarize. |
| summaryFieldUpdate | Updates a single summarize field. |
| 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.) |
| writeToFile | Writes the given data to the export file. |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the ConfExport_BR class. |
| ::description | Gets the description of the class. |
| ::newFile | Creates a new file to export. |
Community Additions
ADD
Show: