Select To/From Patterns for the Expand Businessobject Command

Use select from[].to[] or to[].from[] clauses (with print bus, print connection, temp query, add query, and expand bus commands) to navigate connections and obtain information about related business objects.

Two simple examples are:

  • print bus T N R select from.to.owner from.to.current;

    This command looks at relationships pointing from the specified object and returns the owner and current state of the object on the TO end.

  • print bus T N R select to[Employee].from.name;

    This command looks specifically at relationships of type Employee pointing to the specified object and returns the name of the object on the FROM end.