Create Organization with CSV file
A valid CSV file has the following format:
OrganizationID,Name,ParentID,OrderingNumber hq,Headquater,, 0 hq,Headquater,, 1 bcha,Branch-A,hq,2 bchb,Branch-B,hq,2 sales,SalesTeam,bcha,2
OrganizationID |
An ID that uniquely identifies the organization |
Name |
Name for Organization |
ParentID |
the parent organization is displayed |
OrderingNumber |
If users have been created, select the users you want to assign to this organization |
If you import the above csv file, the following organization will be created.