Codeunit "Company Setup Service"
ID 1801
Namespace: Microsoft.Utilities
Methods
ConfigureCompany
procedure ConfigureCompany(Name: Text[50], Address: Text[50], Address2: Text[50], City: Text[30], County: Text[30], PostCode: Code[20], CountryCode: Code[10], PhoneNo: Text[30]): Boolean
Parameters
| Name | Type | Description |
|---|---|---|
| Name | Text[50] | |
| Address | Text[50] | |
| Address2 | Text[50] | |
| City | Text[30] | |
| County | Text[30] | |
| PostCode | Code[20] | |
| CountryCode | Code[10] | |
| PhoneNo | Text[30] |
Returns
| Type | Description |
|---|---|
| Boolean |