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)
how to deploy a hardcoded value to a column
koryakm
how do i deploy a static value to a column though the DD deploy?
i am using OD 6.5.1
when i mean "static" value, i mean for example:
system time
a word "blah"
but not static enough to be able to make the DB put in a default value
Find more posts tagged with
Comments
saumil
Try below approach
<column name="--your db column name--" data-type="--column datatype--"
value="---the hardcoded value you want--"/>
hitc
value="$VALUEIWANT">
and use the -k option in the command
iwodcmd start electrabel/dd/test -k iwdd=mydeployment -k VALUEIWANT="blah"