Add time variable on catalog item MRVS

Rutuja K
Giga Guru

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?

RutujaK_0-1729020250064.png

 

 

Thank you in advance.

6 REPLIES 6

Akash4
Kilo Sage
Kilo Sage

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)

Akash4_0-1729024790678.png

Akash4_1-1729024842154.png  Akash4_2-1729024862549.png

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.

 

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.

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

How are you accessing in workflow, any screenshot or code line?

Regards, Akash
If my response proves useful, please mark it "Accept as Solution" and "Helpful". This action benefits both the community and me.

Using 

gs.info(mrvs[i].availabletime);