GetProcessingOptions - Odd behavior!!
Content
I am the only one who faces odd behavior in CWSS !!?
I am trying to get fileattachments of a CustomObject and apparently it doesn't oblige the command. I have developed a simple get() and have provided all sorts of permissions and privileges, still not able to fetch fileattachment details.
PFA Code.
Please let me know if I am missing anything.
- VIP
Version
may 2016Code Snippet
GenericObject gen_obj = new GenericObject(); RNObjectType rn_obj_type = new RNObjectType(); rn_obj_type.Namespace = "CO"; rn_obj_type.TypeName = "test_obj"; gen_obj.ObjectType = rn_obj_type; gen_obj.ID = new ID();
0