How to set Action Bar Properties in Visual Builder Studio
Overview
This article provides a guide on how to set the Action Bar Properties in Visual Builder Studio. It addresses a common need among customers to limit their action list, such as disabling the 'update field' option from the action bar. The solution provided here involves creating a new action chain, assigning variables, and setting up event listeners. Read on to understand the steps in detail.
Problem Statement: Customers need a method to limit their action list, for instance, disabling the 'update field' option from the action bar. This is especially necessary when UI rules are in place that enforce certain dependencies (like updating field X makes fields Y and Z required). Such validation is not feasible when using the action bar command.
Tagged:
0