Hi,
I have a document in iDM with a attribute than can have multi values.
I want to publish it to IDM from my streamserve pageout printing document. the syntaxe I use to update this attribute in my streamserve's project is :
$IDM_AttributeName[1] = "Pr_noms/Value" ; //Custom name
$IDM_AttributeValue[1] = "Richard" ;
when I setup this attribute, I have the error below in then control center when I print the document
Infor IDM connector: 400 Bad Request (The document could not be created. Make sure that all attributes are correct.)
Could someone help finding the right syntax ?
thanks
Rgds