blng__TaxTreatment__c

Represents how Salesforce and external engines calculate taxes, and the tax engine to use for tax calculation.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
CurrencyIsoCode
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
The three-letter ISO 4217 currency code associated with the tax treatment record when multiple currencies are enabled.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed a tax treatment record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed a tax treatment record. If this value is null, it’s possible that the user only accessed the tax treatment record or a related list view (LastReferencedDate), but not viewed the tax treatment record itself.
Name
Type
string
Properties
Create, Defaulted on create, Filter, Group, idLookup, Nillable, Sort, Update
Description
The name of the tax treatment.
blng__Active__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Required. Indicates whether the tax treatment is active (true) or not (false). To deactivate the legal entity, clear the Active checkbox. This setting won't affect past or existing transactions or assignments. The default value is true.
blng__Notes__c
Type
textarea
Properties
Create, Nillable, Update
Description
Additional details or comments related to the tax treatment.
blng__TaxCode__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The product associated to a tax treatment.
blng__TaxGLRule__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The General Ledger (GL) rule associated with the tax treatment.
This field is a relationship field.
Relationship Name
blng__TaxGLRule__r
Refers To
blng__GLRule__c
blng__TaxIntegration__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Required. The tax integration record associated with tax treatment.
This field is a relationship field.
Relationship Name
blng__TaxIntegration__r
Relationship Type
Master-detail
Refers To
blng__TaxIntegration__c (the master object)
blng__TaxLegalEntity__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
The legal entity associated with the tax treatment.
This field is a relationship field.
Relationship Name
blng__TaxLegalEntity__r
Refers To
blng__LegalEntity__c
blng__TaxRule__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Required. The tax rule associated with the tax treatment.
This field is a relationship field.
Relationship Name
blng__TaxRule__r
Relationship Type
Master-detail
Refers To
blng__TaxRule__c (the detail object)