get fields from generic value obejct

2009-11-22 Thread x x
Hello How can i get fields from GenericValue object? If i hava GenericValue obejct withc is instance of Party entity, how can i see filed PartyId ?

Re: get fields from generic value obejct

2009-11-22 Thread Scott Gray
String partyId = party.getString(partyId); Regards Scott HotWax Media http://www.hotwaxmedia.com On 23/11/2009, at 11:12 AM, x x wrote: Hello How can i get fields from GenericValue object? If i hava GenericValue obejct withc is instance of Party entity, how can i see filed PartyId ?