RapidStartSetup::setUpDefaultCompany Method [AX 2012]

Sets up a company for demo purposes.

server public static void setUpDefaultCompany(
    str name, 
    str code, 
    str address, 
    str zipcode, 
    str city, 
    str state, 
    str country, 
    str registration)

Run On

Server

Parameters

name
Type: str
Name of the Company.
code
Type: str
Code for the company.
address
Type: str
Address of the company.
zipcode
Type: str
Zipcode for the company.
city
Type: str
City for the company.
state
Type: str
State for the company.
country
Type: str
Country for the company.
registration
Type: str
Registration code for the company.
Show: