Record Bundling Optimization

When a bundle of records is created, all related records are loaded into the bundle. If the bundle is too large, it takes a long time to load. You can redice the the time to display records.

  • When a bundle is loaded for view/edit, it is validated to pre-configured depth.
  • Every time a user navigates the bundle, the next level is processed.
  • The default depth is set to 2.
  • If any record is modified, and when a bundle is saved,
    • All modified records are validated.
    • Related records are validated to specified depth.
  • The UI display changes to show only the specified depth.
  • If the recordBundle has a large hierarchy, on the UI the loading/displaying of the bundle can be controlled/restricted by the configuration.
  • Custom Validations can be turned off or on during recordView.