Thanks.
Just wanted to be sure that I was not missing anything.

Ron

On 22/01/2015 4:22 PM, Pierre Smits wrote:
Ron,

Should you feel that this is an improvement the product could benefit form,
please register a JIRA issue.

Best regards,

Pierre Smits

*ORRTIZ.COM <http://www.orrtiz.com>*
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com

On Thu, Jan 22, 2015 at 9:05 PM, Ron Wheeler <[email protected]
wrote:
The TelecomNumber entity seems to be missing a place for an extension.

<entity entity-name="TelecomNumber"
             package-name="org.ofbiz.party.contact"
             title="Telecommunications Number Entity">
       <field name="contactMechId" type="id-ne"></field>
       <field name="countryCode" type="very-short"></field>
       <field name="areaCode" type="very-short"></field>
       <field name="contactNumber" type="short-varchar"></field>
       <field name="askForName" type="name"></field> <!-- person or
department to ask for at this number -->
       <prim-key field="contactMechId"/>
       <relation type="one" fk-name="TEL_NUM_CMECH"
rel-entity-name="ContactMech">
         <key-map field-name="contactMechId"/>
       </relation>
       <index name="COUNTRY_CODE_IDX">
         <index-field name="countryCode"/>
       </index>
       <index name="AREA_CODE_IDX">
         <index-field name="areaCode"/>
       </index>
       <index name="CONTACT_NUMBER_IDX">
         <index-field name="contactNumber"/>
       </index>
     </entity>

--
Ron Wheeler
President
Artifact Software Inc
email: [email protected]
skype: ronaldmwheeler
phone: 866-970-2435, ext 102




--
Ron Wheeler
President
Artifact Software Inc
email: [email protected]
skype: ronaldmwheeler
phone: 866-970-2435, ext 102

Reply via email to