Hello all
I need to set value to category attribute in specific node. As far as I know LLAPI is depricated after 10.0 and it is not recomendet to use. In OScript API/Built-in Package documentation I cant find anything useful to implement my task.
I tryed somethig like thise
Integer cardID = 7056217
DAPINODE node = DAPI.getNodeByID(prgCtx.DSession().fSession,cardID)
Dynamic attr = DAPI.GetNodeUserAttr(node, "_1_1_22_1")
but in attr variable I have value E681967618 and The item user attribute is invalid.
Any Ideas?