Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
Having a problem with a Relate attribute not showing in Edit mode when suppling SiteHandler.CurrentSite to the SetAttributeValue method.
If I set the attribute with this:
user.SetAttributeValue("EPiServerMailSubscriber", SiteHandler.CurrentSite, newsletter);
(newsletter is a bool) the value isn't shown in edit mode.
If I on the other hand add the value like this:
user.SetAttributeValue("EPiServerMailSubscriber", newsletter);
the value is shown in Edit mode.
It doesn't matter if I have one or more sites, I still get the same problem.
Has anyone experienced the same issue before?
// Regards, Torbjörn