- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2018 10:25 PM
hi Team,
i have a order guide in mobile view. when ever I request a new thing in order guide will it insert a record in sc_cart every time?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2018 11:03 PM
sc_cart will be only a single entry and it just stores the owner name of the cart ie the requester. Every time you add an item to cart, a new entry is added in the sc_cart_item. Once you order or submit the cart, the entry added in the cart is removed from the sc_cart_item table and is converted to a request and sc_req_item entries. So sc_cart always remains the same but requests get added or removed from the sc_cart_item table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2018 11:36 PM
order guide name : Order Guide - New Hire Onboarding (Employee)
Workflow name :new hire order guide custom workflow
BR name : Populate order guide name
once field is populated i want to give condition in workflow(new hire order guide custom workflow) properties as " order guide is New Hire Onboarding (Employee)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2018 11:40 PM
Did you check ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2018 11:44 PM
Ya worked in dev68174. i will replicate in my dev once. please give 2 mins
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2018 11:46 PM
Make sure you have only one display value on the sc_cat_item table which should be the name.
Also please do mark my responses as helpful for a token of support. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2018 11:50 PM
Make sure you have only one display value on the sc_cat_item table which should be the name.
can u brief me i dint under stand.
And i checked in my dev it is not working. but in demo dev it is working fine