Search found 15 matches

by brianc_la
Tue Oct 14, 2008 1:04 pm
Forum: Business Rules
Topic: Disabling validation when loading a Contact from the CLT
Replies: 4
Views: 4142

Re: Disabling validation when loading a Contact from the CLT

I was thinking of a solution using a business object, if the business object would fire only once at the beginning of the CLT insert. I could bypass validations if {SettlementAgents}.count == 0 (all SA's deleted) and all the fields on Contact are clear. If at the very beginning of the CLT addition t...
by brianc_la
Tue Oct 14, 2008 12:15 pm
Forum: Business Rules
Topic: Disabling validation when loading a Contact from the CLT
Replies: 4
Views: 4142

Re: Disabling validation when loading a Contact from the CLT

Thanks for the reply. That would work if the field would automatically revert back to the original value and the contents were strictly protected on the fields. I could enforce the changes to an existing Contact like Settlement Agent. I see this behavior for other validations like the BillTo contact...
by brianc_la
Mon Oct 13, 2008 5:00 pm
Forum: Business Rules
Topic: Getting Started with HotSpot functionality
Replies: 2
Views: 3980

Getting Started with HotSpot functionality

I want my save validations to use the Hot Spot functionality. How must i do to the validators? Typically I format the error as such: return new ValidationError(errorMessage.Value, ValidationErrorLevel.Error, source.Value, strDataItem.Value); I notice some of the Core Rules have a <HotSpotScreen></Ho...
by brianc_la
Mon Oct 13, 2008 2:46 pm
Forum: Business Rules
Topic: No Validation messages display when OC fields are cleared
Replies: 1
Views: 3567

No Validation messages display when OC fields are cleared

The softpro version is 2.2 I have some field validations that prevent changes to fields on Order Contacts, specifically the SA and the UW. The validations fire when the fields are modified with the correct format but if the fields are totally cleared by the user, validations don't display. This func...
by brianc_la
Mon Oct 13, 2008 2:39 pm
Forum: Business Rules
Topic: Disabling validation when loading a Contact from the CLT
Replies: 4
Views: 4142

Disabling validation when loading a Contact from the CLT

As a recent requirements change, I would also like to be able to add a Contact from the Contact Lookup Table(CLT), but the custom validations prevent the text from populating the fields. As stated above, the val popup boxes do not display. I would like to suppress the validations when the newly adde...