Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Larry is correct, you could do that. Another option is to make the property read-only. This will prevent the end-user from being able to modify that field as well. If this is a field that is pulled from the schema, you can assign this through the BO Mapper (it is a check box). If it is a custom property just assign it as read-only. The simplest option though may be Larry's suggestion if this is going to be a one time thing.
|