Re: Users - How to add fields in the product table

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

Re: Users - How to add fields in the product table

Jacopo Cappellato
simply add them to the definition of the "Product" entity.

Jacopo

Raj wrote:

> How to add the fields in the edit product or create product screen in
> catalog application  
>
>
> ------------------------------------------------------------------------
>
>  
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users

 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - How to add fields in the product table

martin_p
Hi, at least it's an old thread but mayby anyone is willing to answer anyhow  ;-).

i've added a entity p.e. in this cas the field "manufacturerPartId" but it will not appear in the
mounted database (postgresql). My question is simply what to do after adding it into the entity def's.

By the way, i'm not a Programmer and was looking into lot's of stuff in the printouts but at least the business explanations in many cases is unfortunately missing in this doc's.

Regards

Martin

Jacopo Cappellato wrote
simply add them to the definition of the "Product" entity.

Jacopo

Raj wrote:
> How to add the fields in the edit product or create product screen in
> catalog application  
>
>
> ------------------------------------------------------------------------
>
>  
> _______________________________________________
> Users mailing list
> Users@lists.ofbiz.org
> http://lists.ofbiz.org/mailman/listinfo/users

 
_______________________________________________
Users mailing list
Users@lists.ofbiz.org
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: Users - How to add fields in the product table

Jacques Le Roux
Administrator
You have to use a mean to install data in the DB.
If you are still exploring with demo data simply uses "ant run-install"  from command line. Else you will have to learn a lot
more...

Jacques

From: "martin_p" <[hidden email]>

>
> Hi, at least it's an old thread but mayby anyone is willing to answer anyhow
> ;-).
>
> i've added a entity p.e. in this cas the field "manufacturerPartId" but it
> will not appear in the
> mounted database (postgresql). My question is simply what to do after adding
> it into the entity def's.
>
> By the way, i'm not a Programmer and was looking into lot's of stuff in the
> printouts but at least the business explanations in many cases is
> unfortunately missing in this doc's.
>
> Regards
>
> Martin
>
>
> Jacopo Cappellato wrote:
>>
>> simply add them to the definition of the "Product" entity.
>>
>> Jacopo
>>
>> Raj wrote:
>>> How to add the fields in the edit product or create product screen in
>>> catalog application
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> _______________________________________________
>>> Users mailing list
>>> [hidden email]
>>> http://lists.ofbiz.org/mailman/listinfo/users
>>
>>
>> _______________________________________________
>> Users mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/users
>>
>>
> :-D:-D
> --
> View this message in context: http://www.nabble.com/Re%3A-Users---How-to-add-fields-in-the-product-table-tp4859162p17673458.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>

Reply | Threaded
Open this post in threaded view
|

Re: Users - How to add fields in the product table

martin_p
Hi Jaques, thanks for your reply.

nope, im not yet playing around with demo Data.... so i wrote down here to get the oportunity to
learn a lot more.... p.e. tried out to add a field for the manufacturerAid, had at least another idea to put this AID into the keywords table with a high weighth (10000) to map backwards to the products table  but this is not really what i need in this case.

Regards

Martin

jacques.le.roux wrote
You have to use a mean to install data in the DB.
If you are still exploring with demo data simply uses "ant run-install"  from command line. Else you will have to learn a lot
more...

Jacques

From: "martin_p" <martin.posner@adiva.de>
>
> Hi, at least it's an old thread but mayby anyone is willing to answer anyhow
> ;-).
>
> i've added a entity p.e. in this cas the field "manufacturerPartId" but it
> will not appear in the
> mounted database (postgresql). My question is simply what to do after adding
> it into the entity def's.
>
> By the way, i'm not a Programmer and was looking into lot's of stuff in the
> printouts but at least the business explanations in many cases is
> unfortunately missing in this doc's.
>
> Regards
>
> Martin
>
>
> Jacopo Cappellato wrote:
>>
>> simply add them to the definition of the "Product" entity.
>>
>> Jacopo
>>
>> Raj wrote:
>>> How to add the fields in the edit product or create product screen in
>>> catalog application
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>>
>>> _______________________________________________
>>> Users mailing list
>>> Users@lists.ofbiz.org
>>> http://lists.ofbiz.org/mailman/listinfo/users
>>
>>
>> _______________________________________________
>> Users mailing list
>> Users@lists.ofbiz.org
>> http://lists.ofbiz.org/mailman/listinfo/users
>>
>>
> :-D:-D
> --
> View this message in context: http://www.nabble.com/Re%3A-Users---How-to-add-fields-in-the-product-table-tp4859162p17673458.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>