José, Cloud Kicks Sales Director, asked Linda, the admirable Salesforce and Frisbii administrator, to redesign the page layout of the account object (Salesforce Object) by reorganizing all the Frisbii fields.
Since the account is a Salesforce object, here are the Salesforce procedures to:
If you are not yet familiar with Sales Cloud (the Salesforce module to which the Account object belongs), you can find more information here: Sales Cloud basics.
For further information on configuring Accounts outside the Frisbii context, please refer to the following'Salesforce article: Accounts.
Account object definition
The definition below comes from Salesforce.
Object | Description |
Account | Use accounts to store information about customers or individuals you do business with. There are two types of accounts. Business accounts store information about companies. Person accounts store information about individual people. |
Relationship with other Frisbii objects
Here's the extract from the Conceptual Data Model showing the Salesforce Account object and its relationships with Frisbii objects. It shows you the links between the Account and others that you'll discover as you read the articles.

Account object fields
First have in mind the list of Salesforce fields: Account fields and then get a look at the list of Frisbii fields by section.
API name | Field name | Type | |
|---|---|---|---|
sofactoapp__Active__c | Active | picklist (255) |
|
sofactoapp__IdentiqueAddresses__c | Identical addresses | boolean, required |
|
sofactoapp__Analytical_1__c | Analytical 1 | string (255) |
|
sofactoapp__Analytical_2__c | Analytical 2 | string (255) |
|
sofactoapp__Capital_social__c | Share capital | currency (18, 2) |
|
sofactoapp__Code_NAF__c | NAF code | string (5) |
|
sofactoapp__Auxiliary_account__c | Sub-ledger account | Reference field |
|
sofactoapp__Supplier_auxiliary_account__c | Supplier sub-account | Reference field |
|
sofactoapp__VAT_Account__c | VAT account | Reference field |
|
sofactoapp__Contact__c | Billing contact | Contact |
|
sofactoapp__Default_banking_Coordinates__c | Default bank details | Reference field |
|
sofactoapp__Payment_date__c | Payment terms | picklist (255), restricted |
|
sofactoapp__Default_accounting_data__c | Default accounting data | Reference field |
|
sofactoapp__External_ID__c | External ID | string (255), case sensitive, external id, unique |
|
sofactoapp__Facturation_emise__c | Billing issued | currency (18, 2) |
|
sofactoapp__Provisional_invoicing__c | Provisional billing | currency (18, 2) |
|
sofactoapp__Immatriculation__c | Registration | date |
|
sofactoapp__Language__c | Language | picklist (255), restricted |
|
sofactoapp__Lettre_RCS__c | RCS letter | picklist (255) |
|
sofactoapp__Payment_Mode__c | Method of payment | picklist (255), restricted |
|
sofactoapp__Product_configuration__c | Product configuration | Reference field |
|
sofactoapp__Social_Reason__c | Default company name | Reference field |
|
sofactoapp__social_reason_billing__c | Company name invoicing | string (100) |
|
sofactoapp__SIREN__c | SIREN (DEPRECIE) | string (1300)* |
|
sofactoapp__SIREN_NIF__c | SIREN / NIF | string (55), external id, unique |
|
sofactoapp__SIRET__c | SIRET | string (55), external id, unique |
|
sofactoapp__Solde__c | Balance | currency (18, 2) |
|
sofactoapp__TVA_intra__c | Intrastat VAT | string (100) |
|
sofactoapp__Default_VAT2__c | Default VAT | picklist (255), restricted |
|
sofactoapp__City_RCS__c | City RCS | Text Field |
|
sofactoapi__BillingEmail__c | Text Field |
|