Hi all -
I have a few Custom Field Properties, and am using a single FieldPropertyChanged() event. I wanted to test the incoming e parameter with something like...
if (e.FieldChanged == boITransactions.boITransactionsFieldNames.Override_Flag)
....
It's looking to me, however, like CFPs are not part of the enumerated business object fields? Is that correct?
TIA