
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2018 04:44 PM
Hello,
I have created a process flow for Release. Our releases have 2 different flows depending on if the product is an application or an operating system. In my process flow I have put the condition of product.product_type is operating system but it still shows on my releases where the product.product_type is an application.
I do not see that I can create a UI Policy on process flows.
Does anyone have any thoughts on how I can have it only show based on my product type.
Thank you,
Stacy
This screen shot is a release where the product is an application, it should not be showing here:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2018 05:28 PM
Unfortunately, process flow formatter shows all the process steps irrespective of the conditions given. The only thing is, it highlights a particular process step when condition matches.
You might want to create a custom process flow in which you will require to control the display of flow formatter steps based on either views.We had created separate form view to drive this.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2020 12:09 AM
Many thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2020 06:41 PM
Hello, thanks for sharing!! but didn´t work for multi language, I have created values in portuguese and english, but the states keep in english. I have tested with the native process flow and the language works fine. Is there anything to add to you custom process flow to be able to work with multilaguage?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2021 11:00 PM
Hello Daniel,
Did you find the solution for this multi-language issue? I am also facing the same issue. It would be great help if you could provide your inputs here.
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2022 10:36 PM
Hi, you can fix your problem by this way ↓
Change this line: var item = { label: gr.getValue('label') };
To: var item = { label: gr.getDisplayValue('label') };
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2022 07:23 AM
Great help, thank you.