@pradeepdubey82 you're referring the right url. We had the similar issues & XFs will not work properly without compatible version of core components.
Please make sure to install SP and core components package compatible and issue would be resolved.
Please check below which has similar discussion and see if that helps.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/show-hide-fields-based-on-dropdown-selection-aem-6-5/m-p/549200
you can simply write logic in sling model, below is the sample code. please check if this helps you.
public class Sample {
@ValueMapValue
@Deleted Account
private String flag; //checkbox name
@ValueMapValue
@Deleted Account
private String title;
@ScriptVariable
...
Do you see workflows failed in workflows failure tab related to the DAM update asset workflow? If there are any workflows failed related to the assets which you're checking, please retry and see if that resolves.
http://localhost:4502/libs/cq/workflow/admin/console/content/failures.html
no issues, i don't want you share the business logic here
As i understood, i don't think there is an OOTB solution for this, you need to look for custom solutions.
@kaikubad what is the purpose of the custom property you're using in page properties?
Are you going to do something on the page level by using the property?
please share more details.
Can you please share more details about your requirement?
Where do you want to use the banner? is it on the maintenance page?
Please check below if want to explore more on experience fragments.
https://experienceleague.adobe.com/docs/experience-manager-learn/sites/experience-fragments/experience-...
I would use experience fragment where the details are mentioned and refer that experience fragment across all the sites.
Another advantage of using experience fragment is - we can even create variations or site specific content.
can you please share how the third party data loaded on the live page? is it from AEM component?
do you have any scheduler to make a call to third party API to get the updated data?
If you are expecting updated data on every day, please check below steps and see if that matches to your requiremen...
@bhavi50
can you check if you have enabled coverage for your project in intellij setting or not or if the class has been excluded from the coverage by mistake?
https://www.jetbrains.com/help/idea/configuring-code-coverage-measurement.html