In my last article, while concluding I mentioned that we can create lists for male 18-30; 30-40 and 40 & above, use them relevant campaigns. This is the follow up or a sequel kind of article discussing about that use case. I thought just like how we created a logic that checks the contacts genderContinue reading “Sitecore – Segments and Segmented List”
Monthly Archives: May 2022
Sitecore – Custom Submit Action – Create Contact – List Management
We have explored creating a Custom Form Element – Rich Text Field and Creating a Custom Form Field Validator earlier. Ever since I wrote those articles, I always wanted to explore creating a Custom Submit Action. But rather than just writing about how to implement a custom submit action, I thought I will pick someContinue reading “Sitecore – Custom Submit Action – Create Contact – List Management”
Sitecore CLI – Non Interactive Client Login – Error while getting client credentials token: invalid_client
Normally, from developer machine, if we want to use, Sitecore CLI for serialization, we would have used the commands, dotnet sitecore login –auth “IdentityServerURL” –cm “CMS URL” –allow-write true which would open the browser and redirect you to Identity Server Login page for Authentication, Once you enter the User Name/Password your session will be authenticatedContinue reading “Sitecore CLI – Non Interactive Client Login – Error while getting client credentials token: invalid_client”