I see, but my main question still remains . If I move the check number to the payment entity when the payment entity is updated by one of the existing services, How will it know to also update the check number field?

----- Original Message ----- From: "Dave Tenerowicz" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Wednesday, July 18, 2007 1:44 PM
Subject: Re: Adding a data item to an Entity


I suspect the entity that should be extended is the Payment entity.


David E Jones wrote:

The EftAccount is for the checking account, not an individual check.

-David


Len wrote:
I would like to add a check number to the entity EftAccount.  I have
added the field definition to my entitymodel.xml file (see below).
This has correctly added the column to the table definition.
How will the calls to existing services, for example
'addPyamentMethodToOrder', know to also update this field?


entitymodel.xml
<extend-entity entity-name="EftAccount">

<field name="checkNumber" type="name"></field>

</extend-entity>





--
Dave Tenerowicz
[EMAIL PROTECTED]

Office: 303.493.6727
Mobile 303.906.6116
Fax 303.814.8330

Visit us at http://www.salmonllc.com




Reply via email to