Hi, is it possible to generate a soql from the results of a model and populate a field with the soql? I have a SKUID page that allows users to select from a list of Financial Accounts. The selected records are then adopted into a model called Selected Financial Accounts.
Is it possible to take the results of this model and generate the underlying soql and add it the Account record. I need this to generate a soql so that Conga can run on the Account record.
(In Salesforce the Financial Account object is tied to the Account object by a junction object.)
