Hey Community
I'm trying to implement a use case where the visibility of a particular stage in the DCM flow bar can be manipulated. I did observe that the Qualify status object ( which has a link to lead) has a column called IsDisplayed . How does this work ? (Is it only for setting the values in the flow bar or can the visibility be dynamically controlled as well ?).
I'm looking to implement this in a custom section.
Like
sprity,
You should be able to achieve your business idea by simply creating several Cases (https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/dy…) depending on a value of some field.
Unfortunately, it is not possible to dynamically show/hide some stages within one Case.
Hello,
Please describe in more detail how exactly you expect this logic to work.
Mira Dmitruk,
Hey ,
Let’s say you have a stage lookup, a custom section (e.g. Product), a related configuration section (e.g. Product Config), and a detail (Stage Config) inside the Product section that maps which stages apply to each product.
For example:
- Product A is configured with Stages 1, 2, and 3
- Product B has Stages 1, 2, 3, and 4
So when a user is working with Product A, the DCM (progress flow bar) should not display Stage 4
sprity,
You should be able to achieve your business idea by simply creating several Cases (https://academy.creatio.com/docs/8.x/no-code-customization/bpm-tools/dy…) depending on a value of some field.
Unfortunately, it is not possible to dynamically show/hide some stages within one Case.