BankClientImportFormatLine_RU Class [AX 2012]
This class imports payments in a row format.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| endImport | Is used at the end of import and closes the file handler. (Inherited from BankClientImportFormat_RU.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fieldName2FieldId | Converts an enum value that contains a field name to a field ID. (Inherited from BankClientImportFormat_RU.) |
| fieldName2FieldIdCommon | Serves as a common method for converting a field name to a field ID. (Inherited from BankClientImportFormat_RU.) |
| fillPaymentAgreement | Scans an agreement's requisites in the purpose string of a payment, and if an agreement is found, sets it up on the payment. (Inherited from BankClientImportFormat_RU.) |
| fillPaymentByPaymentOrder | Initializes a payment from a payment order. (Inherited from BankClientImportFormat_RU.) |
| fillUnrecognizedPayment | Initializes a payment if a payment order wasn't found. (Inherited from BankClientImportFormat_RU.) |
| getFieldIdForPaymentTable | Converts an enum value to a field ID if the enum value and the field name do not match. (Inherited from BankClientImportFormat_RU.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| identifyCurrency | Defines the currency code for a payment from the payer's bank account or the recipient's bank account. (Inherited from BankClientImportFormat_RU.) |
| init | Initializes the variables of the class. (Overrides the init Method.) |
| initMapBalance | Initializes the balance map. (Inherited from BankClientImportFormat_RU.) |
| initPayment | Fills in a payment from a payment order or without it. (Inherited from BankClientImportFormat_RU.) |
| initStream | Creates and initializes a new instance of the BankClientStream_RU class. (Inherited from BankClientImportFormat_RU.) |
| moveToArchive | Moves an import file to an archive folder. (Inherited from BankClientImportFormat_RU.) |
| new | Initializes a new instance of the BankClientImportFormat_RU class. (Inherited from BankClientImportFormat_RU.) |
| 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.) |
| paymentTable2OperationType | Defines an import type from a table ID. (Inherited from BankClientImportFormat_RU.) |
| processPaymentLine | Imports the specified payment line. (Overrides the processPaymentLine Method.) |
| processRecordLine | Writes the specified field values to the bank-client payment record. |
| readStream | Reads a file and creates a list of the file's rows. (Inherited from BankClientImportFormat_RU.) |
| requisite2FieldName | Gets a field's name from the BankClientField_RU table, using the requisite ID as the cause of searching. (Inherited from BankClientImportFormat_RU.) |
| run | Runs the process for import payments in a loop through a list of rows. (Inherited from BankClientImportFormat_RU.) |
| setFieldDateValue | Converts a date that is expressed as a string into a date that is based on the date format, and sets up the date on a payment record. (Inherited from BankClientImportFormat_RU.) |
| setFieldDocumentTypeValue | Searches the document type by name in the BankClientDocumentType_RU table and sets it up on a payment. (Inherited from BankClientImportFormat_RU.) |
| setFieldValue | Sets up fields with different types of data. (Inherited from BankClientImportFormat_RU.) |
| setTable | Defines the type of a table variable. (Inherited from BankClientImportFormat_RU.) |
| 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.) |
| validatePayment | Validates the fields of a payment. (Inherited from BankClientImportFormat_RU.) |
| validatePaymentBasicFields | Validates the main fields of a payment. (Inherited from BankClientImportFormat_RU.) |
| validatePaymentForDuplicate | Checks for duplicate payments. (Inherited from BankClientImportFormat_RU.) |
| validatePaymentInnOrBankAccount | Validates a payment based on the INN and bank account, and sets up the payment direction on the payment record. (Inherited from BankClientImportFormat_RU.) |
| wait | Pauses a process. (Inherited from Object.) |
| writeBalance | Writes bank account balances according to the statement. (Inherited from BankClientImportFormat_RU.) |
| writeDocument | Writes a payment. (Inherited from BankClientImportFormat_RU.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: