(1)
id-ne: "not empty"
more details for the types in
framework/entity/fieldtype/fieldtypederby.xml

(2)
BILL_FROM_VENDOR ist defined in
applications/party/data/PartyTypeData.xml

(3)  the data-model is completely described in
the "Data-Resource-Model"
  http://eu.wiley.com/WileyCDA/Section/id-106397.html

The book is a complete reference and explains the relations of the
fields, for example:
"the CONTACT MECHANISM entity ... stores access mechanisms
for parties. Each CONTACT MECHANISM may be the way to
contact a particular PARTY."
And: "Each contact mechanism for each party may have many purposes.
...A single contact mechanism may have more than one purpose."

It should be helpful for understanding all those fields.




Am 15.01.2015 um 23:21 schrieb Ron Wheeler:
> I my research about data loading and the data model, I have come across
> may interesting things.
> There are also some questions that I have not been able to answer.
> 
> 1) In entitymodel.xml files I find reference id-ne.
>       <field name="partyIdTo" type="id-ne"></field>
>  What does id-ne mean?
> 
> 2) in the seed data for the accounting application there are references
> to BILL_FROM_VENDOR and many other roleTypeIds
> <entity-engine-xml>
>     <!-- The main Company Internal Organization -->
>     <Party partyId="Company" partyTypeId="PARTY_GROUP"/>
>     <PartyGroup partyId="Company" groupName="Your Company Name Here"/>
>     <PartyRole partyId="Company" roleTypeId="BILL_FROM_VENDOR"/>
> Where are these defined? Is there a place where the valid list of
> roleTypeIds get loaded.
> 
> 3) There are other TypeIds that seem to have values that might mean
> things in code
>  <PartyContactMechPurpose partyId="Company" contactMechId="9000"
> contactMechPurposeTypeId="PAYMENT_LOCATION" fromDate="2000-01-01
> 00:00:00.000"/>
> Is there some place where the uses of these types are documented?
> Where loaded in the seed data?
> If I change this to contactMechPurposeTypeId="PAY_LOCATION"will this
> cause problems for code.
> 
> 
> Ron
> 

Reply via email to