The CreatorCon Call for Content is officially open! Get started here.

Use certain Form View for Opening Record in Workspace

Nicole Jeschor
Kilo Explorer

Hello,

I'm using in a Workspace a normal list. When I click on a row I want to open a record - so far no problem.
But this record view should use an expanded view and not the default view. (I configured the default view and an expanded view as "Form View" for my custom table in the app-engine.)

My idea was to use the event "Row clicked" and the event handler "Link to destination - Record". But I don't know how to use the query and/or extraParams to say, which Form View should be used. (I also tried to add "?sysparm_view=expanded" to the URL of the opened record - this changed nothing.)

Thank you for helping!
Best regards

1 REPLY 1

Marc Mouries
ServiceNow Employee
ServiceNow Employee

@Nicole Jeschor You can set the View you desire either on the Form component or the data resource that is feeding data to the form component.

 

 

Hit the ???? Helpfulor or Accept link ↓ if this answer brings you closer to achieving your goal