Page collection UI builder

AJAY BIRADAR
Tera Contributor

Hi folks,

The question is regarding page collection in UI builder

Can i create page collection as a part of scoped application and use that page collection Service Operations Workspace??

 

 

Thanks.

1 REPLY 1

Yashsvi
Kilo Sage

Hi @AJAY BIRADAR,

In ServiceNow's Scoped Applications, including UI Builder, you can indeed create page collections and use them within your scoped application. Here’s how you can go about it:

 

1. Creating a Page Collection:
- Navigate to the 'UI Builder' application in your scoped application.
- Go to 'Page Collections' under 'Builder' in the UI Builder application.
- Click on 'New' to create a new page collection.
- Define the properties of your page collection, such as name, description, and other relevant settings.

 

2. Defining Service Operations:
- After creating a page collection, you can define Service Operations that interact with data and logic.
- Service Operations allow you to define the behavior and operations that your page collection will perform. This could involve CRUD operations (Create, Read, Update, Delete) or other custom business logic.

 

3. Using the Page Collection:
- Once your page collection and service operations are defined, you can integrate them into various parts of your scoped application.
- This includes using them within ServiceNow components, widgets, or other UI elements where you need to display or manipulate data managed by the page collection.

 

4. Service Operations Workspace:
- The Service Operations Workspace in ServiceNow allows you to manage and configure Service Operations, including those related to UI Builder page collections.
- You can access this workspace to define, edit, and manage the Service Operations that interact with your page collections.

 

5. Scoped Application Considerations:
- Scoped applications in ServiceNow provide a controlled environment where you can develop, configure, and manage your application components, including UI Builder artifacts like page collections.
- Ensure that your scoped application adheres to best practices for encapsulation and separation of concerns when integrating page collections and service operations.

Conclusion: yes, you can create and use page collections as part of a scoped application in ServiceNow’s UI Builder. The Service Operations Workspace facilitates the configuration and management of service operations that interact with these page collections, allowing you to build robust and integrated applications within the ServiceNow platform.

 

Thank you, please make helpful if you accept the solution.