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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
x x
Reply | Threaded
Open this post in threaded view
|

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

x x
hello

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




     
Reply | Threaded
Open this post in threaded view
|

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

Rishi Solanki
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 <[hidden email]> wrote:

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