<h2>How can I tell what a button/action is on a Workspace?</h2><br/><div style="overflow-x:auto"><div>As an example, we will review Service Operations Workspace (SOW). Using the List section, we can navigate to Changes > All.</div> <div>Open any change and go to the Change Tasks related list to find a new button:</div> <div> </div> <div>You can right-click the “New” button and select “Inspect”. </div> <div>It should take you directly to its location in the DOM hierarchy.</div> <div> </div> <div>You are looking for a “now-button” HTML tag and the “component-name” attribute should look something like this (it may be above or below where the inspect took you):</div> <div>_node0_b062da24c30001102d32ce72a740dd64</div> <div> </div> <div>Ignore the “_node0_” part, the last bit is a Sys ID!</div> <div>You can search for it on the “sys_declarative_action_assignment” and “sys_ui_action” tables to find its definition.</div> <div> </div> <div>If you cannot find a Sys ID, there is a chance that the button is directly defined on UI Builder and is neither a Declarative Action or a UI Action.</div> <div> </div> <div>Additionally, the above syntax for “now-button” and “_node0_” is dependent on how it was set it up. You may find different configurations with a Sys ID in a different format or between a different tag.</div></div>