UI Builder Bytes

Brad Tilton

5 minute read

So far in our Now Experience UI Builder series we’ve looked at creating pages, adding components to pages, using data sources to return data from the platform, and then binding that data to our components. As we continue this week we’re going to take a look at client state parameters, client scripts, and events. These are the tools that are going to allow the components on our UI Builder pages to communicate and share data with each other and ultimately make these pages more powerful.

Brad Tilton

3 minute read

Last week we dove into creating and using data resources in UI Builder by binding the output from a data resource to component properties in order to make our components more dynamic. This week we’ll continue our UI Builder series by looking at the Entity View Action Mapper (EVAM) type of data source. What if you want to show a data element as a card in a row, list, or a grid view, rather than one of the list components?

Brad Tilton

4 minute read

We are releasing some UI Builder related content every week during the Quebec Early Availability period. So far we’ve covered how to get started and a quick overview, and all about pages in UI Builder. This week we’ll be focusing on Data Resources. A Data Resource in UI Builder allows you to fetch data from the instance to the page and then consume that data from a component. Previous to the Quebec release, component authors had to hard code REST or GraphQL queries as well as any data transformations into their components.

Brad Tilton

5 minute read

As we learned last week, the first thing you’ll do when working with experiences in UI Builder is create or open an experience and create a new page. When you create a new page you’ll be able to add containers, components, data resources, and more to the page. This week, we’ll look at pages a little more closely and explore pages and their settings, parameters, templates, and variants. Page Templates When you create a new page in UI Builder, you’ll have the option to create a blank page or a page from a template.

Brad Tilton

4 minute read

One of the primary highlights of the Quebec Release, the Now Experience UI Builder is a web user interface builder that lets you see what the final interface would look like as you build new pages or customize existing pages for web-based workspace and portal experiences. UI Builder Foundations Let’s start with some foundational concepts and terms you’ll need to understand in order to work with UI Builder. Experiences Creating an experience is the first thing you’ll need when working with a custom UI through UI Builder.