Hi all,
My requirement is that I want to edit the ID property for a resource programaticaly.
The property is Details->Settings->Properties->Access Links->ID
I am not able to find this property name.
I tried displaying all the properties for this resource, but the ID property does not appear.
Thanks,
Vivek
Message was edited by: Vivek Sharma
I tried to use the ID property, but it soes not reflect in the resource properties 😔
Here is the code
PropertyName propNameSpecGUID = new PropertyName("http://sapportals.com/xmlns/cm","id");
Property propSpecGUID = new Property(propNameSpecGUID,new String("00000000123"));
resource.setProperty(propSpecGUID);
Please help