Skip to main content

Output data by relating multiple objects

When you output the data from multiple objects, some restrictions apply on objects in SVF Cloud and Salesforce. (See "Notes and restrictions" - "SVF Cloud for Salesforce" for details of restrictions on objects.)

SVF Cloud provides "Virtual Relation" as a feature for developers to ease these restrictions.

"Virtual Relation" feature virtually relates between any objects. You can output the data of the target object from the created button placed on the base object by relating the object on which the button is placed (base object) with the object that contains the data to output (target object) using the "Virtual Relation" feature.

For example, you can output data of following objects as target object.

  • Objects without master-servant relationship nor reference relationship with the base object

    illust_object_noRelation.png
  • Objects in a layer far from the base object

    You can output data of grandchild objects and great-grandchild objects that could not be output conventionally.

    illust_object_deep.png
  • Multiple child objects of the base object

    You can output the data of multiple objects in the detail object that could not be output in the past.

    illust_object_multi.png