Hi,
We are trying to script an external import for assets. Our schema and mapping creation works partially.
We would like to create other types of attributes than the standard ones that we can find in the documentation.
At the moment, following examples cause problem:
- We want to import the select list values too. We have tried multiple options, but until now nothing works. What should we use instead of ‘typeOptions’ or what am I doing wrong?
{ "name": "codeLanguage", "description": "", "type": "select", *"typeOptions": [* "asp.net", "python", "php" ] },
- How can we create User attributes? What type should we use?
Any tips regarding more extended documentation?
Thanks in advance for the help.