Easy import or Quick import in Domain separated tables.

rohanhd
Kilo Contributor

Hello Peers,

Currently I am using quick or Easy import functionality within servicenow to upload data. It is on Fuji instance and the domain separation plugin is activated. When I create the template for a domain separated table eg sys_user it doesn't show the domain field hence I cannot assign the domain to the data loaded rather I have to upload the data for each domain separately or using a script assign the correct domain.

To overcome this I made change to the system property that tells easy import to ignore certain field types. Property is glide.import_template.field_types_to_ignore. From this property I removed the domain_id, hence easy import should not ignore domain_id type fields. But even then when servicenow creates the import template for insert the Domain (type domain_id) field is ignored.

My property value looks as below after removing domain_id:

table_name, order_index, collection, user_image, video, timer, translated_field, conditions, field_name, sys_class_name, journal, journal_input, due_date, user_input, image, workflow, template_value, documentation_field, user_roles, glide_list

Any ideas on what else might be blocking it? or is this an unreported bug.

Thanks


Rohan

11 REPLIES 11

Thanks for the follow-up.


Well it seems that easy import will create a temporary transform map starts with tmpl... which doesn't have those values. Hence if we edit those maps we can upload the domain data via easy import.