Jump to content

Import companies: Difference between revisions

From IOMAD Docs
Created page with "Category:Company"
 
No edit summary
 
Line 1: Line 1:
==Overview==
The '''Import companies''' page allows you to upload companies as a CSV file.
# Go to the '''IOMAD dashboard'''.
# Click on the '''Companies''' tab.
# Select '''Import companies'''.
==Required fields==
; name : Full name of the company.
; shortname : Shortname (can only contain upper and lowercase alphanumeric characters, and underscores).
; city : Location (town or city).
; country : Like with Moodle's [https://docs.moodle.org/en/Upload_users user upload] function, this must be a valid '''2-letter country code''' - see the [https://www.iso.org/obp/ui/#search ISO list of standard country codes] for reference - and must be '''uppercase'''.
Example:
<pre>
name,shortname,city,country
My Company Ltd,MC,Glasgow,GB
</pre>
==Optional fields==
The optional upload fields are:
<pre>
code,address,region,postcode,parentid,theme,hostname,maxusers,validto,suspendafter,custom1,custom2,custom3,customcss,maincolor,headingcolor,linkcolor
</pre>
More detail about what these fields are for and can contain can be found on the [[Edit company]] page.
[[Category:Company]]
[[Category:Company]]

Latest revision as of 16:38, 2 July 2025

Overview

The Import companies page allows you to upload companies as a CSV file.

  1. Go to the IOMAD dashboard.
  2. Click on the Companies tab.
  3. Select Import companies.

Required fields

name
Full name of the company.
shortname
Shortname (can only contain upper and lowercase alphanumeric characters, and underscores).
city
Location (town or city).
country
Like with Moodle's user upload function, this must be a valid 2-letter country code - see the ISO list of standard country codes for reference - and must be uppercase.

Example:

name,shortname,city,country
My Company Ltd,MC,Glasgow,GB

Optional fields

The optional upload fields are:

code,address,region,postcode,parentid,theme,hostname,maxusers,validto,suspendafter,custom1,custom2,custom3,customcss,maincolor,headingcolor,linkcolor

More detail about what these fields are for and can contain can be found on the Edit company page.