List of dirty properties #3048
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment 2 replies
-
I'm at a conference right now, so don't have time to look through the code - but it seems to me that inside a domain object you have access to the object's property or field manager as a protected property. That should give you access to the list of field data instances that manage the field/property data for the domain object, and I think that'll get you to whatever info you have in those object - like your per-field isdirty indicator. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a way to get a list of dirty properties in an object?
In our use case, a data entry person updates a record and the record goes for approval to a manager.
The manager only wants to see the updated fields(properties) in the UI.
We have implemented @JasonBock 's solution of dirty properties in our project.
http://www.jasonbock.net/News/Item/9cc70d85-bef3-4e2b-9a68-3ba82615f8a3
Kind regards
Beta Was this translation helpful? Give feedback.
All reactions