You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Rishi Solanki <ri...@gmail.com> on 2009/12/16 05:02:59 UTC

Re: how to access from date filed of enetity instance from groovy file

fromDate = genericValueInstance.fromDate
more generic;
anyField = genericValueInstance.anyField (anyField should be a part of the
entity)

HTH !

Rishi Solanki
Enterprise Software Developer
HotWax Media Pvt. Ltd.


On Tue, Dec 15, 2009 at 11:29 PM, x x <dj...@yahoo.com> wrote:

> hello
>
> how can i access field fromDate of entity instance from groovy script ?
>
>
>
>
>
>