Hi @saravana_sgws were you able to achieve the above custom job in the job console. we are also looking for the same? I have created a sling job and storing csv into the var folder. can you please share how did you achieve the same in detail? I couldn't find anything in online. The mentioned packag...
Have your issue resolved? @SuprithaN1 If you are using two core bundles , check if you are exporting the model classes twice. that was the cause for us.
After we discussed with the Engineering team , we found the solution. we had other bundles included in our repo as submodules. One of the model Impl class from the other bundle has been exported in the their bundle manifest header and as well as our manifest header. Due to this, it had conflict inte...
@touseefk2181136 Since you are creating the node programatically on author, you can even publish it from author to publisher in code itself using replication apireplicator.replicate(session, ReplicationActionType.ACTIVATE, "your_path");
Hi team, we have written a commit hook by creating a service class implementing EditorProvider, here is the class @component(service = EditorProvider.class) public class AssetMetadataEditorProvider implements EditorProvider { private static final Logger log = LoggerFactory.getLogger(AssetMetadataE...
Hi Team,I want to search partial text over my custom property. when i search with fullvalue, it works but when i tried partial value , its not working. Even I have tried with property.operation=like. and also added * wildcard at starting and ending of the text. Nothing works. Only in fulltext its wo...