Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
list-to-replicant
System
Hi,
I have a problem with datadeploy while deploying commaseparated values.
It is working if i gave like below and it expects comma separated values.
<column name="MODEL_ID" data-type="NUMBER" list-to-replicant="yes" list-field="ConsumablesORAccessories/0/SelectedConsumables" value-from-field="ConsumablesORAccessories/0/SelectedConsumables/[0-99]/SelectedConsumables" is-replicant="yes" allows-null="no" is-url="no"/>
and it is not working
It is not working if i gave like below
$selectedmodels ="1,2,3"
<column name="MODEL_ID" data-type="NUMBER" list-to-replicant="yes" list-field="ConsumablesORAccessories/0/SelectedConsumables" value="$selectedvalues" is-replicant="yes" allows-null="no" is-url="no"/>
Actually i will i have textarea values line by line. I will convert those values into commaseparated .
Thanx in advance
Find more posts tagged with
Comments
Migrateduser
Thats correct, deploying comma-separated values can only be from value-from-fields not literal values.
Migrateduser
ok Thanx for your reply