Unanswered Questions
72 questions with no upvoted or accepted answers
4
votes
0
answers
2k
views
Is there a generic way to get page source of current page / Sitecore.Context.Item without downloading it?
Is there a generic way to get the HTML page source of the current Sitecore.Context.Item without downloading it, so, it will cover all (WebForms/Sitecore.Mvc/JSS etc.) scenarios?
Is it possible to get ...
4
votes
0
answers
807
views
Unable to get Dictionary Item value using sitecore Scheduler event
I have created A Sitecore Scheduled Task to send email. I have to read some settings from a Sitecore Dictionary but receiving only key not value.
After debugging I have found that Sitecore.Context is ...
4
votes
1
answer
440
views
How to track the user behavior and personalization on mobile Apps using Xamarin Sitecore SDK?
I need to provide the personalized content to the mobile apps through SSC/Sitecore mobile SDK and track the user behavior and capture in the xDB.
As per my understanding, "Sitecore Mobile SDK ...
3
votes
0
answers
223
views
Is it possible to access "/sitecore/api/ssc/auth/login" API from Content Delivery?
We want to have token based authentication for the API set up in Sitecore Content Delivery (CD). Can we access /sitecore/api/ssc/auth/login API from Content Delivery?
3
votes
0
answers
36
views
Restoring marketing taxonomies with Sitecore powershell extenstion
I am trying to automate Sitecore upgrade from 8.1 to 9.0.1.
In Upgrade steps, There is one step restoring deleted marketing taxonomies, which can easily be done with Url navigation and click button on ...
2
votes
1
answer
113
views
Error Cannot create tracker
We are getting the below error after we upgraded from Sitecore 9.1 to sc 10.1.2 on our preprod and prod environment.
We have also migrated our contacts from xdb 9.1 to 10.1.2. Below is the error ...
2
votes
1
answer
237
views
Cd url is going to 404
I have downloaded Sitecore Next JS containers setup and installed XP1 in our local instance. But the default CD url is going to 404. The CM Sitecore url including Experience Editor & Preview and ...
2
votes
1
answer
265
views
Sitecore 9.3 FXM API 403 error
We are getting a 403 error when creating an external site in console logs and the following error message in External Site page:
Could not validate beacon script - The remote server returned an error: ...
2
votes
1
answer
127
views
Get Experience Forms Response Statistics using API
In a Sitecore Form for example if I have list of questions with list of radio button answers. Does Sitecore have an API to return the statistics of how many users choose this answer?
I'm using ...
2
votes
2
answers
424
views
Sitecore domain and sub domain authentication
Parent Site Url: www.site1.com
Sub Domain Url: www.abc.site1.com
We have the requirement like create the sub domain(abc.site1.com) in separate instance and use the login & registration ...
2
votes
1
answer
679
views
Index update process are running repeatedly in same index
We have this api that is creating and publishing item programmatically. (This item is created under a bucket folder). I've checked the logs and noticed that in between the process, our index are being ...
2
votes
0
answers
84
views
Encrypt zip file while uploading to media library folder sitecore 8.2
i have followed the sitecore link and create my custom processor for (Sitecore.Pipelines.Upload.Save). i have faced issues while saving all media items.
it gives error on file.SaveAs(filename);
...
1
vote
1
answer
124
views
how to add Analyzer and Tokenizer in our customfieldtype
I'm trying to implement an analyzer and tokenizer on my created custom field type. Any ideas on how to implement it?
example:- I have created one custom field type like wtbngramscase in solr schema ...
1
vote
2
answers
137
views
How to logout specific security domain virtual user from sitecore
I am creating virtual user for site 1 using below code
AuthenticationManager.BuildVirtualUser("site1\\"+Email, true);
for site 2 using below code
AuthenticationManager.BuildVirtualUser(&...
1
vote
1
answer
722
views
media item creation using Sitecore service API (HTTP POST method)- Error : Resource was not found
Post updated on 05/03 for more information:
Developing a content migration tool using C# console app, using HTTP CRUD operations to access/add/update Sitecore items .
To create Media items used HTTP ...