Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to Create links from File(s) to Custom Object (equivalent to Copying File and pasting as Link to Custom Object) thru Vault API (and PowerVault).
I have found an AddLink method, however, when I am trying to use it:
$vault.DocumentService.AddLink($file.MasterId, "CUSTENT", $custObj.Id, "Test")
I am getting an error:
Exception calling "AddLink" with "4" argument(s): "109"
+ $vault.DocumentService.AddLink($file.MasterId, "CUSTENT", $custObj.Id ...
What am I doing wrong?
Solved! Go to Solution.
