Share via


RapidStartSetup::setUpCompany Method [AX 2012]

Syntax

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

Server

Parameters

  • 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
  • periodQuantity
    Type: int
  • numberOfFiscalYears
    Type: int
  • currency
    Type: str

See Also

Reference

RapidStartSetup Class