Hello workfront developer,How to create api in workfront for creating task in project via api call from App builder along with authentication. guid me with steps or share me articial please
In the below code there is use of RequestResponseFactory to generate the Html output, I would like to refactor the code as its deprecated now. also HttpServletRequest httpRequest passed to this method its also using requestResponseFacotry in the servlet who call the below method:HttpServletRequest h...
@mudaliar847906 sounds like you are using nested components were you are not able to author child component? if yes,1.You need to check in the authoring page whether parsys for both the components is visible or not.2. if its visible you need to open that parsys then do authoring for that specific co...
@Harwinder-singh This com/day/cq/replication event will be used in author not works in publish. all the event handler not working in cloud. only event listener is working in cloud.
by deactivating in author the published asset is removed in publisher and i also there is associate file i would like to delete along with removed file. scenorio: zip file published and extracted using workflow.when unpublished zip file is removed.we have a custom solution which will remove the extr...
@Harwinder-singh ,i'm trying to trigger this listener on the event of replication in publish environment but its not triggering. @Component(service = EventHandler.class, immediate = true, property = { AppConstants.SERVICE_DESCRIPTION + "=Replication Listener on publish", EventConstants.EVENT_TOPIC ...
@aanchal-sikka , This EventConstants.EVENT_TOPIC + "=" + "com/adobe/granite/replication" event is not trigger in AEMaaCS and not sure why. same its working fine in on-prem. i'm just trying to migrate to AEMaaCS but its not working.