Adding fields

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

Adding fields

SkipDever
I have the need to add a field to the Invoice entity.

I would like to do it externally to the entitymodel.xml in Accounting, i.e.
an entitymodel.xml in the hot-deploy folder that would be additive?

Is there a way to do this?

Skip

Reply | Threaded
Open this post in threaded view
|

Re: Adding fields

jonwimp
Yes, you can. Use <extend-entity>. You're going down the right path, to try your best to build on
top of OFBiz, rather than change its core. OFBiz has many tools for doing just that, for
customization work.

Jonathon

skip@theDevers wrote:

> I have the need to add a field to the Invoice entity.
>
> I would like to do it externally to the entitymodel.xml in Accounting, i.e.
> an entitymodel.xml in the hot-deploy folder that would be additive?
>
> Is there a way to do this?
>
> Skip
>
>

Reply | Threaded
Open this post in threaded view
|

RE: Adding fields

SkipDever
Jonathon

Thanks for the response.

Skip

-----Original Message-----
From: Jonathon -- Improov [mailto:[hidden email]]
Sent: Thursday, September 13, 2007 9:08 PM
To: [hidden email]
Subject: Re: Adding fields


Yes, you can. Use <extend-entity>. You're going down the right path, to try
your best to build on
top of OFBiz, rather than change its core. OFBiz has many tools for doing
just that, for
customization work.

Jonathon

skip@theDevers wrote:
> I have the need to add a field to the Invoice entity.
>
> I would like to do it externally to the entitymodel.xml in Accounting,
i.e.
> an entitymodel.xml in the hot-deploy folder that would be additive?
>
> Is there a way to do this?
>
> Skip
>
>