Greetings,
I need to perfom an update with supplemental markings codes of a specific list of files which has security clearence levels. Each level and it's code. In order to avoid running on each file and doing it manually I'm willing to write a program which will use CWS and will irretate each file and will update each node with the correct SM codes.
I have created security clearance - supplemental markings tables already. With a name and code/level.
So far I used docmanclient() getnodes() to get the list of targeted nodes which I'm willing to make the update on. As I search in the array of the recieved node list I'm unable to find any field/property which has any connection to supplemental markings. I only find Security Clearance level names and so as Supplemental markings but there are no fields which contains the codes.
Is there a way to do it using CWS? So far I didn't manage to find any method which I can use in order to update those codes.
Thank you.