I run a query against a BO. I have a record operation that starts a process when I select a record and passes the BO that the query runs against as input to the process, but the BO is empty. Selecting a record in a query results doesn't bring an instance of the object to context to be passed to the process?
Run Query and have 'Start Process' as record operation.
Pass the BO from the query to the Process as Input.
Process action = DISPLAY MESSAGE BO.ATTRIBUTE.
Display message is blank.
I assume because I selected the query record, I did not get the BO into context before passing to process.