Add time variable on catalog item MRVS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 12:24 PM
Hello,
I have a requirement to add days and time availability variable on catalog item mrvs like below. Based on time entered, schedule entry will be created.
How to achieve this?
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 01:41 PM
Hi Rutuja,
I have experienced this in one of projects, like the Catalog Item variables we cannot create Label in MRVS. As an alternative, you can create Single line text variable "Answer the following" with a default value "What are your Days of Availability?" and Read only checked as shown below. The rest is adding checkboxes as required (ex: Mon and Fri are shown)
Similarly, you can create one more Single line text variable for Time "Also mention the below" with default value "What are your Timings of Availability?" with Checkboxes as Start Time and End Time.
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 02:20 PM
Hi @Akash4
Thank you for responding.
I used list collector for days(custom table to store choices)
for time I used single line text but I checked by adding logs in workflow, this filed is returning some sysid.
how to get exact time/ display value entered in field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 02:25 PM
How are you accessing in workflow, any screenshot or code line?
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2024 02:27 PM
Using
gs.info(mrvs[i].availabletime);