create_import_set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2016 02:26 AM
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());
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2016 02:39 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2017 11:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2018 08:50 PM
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