getting problem to fetch idValue field on ftl

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

getting problem to fetch idValue field on ftl

Ravindra Mandre-2
Hi list,
i am working on customising the find party screen and trying to list
idValues present in PartyIdentification table just like how party area code,
party types etc are listed. In partservices.java to list areacode, they have
used *dynamicView.addMemberEntity("TM", "TelecomNumber");* and to show that
they have used in findparty.ftl this:* partyRow.areaCode                *

But I am not getting printed on my customize ftl file. any  help is much
appreciated.

Regards,
Ravindra Mandre
Reply | Threaded
Open this post in threaded view
|

Re: getting problem to fetch idValue field on ftl

awdesh parihar
Ravindra,

If you see findParty service in detail  then you will find that there is no
relation created with entity "PartyIdentification" in dynamic view entity ,
if you want to list IdValue then you have to first create relation b/w
entities and then retrieve data accordingly

--
Thanks & Regards
Awdesh Singh Parihar
Hotwax Media
http://www.hotwaxmedia.com
[hidden email]
-------------------------------------------------
direct: +91 - 989.335.1789
Reply | Threaded
Open this post in threaded view
|

Re: getting problem to fetch idValue field on ftl

Ravindra Mandre-2
Thanks Awdesh for your help .

Regards
Ravindra Mandre

On Mon, Feb 22, 2010 at 6:33 PM, Awdesh Parihar <[hidden email]>wrote:

> Ravindra,
>
> If you see findParty service in detail  then you will find that there is no
> relation created with entity "PartyIdentification" in dynamic view entity ,
> if you want to list IdValue then you have to first create relation b/w
> entities and then retrieve data accordingly
>
> --
> Thanks & Regards
> Awdesh Singh Parihar
> Hotwax Media
> http://www.hotwaxmedia.com
> [hidden email]
> -------------------------------------------------
> direct: +91 - 989.335.1789
>