Support Article
Issue saving property using ObjectBrowse method
SA-8147
Summary
In the object browse method if you specify a property in select field then you can compare it with a value.
If the select field property is formatted using expression builder then you get error while saving-“the property is not an exposed column”.
Error Messages
Property not exposed
Steps to Reproduce
1. Write an activity that contains obj-Browse method.
2. Apply some format on the property used in the select query.
Check if you get an error like property undefined and not exposed (even though the property is exposed).
Resolution
You can write query to filter results based on date and use Connect-SQL to get results in PRPC.
Obj-Browse method looks for only the exposed columns and it does not allow any formating on properties.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.