Would be nice as we can get information from the customfield xml file also would be able to save information.
User u;
u.get_Information("myfield");
would be nice if we could get
u.set_Information("myfield","myvalue");
Would be nice as we can get information from the customfield xml file also would be able to save information.
User u;
u.get_Information("myfield");
would be nice if we could get
u.set_Information("myfield","myvalue");
Im curious if anyone from DW has read this post and if it will be added to a upcoming release?
We don't have this feature on our roadmap for the upcoming release.
What would be the purpose of it? In what scenarios would it be used? Would the added information be valid only for the current request or session, or would it be stamped in the database?
To avoid using xmldoc,node and so on everytime you want to update an user where custom fields exsist.
for instance, we have a custom field called county in a solution where we need to update this field in our code, it would save alot of time to beable to use the API instead of taking out the field from the database, then use an xmldoc then search threw the xml doc and then write in the xml doc and then update the field in the database.
Furthure more it would be great to get lastname on the user object