You can download all the configuration from Cloud-Manager that are visible in system/console and can check the relevant information.Go to the CloudManager and then to the developer console. From developer console download the configuration. If you dnt have access, some one from your team should be h...
Can you check If your newly updated index is getting used. Can you share the screenshot of that. http://localhost:4504/libs/granite/operations/content/diagnosistools/queryPerformance.html
After changing the name I believe you have to update the index as well with the correct name as derivedinventorystatus and reindex.There is nothing wrong in your query, I ran the same on my end as well, and it is working fine. Thanks!
In That case just look for 3 nodes as siblings with names some what similar to layout ,ID , BackgroundColor under cq:dialog.Copy layout node and paste it as sibling to to these 3 nodes. You can further read this article for better understanding:https://aem.redquark.org/2018/10/day-07-creating-your-f...
In CRXDE (http://<IP>:<port>/crx/de/index.jsp)Go to the apps folderGo to your project under apps folderBelow that there will be a folder for component(could be possible that you won't have in your project)Select the component for which you have provided the screenshot under component folderUnder com...
Hi @StrawHatM23 , I believe you want to have one more field as layout below the Background color. If yes, Then you can copy the layout node from crxde and copy it to the parent node of Layout node. So that new node and layout node both will be sibling. Just change the name property of the new node a...
Hi @sharms13 , You can overlay this component and update the file: http://<IP>:<Port>/libs/cq/gui/components/authoring/dialog/fileupload/render.jsp You can have a check for the size of doc at the time of upload and accordingly can intimate the Author at the time of upload(may be by an alert). Thank...