HelloFor one of our customers we did a release to production yesterday. Everything went correctly except that the admin interface is stuck in a redirect 302 loop. After the deploy it's not possible...
Hi, can you please help me how to do do this transformation in ASCX? I am creating transformation for Article Repeater and I need to get the tags of that article. I saw some answers here, but they ...
I want to link tags inside my smart search transformation. This line is returning only text of the tags {% count=0; foreach(x in GetSearchValue(@DocumentTags@).Split(@,@, true)){count += 1;GetSearc...
I'm using ObjectEvents to give ActivityPoints to current user based on fields user filled. Now for example if user register and fill FirstName I will give 10 points to user. The problem is that I'm...