Hello everyone,I'm currently working on a custom Magento 2 module that aims to automatically assign cross-sell relationships to specific “Holster” products. The module reads from a custom table called fit_builded, which contains two columns:holster_sku: SKU of the main Holster product.compatible_sku...
Hello everyone,I'm using Adobe Journey Optimizer and managing hundreds of journeys. Checking individual journey reports through the web interface has become time-consuming. I'm looking for a way to access journey report data programmatically.I've reviewed the Adobe Journey Optimizer API documentatio...
A big pain point for our team and I’m sure many teams is the lack of version control in Adobe Launch/Tags. It’s really easy for our developers to overwrite each other’s code without realizing it, to be mixed up in the same libraries, and for code to go to prod that was not supposed to go to product...
Dear Adobe Community, Currently we are connecting to Livestream using JWT token generation method. Below is method which is used to generate token using Adobe Project details and secret.key file in Java. ===================================================================public String getJWTToken()th...
Please suggest your solution if i want to load the multifield authored value from one component dialog into multiselect value of another component dialog dynamically ?
Hi i want to get all markers in a Premiere Pro plugin. I tried following, but i get only undefined error. Any suggestions? const ppro = require("premierepro");async function getAllMarkers() { const project = await ppro.Project.getActiveProject(); const activeSequence = await project.getActiveSequ...
I would like to ask about setting up a development environment in App Builder for multiple extension points.Currently, I am using the aio app init command to create a project with the following two extension points:aem/cf-editor/1aem/cf-console-admin/1I added a headerMenu button for each extension ...
Hi Team, As JWT token approach is going to be deprecated and we have to migrate our connection to Cloud Manager using Oauth approach.I tried using aio cli command but stuck into the issue to trigger or execute cloud manager Api.Please let me know if anyone knows how to fix this issue. Thank you in a...