Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Include it in your SQL query or create a custom field. I recommend the custom field which returns the description. You can use a scalar method to pull the description from a FK table. When you create a custom field, the BO treats it as though it belongs to that table. You can see how to do this in the docs or the CRM sample for examples of how to achieve this.
|