Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

UI Builder for configuring Service Operations Workspace

Maymun
Tera Contributor

The Service Operation Workspace is an OOTB Workspace Experience, and I want to implement some logic on the incident form on the Workspace.

 

In UI Builder, the "Details" tab contains a "Form Controller" which looks at a particular view of the incident form and displays it. The Workspace view does not accept "setSectionDisplay()" which is used in a client script on the native view. 

 

I want to make a section on the form visible based on user roles and incident priority. 

The section does not have a "visible" property.

 

I cannot put the section into a container, because it is all contained in a Form on UI Builder.

 

 

1 REPLY 1

Dibyaratnam
Tera Sage

setSectionDisplay works on the workspace side too. There is no any restriction as such.