Hello Community,
Is there any way Conditionally show or hide printables in FreedomUI, based on a certain Lookup Value. We are basically trying to achieve this https://customerfx.com/article/showing-or-hiding-printables-based-on-a-value-for-the-selected-record-in-creatio/ but in FreedomUI
Sasor
Like
Hello,
In Freedom UI you can’t hide individual reports inside the Print report menu, but you can control the buttons.
Add a Print report button to your page, then create a business rule on your lookup field: if it equals a certain value, show the button; otherwise hide it.
If you need different reports per scenario, add multiple Print buttons (e.g. “Print Customer Pack”, “Print Partner Pack”) and use rules so only the right one shows.
For full control (skipping the menu), add a custom button with a click handler that picks and runs the right report based on the lookup.
That’s the Freedom UI equivalent of conditionally showing/hiding printables.