Hiding Catalog Variables AFTER submitted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-24-2010 08:44 AM
HELP!!
I'm having trouble getting the show/hide functionality to work on catalog variables after the request has been submitted. THe show/hide works great when the form is being filled out but is lost after it is submitted. I've tried using the UI policy in the sc_req_item table and I've tried using client scripts during onload for the same table, bot with no success.
Any ideas??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2014 10:35 AM
Hi,
i don`t know how you can do hide particular field for particular user, but you can surely do that on the catalog item request form, by checking opened by user is member of approving manager group or not.
hope this helps..
Thanks,
Girish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-17-2014 06:03 AM
Thank you for the suggestion. We have done the same, but using a scratchpad.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2014 08:45 PM
yep...
I have also used scratchpad, just FYI you can use catalog client scripts on RITM/TASK to hide/show
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-11-2014 10:30 AM
Hi
May be i am writing quite late on the variable hide n show issue, you can change the write role of variables to public, and then use the proper hide and show mechanism, that will hide or show all the variables.
Regards,
Girish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2014 09:29 PM
Sometimes when a UI policy is not functioning as expected, this could be caused by another client side error. Check your other client scripts and UI policies and make sure they are not throwing any errors.