VendOutPaymCreate_MultiCashForeign_PL Class [AX 2012]
Class VendOutPaymCreate_MultiCashForeign_PL represents Polish MultiCash Foreign payment format.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| checkCostBankAccount | Checks whether cost bank account is specified. |
| checkPaymentAmount | Checks whether payment amount is positive. |
| checkReceiversBankAccount | Checks whether receiver's bank account is specified and has a correct length. |
| checkSendersBankAccount | Checks whether senders bank account is specified and has a correct length. |
| checkValues | Checks whether a LedgerJournalTrans object has correct fields. |
| dateStr | Converts passed date value to string. Supports two formats: YYMMDD and YYYYMMDD. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| fillStartRecord | Builds start(header) record with data taken from specified parameters. |
| fillTransRecord | Builds a transaction record value based on the specified parameters. |
| formatBankAccount | Formats bank account number according to the specification. |
| getBankAccountNum | Utility method to obtain bank account number. |
| getCompanyAddress | Getter method obtains formatted Company Address |
| getCompanyInformation | Returns sender's company information according to the specification. |
| getCountryRegionIsoCode | |
| getCustomerAddress | Getter method obtains formatted Customer Address |
| getReceiverBankNum | Utility method to obtain vendor bank number. |
| getSenderBankNum | Utility method to obtain bank number. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| getTransAmountMST | Converts passed amount from the passed currency to the accounting currency(MST). |
| getVendBankAccountNum | Utility method to obtain vendor bank account number. |
| getVendBankInformation | Returns receiver's bank information according to the MultiCash Foreign Payment Format requirements. |
| getVendorAddress | Getter method obtains formatted Vendor Address |
| getVendorInformation | Returns vendors's information according to the specification. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| init | Initializes VendOutPaymCreate_MultiCashForeign_PL object using specified parameters. |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| strLengthFix | Pads the passed string with spaces(' ') on the right or left depending on _rAlign parameter to reach the specified length |
| 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.) |
Community Additions
ADD
Show: