How to map field in entitydef.

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

How to map field in entitydef.

gopalbi
Hello friends i need your help,

                    I have to implement a form add product in ofbiz. This single form will save all information related to product including price in one go. How should i map exiting product entitydef with price.

Thanks & Regards:
Gopal Bisht
Reply | Threaded
Open this post in threaded view
|

Re: How to map field in entitydef.

BJ Freeman
I suggest you go thru the UI steps to get to prices and see in the code
what entities are used.
you can also go to
https://demo.hotwaxmedia.com/webtools/control/ArtifactInfo
and type in price to see what deals with it.
which would bring you to
Artifact Info (Service): createProductPrice

gopalbi sent the following on 7/14/2008 1:04 AM:
> Hello friends i need your help,
>
>                     I have to implement a form add product in ofbiz. This
> single form will save all information related to product including price in
> one go. How should i map exiting product entitydef with price.
>
> Thanks & Regards:
> Gopal Bisht