Group: StrataFrame Users
Posts: 112,
Visits: 1.2K
|
Thanks Edhy and Trent (and sorry I didn't reply earlier to your reply, Edhy).
I am using a single event to handle field changes, and need to test if the event was raised by changes to any of several business object fields in order to call/not call a method for additional data processing.
Most of the fields I am testing are fields created by the BOM so I test using the FieldName. enumerations v. e.FieldChanged. For the two Custom Field Properties I need to hard-code the test for the CFPs' fieldnames (not a biggie) and use the CFPs' SET( ) to trigger the call to the same method that the FieldChanged( ) handles for the BOM fields. It just means for two paths for maintenance if column/field names are changed in the future--one for BOM fields, another for CFPs. Don't love it, but it's ain't the worse thing I've seen.
Overall it's all good!
________________
_____/ Regards,
____/ al
________________ _____/ Regards, ____/ al
|