You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a requirement to update a User's full name in Users & Groups section after something is update in Plomino DB.
I am unable to get the right getter and setter for this job. I use context.getCurrentMember().getProperty("email") to get Email field but the same with with "fullname" doesn't seem to be working.
Similarly I am trying to use context.getCurrentMember().setProperties(fullname=User_Name) which is also not working.
I also tried userFullname in Plone Utils to no avail.
Can someone throw some light on the right properties please?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have a requirement to update a User's full name in Users & Groups section after something is update in Plomino DB.
I am unable to get the right getter and setter for this job. I use context.getCurrentMember().getProperty("email") to get Email field but the same with with "fullname" doesn't seem to be working.
Similarly I am trying to use context.getCurrentMember().setProperties(fullname=User_Name) which is also not working.
I also tried userFullname in Plone Utils to no avail.
Can someone throw some light on the right properties please?
Thanks
The text was updated successfully, but these errors were encountered: