Mapping Field Service Mobile Elements to NetSuite Fields
In the article section of the mobile tab configuration, use the following structure to map mobile elements to NetSuite fields. Most element types use this structure, except as noted in the following table.
"article": {
"map": {
"elementid1": "fieldid1"
}
}
The following element types use different mapping structures:
|
Mobile Element Types |
Mapping Example |
|---|---|
|
select |
|
|
multiselect |
|
|
HTML |
|
|
image, file, and document |
|
|
datalist |
|
|
table
Note:
For a table element, nest each child-element mapping within the mapping for the table element. |
|