Hi @ac4320
You can also use granite type , however granite type are not available by drag and drop. You need to add those type similar to dialog.
You can also also clientlibs within form for validation.
e.g.
<clientlibs
jcr:primaryType="nt:unstructured"
...
Hi @KeerthanaHN
It could be the Asset Microservice which extracting metadata from file and processing those. It is similar to DAM Update Asset workflow in AEM 6.5
https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/assets-cloud-changes
Hi @Rama_KrishnaNy
Not much coding involved, its a cloud based product and no code deployment. However you can run SQL queries to extract data and feed data etc.
Hi @Rama_KrishnaNy
You can't. There is no local setup/SDK/JAR. You need to request a sandbox from Adobe. Check within your company and connect with Adobe partner.
Hi @chinmayis865517
It seems the welcome url is blocked by a rule written at line 11 in modsecurity_ams_14_r4_directory_block_logonly.conf file. Please check similar thread
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/need-to-know-more-about-this-error-on-httpd-conf/td...
Hi @PiyushBo1
Can you also try to add value property, Example
{
"component": "richtext",
"valueType": "string",
"name": "longDescr",
"value": "",
"label": "Long Description",
"description": "The description shown in Desktop and Tablet view."
}
Hi @Kamal_Kishor
For campaign the issue could not be due to PSC but the missing caching at dispatcher itself. Generally if url contains query string the dispatcher cache is skipped and PSC servlet never called instead GET request is reached at publisher.
If above assumption is correct then you need...