Process Flow formatter conditions

Stacy1
Mega Guru

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:

find_real_file.png

1 ACCEPTED SOLUTION

Deepak Ingale1
Mega Sage

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.


View solution in original post

15 REPLIES 15

Many thanks !

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?

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

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! 

Great help, thank you.