Table "Tax Area"
ID 318
Namespace: Microsoft.Finance.SalesTax
Properties
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