Support Article
Exposed column does not have data present in BLOB
SA-34669
Summary
After exposing a column, the column does not have data in it, nor is new data added to it. The data is present in the BLOB.
Error Messages
Not Applicable
Steps to Reproduce
- Create a property in a higher class (such as a parent class or a framework layer).
- Include that property in instances of a lower class.
- Expose the property in lower class associated data table.
- Create a new instance of the lower class.
- Check the database table where the lower class instances are stored and see that the created column for the exposed property has no values.
Root Cause
This is an issue from PRPC Product regarding the property to column mapping, PRPC is mapping a property in the @baseclass to it's column, but the property is not populating the column.
Resolution
Perform the following local-change:
Define explicit external mapping on the class to map the issue prone property with its respective column.
Published March 11, 2017 - 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.