Click or drag to resize

ESDRecordCustomerAccount Properties

The ESDRecordCustomerAccount type exposes the following members.

Properties
  NameDescription
Public propertyaccountClass
Field that classifies the customer account.
Public propertyaccountName
Name of the account.
Public propertyauthorityNumberLabels
list of Labels set for the authority numbers. Ensure that the array length is the same as the authorityNumbers property, or left empty
Public propertyauthorityNumbers
list of numbers of the government, or any other entity records that is associated with the entity. Ensure that the array length is the same as the authorityNumberLabels property, or left empty
Public propertyauthorityNumberTypes
list of authority number types matching the authority numbers. If set must use the ESDocumentConstants that are prefixed with "AUTHORITY_NUM_". Ensure that the array length is the same as the authorityNumbers property, or left empty.
Public propertybalance
Monetary balance of customer account. If the balance is negative then customer account owes money and is in debt, if the balance is positive then the customer account is owed money and is in credit.
Public propertycontactName
Name of person associated to the account that can be contacted.
Public propertycustomerAccountCode
Code that allows the account to be identified with. May or may not be unique.
Public propertydiscount
Percentage amount that the the customer account receives off any applicable pricing.
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyemail
Email address that may be used to contact the entity associated with the customer account.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertyisOnHold
Either 'N'-No or 'Y'-Yes If 'Y' then indicates that the customer account is On Hold and may not be allowed to make any more purchases until it has paid its outstanding debts, or any other conditions.
Public propertyisOutsideBalance
Either 'N'-No or 'Y'-Yes If 'Y' then indicates that the customer account's debt balance is outside of its allowed credit limits.
Public propertyisOutsideTerms
Either 'N'-No or 'Y'-Yes If 'Y' then indicates that the customer account is operating outside of the payment terms of its debts, or other predefined terms.
Public propertykeyCustomerAccountID
Key that allows the customer account record to be uniquely identified and linked to. In other records it may be referred to keyAccountID where appropriate.
Public propertykeyGLAccountID
Key of the general ledger account that the customer account is assigned to. This links the customer account to a general ledger account that sales against it may be reported against for accounting purposes.
Public propertykeyLocationIDs
list of Ley Location IDs that link any number of locations to the customer account. This may be used to control the locations where customer accounts can purchase from.
Public propertykeyPaymentTypeIDs
A list of payment types that may be used to pay for the customer account's debts. Each key relates to a ESDRecordPaymentType record
Public propertykeyPriceLevelID
Key of the Price Level record that the customer account is assigned to. The price level record may control the price-level pricing available to the account.
Public propertykeySalesRepID
Key of the Sales Representative record that links a sales representative to the customer account. The assigned sales representative typically services the account.
Public propertylimit
Maximum monetary amount that the customer account is allowed to purchase debts to. A positive amount denotes that the account's balance may be in placed in debt. A negative amount denots that the account's balance must stay within positive credit.
Public propertyonHoldAction
Either 'OFF' 'BLOCK' 'WARN' 'WARNCC' Sets the action to take if the customer account is being used while it is On Hold. Either it's blocked from further use (BLOCK), or is allowed to be used but a warning is displayed (WARN), or is allowed to be used but a warning is displayed and only new debts may be created when paid with credit card (WARNCC), or no actions need to be taken (OFF)
Public propertyorgName
Name of the organisation associated to the account.
Public propertyoutCreditAction
Either 'OFF' 'BLOCK' 'WARN' 'WARNCC' Sets the action to take if the customer account is being used while it is Outside Its Credit balance. Either it's blocked from further use (BLOCK), or is allowed to be used but a warning is displayed (WARN), or is allowed to be used but a warning is displayed and only new debts may be created when paid with credit card (WARNCC), or no actions need to be taken (OFF)
Public propertyoutTermsAction
Either 'OFF' 'BLOCK' 'WARN' 'WARNCC' Sets the action to take if the customer account is being used while it is Outside Terms. Either it's blocked from further use (BLOCK), or is allowed to be used but a warning is displayed (WARN), or is allowed to be used but a warning is displayed and only new debts may be created when paid with credit card (WARNCC), or no actions need to be taken (OFF)
Public propertypaymentTypes
A comma delimited list of payment types that may be used to pay for the customer account's debts.
Public propertyphone
Primary phone number to contact the customer account's organisation or individual person. Its preferable to set phone numbers that can be dialled from anywhere internationally.
Public propertyshippingMethod
Method that goods ordered by the customer account may be delivered by.
Public propertytermsDescription
Readable description of the type of terms required by the customer accounts to pay off its debts
Public propertytermsType
Either 'GND'-Given Number of Days 'DOM'-Date OF the Month 'NDAE'-Number of Days After the End of the month 'DMAE'-Date of the Month After the End of the month 'COD'-Cash On Delivery 'NA'-Not Applicable Defines the type of terms required by the customer account to pay off its debts, and the length that the terms apply for. Use the ACCOUNT PAYMENT constants of the record to set this value.
Public propertytermsValue1
First value that may be used to calculate the payment terms of the account
Public propertytermsValue2
Second value that may be used to calculate the payment terms of the account
Public propertyterritory
Name of the area that is customer account is associated to.
Top
See Also