Re: Validation messages to auto-attributes of a service

2016-10-13 Thread Rishi Solanki
Devanshu, You can simply try to use override to override the default behavior of auto-attribute. For example; if you are working on PartyContanctMech and you want partyId and contactMechId should return custom error message if empty. Then use the following practice to do that;

Re: Validation messages to auto-attributes of a service

2016-10-13 Thread Rishi Solanki
Applying same to your example; Rishi Solanki Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com On Thu, Oct 13, 2016 at 1:46 PM, Rishi Solanki wrote: > Devanshu, > > You can simply try to use override

Re: svn commit: r1759147 - in /ofbiz/trunk/applications/order/groovyScripts: entry/ entry/cart/ entry/catalog/ order/ quote/

2016-10-13 Thread Paul Foxworthy
Hi all, Can I turn the proposition around? If I was looking for example code to find products with a feature, I would be looking in the wiki and other documentation. In other words, I would look in places where examples are to be found. I would not look in the source code. So putting an example in