Show only filled variables when creating a catalog item in the description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2024 02:00 PM
Hi guys,
I need some help. As you can see in the picture, I'm entering some catalog variables in the description field.
However, I would like to include in the description field only the variables that were filled in when creating the REQ. The way I've done it, I'm bringing all of them, and I don't want to bring the ones that were not provided.
Can anyone help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2024 04:37 PM
Try using a client script or ui policy to enforce these fields to have these values entered by the user and/ or set a default value so that each variable has a value
You could also do this via script in the flow where you populate the description. Instead of dragging the variable pills into the description you can use script it to populate. There you can check if you have variables empty or not and populate the description adequately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2024 06:10 PM
Thanks for your reply.
Do you have any example of how I can do it ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-18-2024 10:23 AM
Thanks for your reply.
Do you have any example of how I can do it ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-20-2024 02:34 AM
up