Hi All,
I am trying to update the document metadata in ECM using the livelink API.
One attribute is of type 'com.opentext.livelink.service.core.StringValue', but it has multiple rows showing on ECM.
So I tried giving comma delimiter for the multiple values, but they show up like below: (a, b, c should come in 3 different rows.)
I assume I should be using something like this, "TYPEID_LIVELINK_STRMULTI", but couldn't find a similar one in the com.opentext.livelink packages.
Appreciate any input on this.
Thanks!
I am trying to update the document metadata in ECM using the livelink API.
One attribute is of type 'com.opentext.livelink.service.core.StringValue', but it has multiple rows showing on ECM.
So I tried giving comma delimiter for the multiple values, but they show up like below: (a, b, c should come in 3 different rows.)
I assume I should be using something like this, "TYPEID_LIVELINK_STRMULTI", but couldn't find a similar one in the com.opentext.livelink packages.
Appreciate any input on this.
Thanks!