RM Extension create link
Hello Team ,
I am using DNG 6.0.2
I have requirement to link artifacts, I am planning to do it via RM extensions
RM.Data.createLink(art1, RM.Constants.LINK_FROM, art2, cb)
But while debugging, I see error on console window,
Uncaught TypeError: Cannot read property 'LINK_TO' of undefined
am I missing anything?, Please help