You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to include several fields from a reference object in the current business object?

edited Apr 6, 2018 7:00AM in Visual Builder

Summary

How to include several fields from a reference object in the current business object?

Content

I am trying to create a simple VBCS application to manage internal applications.

Custom Object 1: 

Name : Applications

Fields:

     id

     applicationName (Text)

     applicationCategory (Text)

Custom Object 2:

Name : Application Instances

Fields:

     Id

     ref2applications/applicationName (m:1 link to the Applications BO, displaying applicationName as default)

     instanceURL (Text)

The above works fine and can be exposed with no issue in the UI - I can create two top level pages, one to list applications and another one to list application instances, allowing users flexibility to access the information they need directly. It was also easy to create a master detail page to see all application instances for an application.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!