Newest Questions
13,823 questions
0
votes
1
answer
10
views
Index Rebuild button is disabled for coveo indexes
I see that rebuild and rebuild all button for coveo indexes is disabled and shows the message as An indexing action is already in progress on hovering, but when I checked the /jobs.aspx I see the ...
1
vote
4
answers
43
views
open treelist left pane using sitecore SPE dialog
my code is below. I want to open left pane of tree list with context item. it is not happening. Can anyone please help. I have pasted my code below.
$selectedItems = get-item .
$dialogProps1 = ...
1
vote
1
answer
25
views
Virtual User Caching Issue After Logout in Sitecore XP 10.4 with Federated Authentication
We're experiencing a very strange issue with a solution recently migrated from Sitecore XP 9.3, which occurs only on the QA environment.
Here are the details:
Environment:
Sitecore XP 10.4 (migrated ...
0
votes
3
answers
30
views
How do I prevent Experience Edge webhooks from timing out when publishing multiple items in Sitecore XM Cloud?
I'm using Sitecore XM Cloud with a Next.js application. I've set up an Experience Edge webhook to trigger ISR (Incremental Static Regeneration) when content is published.
The Problem:
When I publish ...
0
votes
2
answers
49
views
How can I implement a paginated faceted search UI in Sitecore XM Cloud using Experience Edge GraphQL?
In a composable Sitecore XM Cloud project, how can I implement a faceted search interface leveraging Sitecore Experience Edge GraphQL? Specifically, I need to:
Query content items (e.g., products or ...
1
vote
2
answers
46
views
XM Cloud Components builder and placeholdersettings
I saw a video demonstrating building component with XM Cloud Components (or Components builder) and after creating the component they could add it to a page in a placeholder.
Placeholder can have ...
2
votes
3
answers
146
views
Commands to create sitecore jss nextjs project
I want to create a Sitecore JSS project using Next.js. I’m looking for the exact CLI commands to scaffold the project, including the recommended options (like GraphQL for data fetching and SSG for pre-...
1
vote
1
answer
31
views
Is it necessary to encrypt <machineKey> in lower environments and can encrypted keys be stored in source control?
I'm working on a Sitecore 10.3 (.NET Framework) project and currently implementing machine key encryption to comply with our security bulletin / compliance requirements.
I have a few doubts that I'd ...
0
votes
2
answers
47
views
Sitecore serialization package deploy options
I was going through a Sitecore course and one of the questions in the serialization module was about installing a package and the impact on existing items. If I understood correctly the package ...
2
votes
4
answers
62
views
Adding a JSS App to an Existing Sitecore 10 Environment with MVC and SXA based apps
We have a Sitecore 10.3 instance with both MVC and SXA-based applications. We’re planning to add few JSS apps, which are independent, I would like to know if it’s better to integrate it into the ...
0
votes
1
answer
20
views
How to Coveo out of box date field in Coveo to use a custom date field?
I have a scenario where I need to index a date into the Coveo index. If a custom DateTime field in Sitecore is populated, I want to use its value; otherwise, I want to fall back to the item's updated ...
1
vote
1
answer
34
views
How to add a MultiList field in a custom Form Element in Sitecore 10.3?
I’m working with Sitecore 10.3 Forms, and I need to create a custom form element (a drag-and-drop field in the Form Builder) that allows content authors to select multiple items from a list — similar ...
0
votes
2
answers
50
views
Sitecore query with respect to glass mapper 5
I have following method to get items bases on sitecore query in version 9.3
public T GetNavFolderByName<T>(ID siteTemplateId, string name) where T : ItemBase
{
var baseQuery = $"...
0
votes
1
answer
25
views
Brightcove Connector Pulling Only 100 Videos, Duplicates on Re-run
After upgrading from Sitecore 10.2.2 to 10.4, we installed:
DEF 9.0.7
Brightcove Video Connector for Sitecore 10.4
Following configuration, we ran the Brightcove Pipeline Batch to import videos from ...
0
votes
1
answer
58
views
How to create a custom multilist-backed dropdown field in Sitecore Forms 10.3?
I’m working with Sitecore 10.3 Forms and need to create a custom form element that behaves differently from the standard DropDownList.
Requirement:
The new field should appear in the Form Elements ...