Table "Tax Area"

ID 318
Namespace: Microsoft.Finance.SalesTax

Properties

Name Value
Caption Tax Area
DataCaptionFields 1,2
LookupPageID Page Microsoft.Finance.SalesTax."Tax Area List"
DataClassification CustomerContent

Fields

Name Type Description
Code Code[20]
Description Text[100]
"Last Modified Date Time" DateTime
SystemId Guid
SystemCreatedAt DateTime
SystemCreatedBy Guid
SystemModifiedAt DateTime
SystemModifiedBy Guid
SystemRowVersion BigInteger

Methods

CreateTaxArea

procedure CreateTaxArea(NewTaxAreaCode: Code[20], City: Text[50], State: Text[50])

Parameters

Name Type Description
NewTaxAreaCode Code[20]
City Text[50]
State Text[50]

GetDescriptionInCurrentLanguageFullLength

procedure GetDescriptionInCurrentLanguageFullLength(): Text[100]

Returns

Type Description
Text[100]

See also