A party is an internal record in VersAccounts that represent a person or a company. A customer and a supplier would have an equivalent party record. You would always get to a party object from a customer or a supplier and never directly. A party record can be linked to a customer and a supplier at the same time. Party record mainly contains the address and contact information of the person or company.
Here are the fields available.
id: An id for the party
company_name: Name of the company
surname: Surname for the party if it is a person
given_name: Given name of a person
title: Title of the person
address_line_1: Address line 1
address_line_2: Address line 2
address_line_3: Address line 3
city: City of the contact address
province_state: Province or state of the contact address
country: Country of the contact address
postal_zip_code: zip code or postal code
contact_number_1: Phone number 1
contact_number_2: Phone number 2
contact_name: Name of the contact person for the company
fax_number: Fax number.
email: Email
email2: Email 2
email3: Email 3
practical_name: Get the name of the party. Outputs either name of the person of the company name.
address_string: Output the entire address in one line.
business_number: Business number of the party
contact_number_1: Phone number 1
contact_number_2: Phone number 2
contact_name: Name of the contact person for the company
fax_number: Fax number.
email: Email
email2: Email 2
email3: Email 3
practical_name: Get the name of the party. Outputs either name of the person of the company name.
address_string: Output the entire address in one line.
business_number: Business number of the party
Comments and Suggestions
0 comments
Please sign in to leave a comment.
Related articles