Hi All,
I have to set r_modify_date, r_modifier, r_creator_name for an object using dfc code. Other than this attributes all the attributes is getting saved properly with the value which i used in set methods. But when i am using
folder.setString("r_modifier","Test User");
folder.setTime("r_modify_date",Test Date);
folder.setString("r_creator_name","Test User1");
The value which i used for setting(Test User,Test User1,Test Date) is not saved in the object, Instead the session user name that is "dmadmin" is saved in the r_creator_name and in r_modifier. And the current date is getting saved in the r_modify_date.
Please help me on this
Thanks
Arun