RapidStartSetup::setUpCompany Method [AX 2012]
server public static void setUpCompany(
str name,
str code,
str address,
str zipcode,
str city,
str state,
str country,
str addrformat,
str registration,
str language,
utcdatetime start,
utcdatetime end,
PeriodUnit periodUnit,
int periodQuantity,
int numberOfFiscalYears,
str currency)
Run On
ServerParameters
- name
- Type: str
- code
- Type: str
- address
- Type: str
- zipcode
- Type: str
- city
- Type: str
- state
- Type: str
- country
- Type: str
- addrformat
- Type: str
- registration
- Type: str
- language
- Type: str
- start
- Type: utcdatetime
- end
- Type: utcdatetime
- periodUnit
- Type: PeriodUnit Enumeration
- periodQuantity
- Type: int
- numberOfFiscalYears
- Type: int
- currency
- Type: str
Show: