Hi Nisha, I know but my question is that shall I not specify which catalog item I want?


Hi Serge,



Use:


current.request_item.cat_item == 'catalog_item_name'


Jaspal,


I have entered this condition:


current.request_item.cat_item == 'Loaner items' || current.state < 3 && current.approval != 'requested'


I still see the button in all tasks regardless of the catalog items


Loaner items is the catalog item name


Hi Serge,



Pass sys_id instead of item name as Item field on Request item table is a reference field.



current.request_item.cat_item == 'sys_id_of_item'


View solution in original post

Thank you Jaspal!