I need to be able to allow users to add a new entity record and change the value of an attribute from the default value only once and then disallow further updates to that attribute in that record.
How would I do that using the following simplified entity:
EntityPrices
Code(auto generated)
ItemNumber
Price
EffectiveDate ---- Attribute that is defaulted to 99991231 until set by user.
Any ideas?