update related related content programtically
There are lots of examples in the documentation on how to link related content to an item using the client interfaces. I am trying to do this programatically using hda scripting and cannot find any documentation. Does anyone have examples or know of the place in the documentation that can help. The syntax below for xRelatedContentList doesn't work. Any help would be much appreciated.
@Properties LocalData
IdcService=UPDATE_DOCINFO
dDocName=PRD_URM005420
dID=5220
dRevLabel=1
dDocAccount=
xRelatedContentList=CS:3:0:PRD_URM005401:1
dSecurityGroup=Public
@end
0