Difference between OrderNow (Service Catalog) and Submit Button(Service Portal)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 03:34 AM
Hi All,
May I know what is the difference between "Order Now" Button in Service Catalog (Normal View) compared to the "Submit" button in Service Portal?
Because, I have a catalog client script written on onSubmit() of a form which is working correctly in normal view but not in the service portal.
Thoughts?
Thanks & Regards,
Ram Prakash
- Labels:
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2018 04:32 AM
If you think this is the only way then you could try this dirty hack
var status = false;
//GlideAjaxCallHere
//CallBackFunction
function callBack(res){
//processResponse
status = true;
}
while(!status){}
//rest of the code here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2018 08:38 AM
Hi Gurpreet,
I am going to try that via Workflow.
Is that possible to create multiple RITM via Workflow based on the List Collector Value (number of selection in it)?
Thanks & Regards,
Ram Prakash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2018 03:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2018 06:20 AM
Yes it is already in "All" UI Type.