Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
deploying replicant order column
System
i'm having an error with such portion of cofiguration in a user defined schema deployment :
<group name="replicants" table="CMS_CONS_IRRG_REP" root-group="no">
<attrmap>
<column name="PATH" data-type="VARCHAR(255)" value-from-field="path"/>
<column name="TITRE" data-type="VARCHAR(255)" value-from-field="txt_consigne/0/consignes/[0-13]/cti_n" is-replicant="yes"/>
<column name="REPORDER" data-type="NUMBER(30)" value-from-field="not-used" allows-null="yes" replicant-order-column="yes"/>
</attrmap>
<keys>
<primary-key>
<key-column name="PATH"/>
</primary-key>
<foreign-key parent-group ="irregularite">
<column-pair parent-column="PATH"/>
</foreign-key>
</keys>
</group>
has anyone tried a deployment of replicant order numbers ?
any sample will be welcome
thanks
Find more posts tagged with
Comments
There are no comments yet