StrataFrame Forum

Replace broken fule description

http://forum.strataframe.net/Topic6661.aspx

By Bradley Marston - 2/9/2007

Is there any way when you make a field required to edit the broken rule error message, or do I just have to make my own custom rules for validation to do this.
By Larry Caylor - 2/9/2007

Bradley,

 

Are you looking to provide a custom “required” message for each field or just replace the standard “This field requires entry” message for all fields? The standard message can be changed using the ErrorProvidderRequiredFieldDesc property on the form. If you want a custom message for each field I believe the only way to do this is to create a business rule for each one.

 

-Larry

By Bradley Marston - 2/9/2007

Larry , thanks for your reply. Iwas hoping to change it at the field level.

For example if i have a field named customer_uid, I would like it to display

as Customer name for example.

By StrataFrame Team - 2/9/2007

Nope, to do that, you have to create a custom business rule for each field.  The ErrorProviderRequiredFieldDesc is a "catch-all" property.