Skip to main content
Question

Enable/Disable or hide/unhide functionality in Studio View

  • March 24, 2025
  • 2 replies
  • 73 views

ritesh3719
Level 4
Forum|alt.badge.img

Is it possible to enable/disable or hide/unhide a button in Celonis Studio Views. Basically i want to enable the button on certain conditions applied in the filter dropdown inputs.

2 replies

abdulnour.duale11
Celonaut
Forum|alt.badge.img+2

My original answer mentioned using custom JavaScript in Celonis Studio Views (e.g. view.getFilterValues(), setEnabled(), setVisible()) and referred to “Studio Views API documentation.”

This is not available in Celonis Studio Views today. Studio does not support injecting custom JavaScript to enable/disable or show/hide a button based on filter selections.

 

Posting this to avoid confusion for anyone reading the thread afterwards. Apologies for the earlier, incorrect guidance.


ritesh3719
Level 4
Forum|alt.badge.img
  • Author
  • Level 4
  • 4 replies
  • March 31, 2025

Hi ​@abdulnour.duale11  can you guide me on applying this custom javascript conditions in components. Like where is the functionality embed this javascript code.