Check out the use of ignore-if-empty and ignore-if-null in
InventoryReserveServices.xml
Thanks& Regards
Atul Vani
Enterprise Software Developer
HotWax Media Pvt. Ltd.
http://www.hotwaxmedia.com/
We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see for yourself.
On 04/13/2012 09:16 AM, Foo Shyn Chung wrote:
Hi all,
I need to check a field for empty string value in my entity-condition. I
search through the net but can't find a workable solution for me (tried
using nullField or removing the value attributes but both doesn't work).
What i need to do actually is to verify a field so that it is not empty:
<condition-expr field-name="batchNo" operator="not-equals" value="" />
Any idea on this?
Thanx
FooShyn