Hi Experts,
I have requirement that i need to set values for custom repeating attributes, i write the below code but its not working. Please any body help on this.
IDfSession ses=getSession();
IDfId objcectId =getObjectId();
IDfDocument sysObject=(IDfDocument)getSession().getObject(objcectId);
userName=getSession().getLoginUserName();
objType=sysObject.getString("r_object_type");
sysObject.setRepeatingString("resp_initials", 0, userName);
super.doSave(arg0, arg1, arg2);