Configure the Create and Edit Layouts

This topic illustrates how to add or remove a field, and how to reorder fields, on the Create and Edit Account pages.

What's the Scenario?

Here's a screenshot of the Edit Account page.

This is a screenshot of the Edit Account page.

In this example, we'll move the Website field to display to the right of the Name field.

Modify the Edit Account Layout

  1. Navigate to the page that displays the area you want to extend.

    In this example, navigate to the My Team's Accounts page, click an account record, then click Account Details.

  2. To access Visual Builder Studio, you have one of two options:

    • Under the Settings and Actions menu, select Edit Page in Visual Builder Studio.

      This screenshot shows how to enter into Oracle Visual Builder Studio.
    • If you don't see the Settings and Actions menu, then in the lower right corner of the page, hover over the Ask Oracle icon and click Edit Page in Visual Builder Studio.

      This screenshot illustrates how to access Oracle Visual Builder Studio.

  3. If you're working on multiple projects, then select the Extend Redwood CX Sales project to keep your fragments extension separate from non-fragments changes.

  4. When Visual Builder Studio opens, the Edit Account page displays in the canvas.

    On the Structure panel, click the accounts - Edit Layout node.

    The edit layout is highlighted in the canvas.

    This screenshot displays what you see when you enter into Oracle Visual Builder Studio from the Edit Account page.

  5. On the Properties pane, click the Edit Layout rule set.

    This is a screenshot of the rule set for the Edit Account page.

    The Accounts layout tab > Rule Sets subtab displays. The Rule Sets subtab includes both a default layout as well as a default rule. Let's create a new rule.

  6. Click the Duplicate Rule icon.

    This screenshot illustrates how to duplicate a rule.

  7. In the Duplicate Rule dialog, accept the default rule name or enter a new name. The name you enter here is both the rule name and also the layout name, so enter a layout name that makes sense for you.

    Make sure that the Also create a copy of the layout check box is selected, and then click Duplicate.

    This screenshot illustrates how to duplicate a rule.

    The new rule displays at the top of the list of existing rules, which means that this rule will be evaluated first at runtime. If the rule's conditions are met, then the associated layout is displayed to the user.

    In this example, we're not adding any conditions which means that the associated layout will always be displayed.

  8. Let's modify the rule's copied layout. Click the Open icon to edit the copied layout.

    This screenshot illustrates how to edit a layout that's associated with a rule.

  9. In this example, we want to move the position of the Website field. Locate the Website field and use the handle to reposition the field so that it displays after the Name field.

    This screenshot illustrates how to move the URL field.

  10. Click the Preview button to see your changes in your runtime test environment.

    This is a screenshot of the Preview button in Visual Builder Studio.

    The preview link must include the application/container segments in the URL. If not, then change the preview link using the following example URL:

    https://<servername>/fscmUI/redwood/cx-sales/application/container/accounts/accounts-edit?id=300000003513233&mode=edit&puid=7050

    This screenshot illustrates the new location of the Website field.

    This screenshot illustrates the new location of the Website field.