Hi,I was trying to update the metadata property using cURL command on local Instance. If the asset exists the property will be updated successfully without any failure.If Asset doesn't exists in DAM and I try to update the property then the sling:folder structure will be created with <assetname>/jcr...
Hi Team,We have encountered the issue several times with different file formats i.e. .pdf , .ppt , .xls etc. Problem:Whenever the document gets uploaded in DAM and if that document contains the title in its property then the title in the metadata takes that value. 1. If suppose I updated the title a...
Hi ,I tried this approach as well its not working, still I see the default message.I think the problem in this dialog is included as cq:include in another dialog which might not allowing it ?Thank you
Hi Team,I am trying to show the custom message on dialog field if not valid using validate property.validate string (type) function(){ var Value = this.getValue(); if(Value.length > 0){ this.markInvalid('Please enter correct value'); return false; } }Still I am getting the default error message ...
Hi Team, I have been trying to run multipath query through query builder but it takes more time to result a query (approx 40Sec). daterange.upperOperation=<=daterange.upperBound=2016-05-24T12:00:06.182-04:00daterange.property=jcr:content/offTime1_property=jcr:content/cq:lastReplicationActiongroup.1_...