- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2016 10:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2016 11:02 PM
Hi Jagdish,
Have you created your own workflow or you are using default workflow. If you are using your own workflow then just go through your workflow properties there is a field Expected time just set time zero(00). By default its showing 14 hours just replace 14 to 00. Just follow above steps. It will work for you. If any problem just let me know.
Regards,
Swapnil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2016 10:56 PM
You can configure the cart layout.
Change 'Order this Item' Item Ordering Widget and uncheck delivery time
Configuring Cart Layouts - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2016 11:02 PM
Hi Jagdish,
Have you created your own workflow or you are using default workflow. If you are using your own workflow then just go through your workflow properties there is a field Expected time just set time zero(00). By default its showing 14 hours just replace 14 to 00. Just follow above steps. It will work for you. If any problem just let me know.
Regards,
Swapnil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2017 02:50 PM
this worked thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-06-2016 11:21 PM
Hi Jagadish,
If you want to hide the delivery time for particular catalog item, then you can configure a catalog client script on load with following code to hide . It worked for me.
function onLoad() {
sc_delivery_time_label_cell.hide();
sc_delivery_time_cell.hide();
}
or if you want to hide for all catalog items then in Fuji version, you can go to Service catalog-- Catalog Definitions--Maintain Cart Layouts and you can define the visibility as per your request. This is global, please be sure before making any changes.
Regards,
Divya Lakshmi