Skip to main content

Content Assist

Brobench supports content assist of

  • Objects
  • Fields
  • Parent Fields
  • Child Fields
  • Picklist Values

Those resources are shown in the following parts of the query

  • Select
  • Child Query
  • From
  • Where
  • Having
  • Order By
  • Sub Query

Since From <object> is essential to know the Object which defines the context, it is advised to enter select from <object> first and then compose rest of the query. This way, the app can fetch and show the appropriate list of values.

App should pop up the suggestions as you compose the query. If for whatever reason suggestions aren’t shown, you can request the suggestions by entering Ctrl+Space shortcut.

Here are some examples of various ways of Content Assist.

Objects

Fields

Parent Object Fields

Child Relationships in Child Queries

Child Object Fields

Picklist Values