Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attributes are the options available for each component, allowing you to customize its appearance and functionality. They help you tailor the look and behavior of your components to fit your needs.

Basic

...

Attribute

Description

Header

This field allows users to add a title or heading to the section, providing context or description for the content within the section. You can also assign a dynamic assigned Header using merge text.

Info

Reference: Merge Text

No Header

This checkbox enables users to remove the section's header, creating a streamlined layout without a title or heading.

Is Collapsible

This checkbox allows users to make sections of the application interface collapsible, enhancing the overall user experience.

Actions

This allows users to add multiple actions to a section, each represented as a button. It enables users to quickly perform specific actions or invoke workflows directly from the section header.

Info

Reference: Actions

Overflow After

It is used to manage control the display of actions in a list format within a section header.

Note: By default, this attribute is set to a value of 3, meaning that up to three actions will be directly visible in the section header.

Panel
panelIconId1f5e8
panelIcon:speech_left:
panelIconText🗨️
bgColor#F4F5F7

For example, if you have three 3 actions, all will be displayed in the section header. If you add a fourth 4th action, it will appear in the drop-down list, along with any subsequent actions.

Show Border

It is used to simply add border surrounding the section.

Note: Currently, we support only black borders.

...

Label Source Type Attribute

Description

Static

It includes only records from the manually input value.

Model (Salesforce Object)

From this source, users can select a Model (Salesforce Object) field to be displayed as the label name.

Variable

Here, users can select the label name from variables such as Record ID, Is Disabled, Is Read only, or Is Visible.

cookie key

By using the Cookie Key, the result is fetched by the value that has been added under the Cookie Key. But, have to make sure that the value that we are adding is from the Cookie Key value.

Local Storage Key

By using the Local Storage Key, the result is fetched by the value that has been added under the Local Storage Key. But, have to make sure that the value that we are adding is from the Local storage value.

User

Here, you can choose the label from user fields such as First Name, Last Name, Email, Name, Phone, or Session ID.

Header Actions:

...

Header Action Attributes

Description

Label

A Label is the name shown to users and can come from various sources.

Info

Reference: Source Type

Name

Enter a unique API name for your action.

Icon

This option lets you choose from various icons to add to the action button.

Variant

This feature allows users to change the appearance of the action button.

You can explore more about variants

Info

Reference: Variant.

Visibility Type

It determines whether a component is visible on the layout. It offers the following visibility types:

  1. Never: There component will never be visible.

  2. Always: The component will always be visible.

  3. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.
    You can explore more about Conditional Visibility Type attribute

Info

Reference: Conditional Visibility.

Disability Type

It determines whether a component is disable on the layout. It offers the following visibility types:

  1. Never: There is no disable option for this component

  2. Always: The component will always be disabled.

  3. Conditional: The component's visibility is determined based on specific criteria, which can make it either visible or hidden as needed.
    You can explore more about Conditional Disability Type attribute

Info

Reference: Conditional Disability.

...