Re: Users - Updating Entity in Ofbiz
Posted by
Andrew Sykes on
URL: http://ofbiz.116.s1.nabble.com/Users-Updating-Entity-in-Ofbiz-tp139885p139886.html
Phani
You want something along the lines of...
GenericValue value = delegator.findBy*();// Get an existing entity
value.set("fieldName",yourValue);//Set a new value
value.store();//Store the entity
--
Kind Regards
Andrew Sykes <
[hidden email]>
Sykes Development Ltd
http://www.sykesdevelopment.com
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users