Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
Help with updating/displaying attibutes
Robert_Scott_(sercoadmin_-_(deleted))
I am trying to create a module using the SDK builder. I am following the Livelink documentation (!) and can't get the Display/Update method to work correctly. I have created a WebLingo file as directed which contains the followingVALUE="'extData.dept'" etcHowever, this actually returns extData.dept in the info page not the stored value. I am sure this is something extremely simple but can anyone point it out to me!
Find more posts tagged with
Comments
Robert_Davies_(unlondonadmin_-_(deleted))
Hi DerekCan you check that you have your variable name enclosed in back-ticks `` and not single-quotes ''.i.e.VALUE="`extData.dept`"and notVALUE="'extData.dept'"Hope this helps.Matt.