Go to crxde and select use the query tools to query like this, select SQL 2SELECT * FROM [nt:base] AS s WHERE ISDESCENDANTNODE([/content/sites/<page name>]) and s.[fileReference] is not nullcopy the list in notepad ++ and remove the /content... node pathnot sure about the exact requirment. just a tw...
Hi,If you do inplace upgrade, you dont need to deploy your content/packages or bundles etc. You dont need to reconfigure any custom authentication or any other configuration you did in the older version like logging or schedulers etc.so inplace upgrade will save a lot of effort.if you do a fresh ins...
We need to configure search and promote that it crawls the intranet pages also which requires login.We have currently implemented SAML for the intranet site and using S&P for unauthenticated users.We want S&P to work for authenticated intranet users also and crawl intranet pages too..Can you please ...
Simply ask the developer to add a new tab/new fields to add changes done to the page properties dialog where you can specify what changes you did the page.Secondly ask the developer to customize siteadmin and add another column to siteadmin to display the comments what work you did.If the above does...
I have created a custom widget using ext js and using that I am saving some properties in a node in jcr.but it saves it as jcr:primaryType sling folder however I want to change that jcr:primaryType to my custom node type.i tried writing like " jcr:primaryType" :"customNodeType" or "nodeType":"custom...