Hello,
I have an XAF business object and one of the properties is calculated by a trigger in my database. I need to show the property on my business forms, but when I utilize the read only approach of PersistentAlias and Persistent, the update statement for the object includes this field and overwrites my database value.
What is the proper way to show this field in the UI, but not update the database.
Thank you.
I just converted to a delayed property and added (true) to the attribute so I am okay for now. Still not sure why this does not fire.
GetPropertiesListForUpdateInsert