create_import_set

bns1
Tera Contributor

Hi ,

What is "create_import_set.do" ?? Initially it seems it is UI page but we dint find it in UI page .

Similarly "import_template_upload", "upload"??

I found below script using above:

var url = new GlideURL('import_template_upload.do');

  url.addParam('sysparm_referring_url', g_form.getReferringURL());

  url.addParam('sysparm_target', g_form.getTableName());

  // add values needed for creating a template

  url.addParam('sysparm_rows', g_form.grandTotalRows);

  url.addParam('sysparm_query', g_form.getQuery({orderby: true, fixed: true}));

  url.addParam('sysparm_view', g_form.view);

  window.location = url.getURL();

  alert(url.getURL());

3 REPLIES 3

siriprudhivi
ServiceNow Employee
ServiceNow Employee

Hi Brajendra,


These URLs are related to Import Sets. You can read more here: Import sets  


Best Regards,


Siri




Please select Like/Helpful/Correct if this helps


astha_chaubey
Tera Expert

Hi bns,



create_import_set.do is not a UI Page, it is a catalog item, with name load data.


PFB-



Capture.PNG


Thanks & Regards,


Astha Chaubey



Hello Astha,



Thank you for you sharing information.


In my developer instance, I found it too as same with you, but I can not find "Load Data" in Catalog Item[sc_cat_item] table.


How can I see the detail of "Load Data"?



Thanks in advance.


Shingo