Create a Custom Related List

This section provides information about how to create custom related lists and managing them in the developer console.

If you want to add a new custom related list to a topping, follow these steps:

  1. Open Bigin Developer Console.
  2. Go to Components > Related Details.

    The Add Related List page appears.

  3. From the Module List drop-down, select a module.
  4. Click the Add Related List button.

    The Workflow Custom Related List page appears.

  5. Type the Related List Name, and then from the drop-down list, select a module.
  6. In the Deluge Script editor, type your own logic for the custom related list function. To know how to code using Deluge, see Deluge Programming Language ↗.
  7. Click Save & Close.

The new custom related list is created.

Perform operations on custom related lists

After you create a custom related list on a module for a topping, you might want to update the related list in the future or remove it permanently. In such cases, you can edit and delete the custom related lists from the toppings.

To edit a custom related list, follow these steps:

  1. Open Bigin Developer Console.
  2. Go to Components > Related Details.

    The Add Related List page appears.

  3. To view the list of custom related lists on a specific module, from the Module List drop-down, select a module.
  4. From the list of custom related lists, hover over the custom related list you want to update, and then click the Edit icon.

    The Workflow Custom Related List page appears.

  5. Update the function logic of the custom related list as needed, and then click Save & Close.

To remove a custom related list, follow these steps:

  1. Open Bigin Developer Console.
  2. Go to Components > Related Details.

    The Add Related List page appears.

  3. From the Module List drop-down, to view the list of newly created custom related lists on a specific module, select a module.
  4. From the list of custom related lists, hover over the custom related list you want to remove, and then click the Delete icon.
  5. Click OK.

Removing a custom related list results in permanent loss of data.