Re: Display additional column to Party Search Table

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

Re: Display additional column to Party Search Table

Jacques Le Roux
Administrator
Hi,

I'm not sure why I received this message directly from Nabble.

Anyway, please subscribe to the user ML for such questions and then use your email client.
See why here http://ofbiz.apache.org/mailing-lists.html.

You will get a better support, people can answer you on the ML.
The wider the audience the better the answers you might get.

Also it's more work for moderators who have to accept your messages as long as you have not subscribed.
I'll personally no longer accept them (other moderators still could).

Thanks

This said you need to create the table in the DB through the entity engine, see

https://ofbiz.apache.org/  (documentation)

and especially

https://cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation
https://cwiki.apache.org/confluence/display/OFBIZ/Entity+Engine+Guide
https://cwiki.apache.org/confluence/display/OFBIZ/Entity+Engine+Configuration+Guide

HTH

Jacques

Le 31/12/2019 à 15:27, [hidden email] a écrit :

> Hi All,
>
> I have created an additional custom column named 'crmId' and i am able to add/edit the details in it.
>
> However, when I try to search for a particular party details, I am able to see the column name but not the values of 'crmId'
>
> I have added this field in PartyForms.xml as below
>
> <field name="crmId" title="${uiLabelMap.PartyCrmId}"><display description="${crmId.description}"/></field>
>
> Was not sure whether it is something to do with the display tag (or) anything more to be done to retrieve information from Database.
>
> Appreciate a response on this.
>
> _____________________________________
> Sent from http://ofbiz.135035.n4.nabble.com
>
Reply | Threaded
Open this post in threaded view
|

Re: Display additional column to Party Search Table

Jacques Le Roux
Administrator
Le 01/01/2020 à 12:54, Jacques Le Roux a écrit :
> This said you need to create the table in the DB through the entity engine, see

I meant the field in the table. I guess you did it already

You say

    "I have added this field in PartyForms.xml as below"

In which form exactly?

Jacques

Reply | Threaded
Open this post in threaded view
|

Re: Display additional column to Party Search Table

mageshjaganathan
I am looking for the field to be display in findparty form.

On 2020/01/01 13:25:29, Jacques Le Roux <[hidden email]> wrote:

> Le 01/01/2020 à 12:54, Jacques Le Roux a écrit :
> > This said you need to create the table in the DB through the entity engine, see
>
> I meant the field in the table. I guess you did it already
>
> You say
>
>     "I have added this field in PartyForms.xml as below"
>
> In which form exactly?
>
> Jacques
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Display additional column to Party Search Table

Jacques Le Roux
Administrator
First, you did not get it, you need to subscribe: https://ofbiz.apache.org/mailing-lists.html

Second, there is no findparty form anywhere in OFBiz

Last, it's my last answer if you don't subscribe.

Jacques

Le 01/01/2020 à 17:42, Magesh Jaganathan a écrit :

> I am looking for the field to be display in findparty form.
>
> On 2020/01/01 13:25:29, Jacques Le Roux <[hidden email]> wrote:
>> Le 01/01/2020 à 12:54, Jacques Le Roux a écrit :
>>> This said you need to create the table in the DB through the entity engine, see
>> I meant the field in the table. I guess you did it already
>>
>> You say
>>
>>      "I have added this field in PartyForms.xml as below"
>>
>> In which form exactly?
>>
>> Jacques
>>
>>