

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Loading data into an array field in SM
Is there any way to load data into an array field in Service Manager?
How do you get a custom field to show in an Import Descriptor?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Loading data into an array field in SM
Yes you can import data in to array fields from the text file.
There are solved threads on forum, ty them and post in case of any challenge,
Assign Kudo, if found post useful and mark it accepted if solves the issue.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Loading data into an array field in SM
Thank you! I did read some posts that described how to format the input file. The problem that I am now having is that my array field does not show as a field available to me in the import descriptor file. This is a custom field, is there anyway to get that to show in the import descriptor?


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Loading data into an array field in SM
I should also add that this is a structured array field, I don't know if that matters.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Loading data into an array field in SM
Hello,
You should be able to import arrays and structure arrays, I think we can start by looking at the file you are trying to import and check if it's correct, can you please attach it here?
Regards,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Loading data into an array field in SM
You should use the field name as per dbdict not caption.
Also check the datadict, if this field is made ‘available’ to select at other place in SM.
OOB, custom fields do not have restriction to display in import descriptor.
Assign Kudo, if found post useful and mark it accepted if solves the issue.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Loading data into an array field in SM
Here is the file


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Loading data into an array field in SM
I have also tried a csv file, attaching that also.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Re: Loading data into an array field in SM
The name of the array on the device dbdict is alert.support and the fields we are trying to update in this are alert.type, alert.assignment, alert.area and alert.subarea
When creating the import descriptor these fields never show as avialable fields to select.
I'm attaching my device dbdict as well