Welcome to the Adobe Developer Community! Connect with peers to ask questions and share best practices.
Recently active
I have a scenario where the a pdf document is generated dynamically and sending it for signature. I am placing text tags in the pdf document as belowPersonId Name Signature DateP1 ABC {{Sig1_es_:signer1:signature}} {{Dte1_es_:signer1:date}}P2 XYZ {{Sig2_es_:signer2:signature}} {{Dte2_es_:signer2:date}}Before sending it for signature, I save the recipient information to a table. In this case, P1 and P2 have the same email address, and both have a signing order of 1. P1 is the child, and P2 is the mother. How can I update the database table when a user signs or rejects?The webhook response includes the following details:{"participantUserId": "CBJCHB
I am using following command to install magento 2.4.7 in xampp on windows platform,composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition=2.4.7 magento2I am getting following error,
I have been required to create a webhook that will update the order status from a third and then send the order status to Adobe Commerce. Can anyone provide the workflow and related documents?For example, I have created an app and performed an event to order produce, and it goes to the app builder with a particular payload in debug trace.and send those data to the third party now I want a webhook to change the status of order .How can I create a webhook in the app builder
Hi,I have a component Dialog with two tabs. On click of configure button dialog is opening normally. Now a new requirement came to add a separate button to the action toolbar and on click of that new button, second tab needs to show in the dialog (first tab will be hidden).What I did?I have followed this article to create new action button and invoked the component dialog. https://experience-aem.blogspot.com/2017/08/aem-63-touch-ui-register-component-action-open-dialog-programatically.html But I'm unable to pass any parameter to the target Dialog which can be read inside contentloaded method and hide first tab but show second tab only.$(document).on("foundation-contentloaded", function (e) {}Can anyone provide inputs to pass extra params to the dialog which opening from JS? I also tried below script to open dialog and passed extra parameters but not sure how to read it!Granite.author.EditorFrame.editableToolbar.config.actions.CONFIGURE.execute(cmp, "REORDERME"
We have a project for the university, to make a simple store in Magento, but an evaluation criterion is to be able to receive by email the sales made in that store. How can I configure it?
Hello, Is there a ways how I can logout all customers from magento? I would like to implement lock/unlock attribute for customers and I want to make sure that all customers have to login back again so that the ones which are locked cannot login anymore? Can I do that somehow with redis to clear all sessions in magento cloud?
Hello everyone, i want to integrate KCP payment method to magento 2 eCommerce site us adobe app builder, can any one please let us know is it possible and how to integrate payment method with Magento 2 eCommerce site using adobe app builder. and if it is possible then what is path (steps) to implement it or any document link, thank you!Note: i have already installed KCP extension on Magento 2 eCommerce site but now i want to replace it as integrate with app builder.
i have a ecommerce frames selling project , so i need to allow users can able to modify them frames him self so , i planned to implement the SDK so anyone kindly guide me how to do it (already refer documents its not muxh understandable for me)
I successfully exchange the JWT Token for an Access Token when using an OAuth2 Application in Adobe Workfront => Setup => System => OAuth2 Applications.I try to use the generated Access Token to consume Workfront Planning API.For example: https://{customer-domain}/maestro/api/v1/workspaces I end up getting 401 Unauthorized.
Hello Everyone.I have a little request/need of informations about the IP of Adobe IO for whitelisting(I did check on the several post and documentation but i'm not sure of what i found ) .My use case is the following : I have an action deployed on Adobe IO that will make some Rest Call on a server B (managed by an external team/ provider)The server B provider is asking me the Adobe IO IPs (or range) so he can whitelist them.Does any of you know where i can find that list?Thank you for your helpRegards.
Hi There, I am using the User Management Action API and trying to remove all users from a group in one go,In the user managment Action commands, I can specify the user and use "all" to remove all user's group memberships"do": [{ "remove": "all" }]but in Group managment action commands, the "remove": "all" is not available, is it possible to use "everyone" or a wildcard to remove all users [not just 10] from a group?I am using the UMAPI sample[{ "user": "existing user's email in admin console goes here", "requestID": "action_8", "do": [{ "remove": { "group": ["Testing Group"] } }] }]
Hi, I am creating a new project using below archetype after that when I run mvn clean install I got an error that ui.frontend module test cases field but I have not made any changes to the test cases files.mvn -B org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate \-D archetypeGroupId=com.adobe.aem \-D archetypeArtifactId=aem-project-archetype \-D archetypeVersion=35 \-D appTitle="Practice SPA React App" \-D appId="wknd-spa-react" \-D artifactId="aem-practice-spa.react" \-D groupId="com.practice.react" \-D frontendModule="react" \-D aemVersion="cloud" does this archetype work?
We are attempting to update the "Actual Hours" on a task via Fusion. I seem to be able to update virtually everything about the task except the Actual Hours field. We are mapping to "actualWork" which is not marked as read only in the documentation but when my scenarios run, there are no errors, but the "actual hours" field does not change. Does anyone know if it is tied to another field that also needs to be updated? We have attempted to update the field with Fusion's built in integration and through an API call, but it is the same result either way.
User management API is disabled. I would like to enable it, could you please tell me how?
Hi,Hi, I am quite new using AEP and the API.I configured Postman as indicated in this document: Set up Developer Console and Postman | Adobe Experience PlatformI managed to successfully run oAuth: Request Access Token (from Identity Management Service collection).I also listed the classes using Schema registry API -> Classes -> List Classes (CONTAINER_ID=global) from Adobe Experience Platform collection and it lists the classes I also see in the UI.I also want to see the custom classes - defined by me in the UI - and tried the same Schema registry API -> Classes -> List Classes with CONTAINER_ID=tenant. However, this time I get an error=403, "GET access denied for this resource from access control". What permission are required for this one to work?Another question: if I use Schema registry API -> Schemas -> List schemas (CONTAINER_ID=global), it returns a result, but quite honestly, I don't know where that is coming from: the names of th
Hey all, first of all, sorry if this is the wrong place, I wasn't sure whether to post here or in one of the AEM channels. Now, I'm trying to move away from Docker for various reasons, and I'm looking into Podman as it seems to be a drop in replacement for Docker, but I haven't been quite able to make it work for me.Running script /docker_entrypoint.d/80-frontend-domain.shWed Sep 4 07:22:05 UTC 2024 Monitoring reload trigger file existence at /etc/httpd/reload startedStarting httpd serverSetting up watches.Watches established.(13)Permission denied: AH00072: make_sock: could not bind to address [::]:80(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:80no listening sockets available, shutting downAH00015: Unable to open logs I'm aware that (by default) Podman is rootless, and rootless VMs won't allow you to bind on port 80, so I tried to do this:sysctl net.ipv4.ip_unprivileged_port_start=80However, this seems to have no effect, regardless of whether
"I need to create a custom event that triggers every 5 seconds and performs an action to append a file to an SFTP server. I'm not sure about the workflow. How can I create a custom event that will call my append-action file every time? What steps are needed for this?"
Hello, We have an issue where the security scan tool report shows that the tool can't check whether or not CVE-2024-34102 is applied. In fact, we already applied that isolated patch by these steps:1. Rotate the encryption key manually as a hotfix2. Update the patch version to p9 later on which still includes patch CVE-2024-34102.Anyone have some feedbacks that can help on this issue?Your help will be much appreciated. Thanks
I tried to add the offline_access scope in the link to get the authorization code but got an error saying invalid scope, In the Curl command to generate the access token there is no scope parameter. I am trying to get a refresh token which could be used to generate a new access token once it expires, i.e. After one day.Could someone point me to the correct documentation or provide some suggestions. Thanks.
I am trying to delete a project from the developer console but when i do i get the message "This project cannot be deleted". Then i get linked to this documentation(https://developer.adobe.com/developer-console/docs/guides/projects/#delete-a-project). It says I cannot delete a project that contains a plugin. I tried to see if I was able to delete the plugin file(zxp file) from the project and then maybe I could delete the project itself, but that failed. Are there any work arounds to this?
I am trying to connect server via sFTP and I did code that is given below-- const fetch = require('node-fetch')const { Core } = require('@adobe/aio-sdk')const { errorResponse, stringParameters, checkMissingRequestInputs } = require('../utils')const sftpClient = require('ssh2-sftp-client');// main function that will be executed by Adobe I/O Runtimeasync function main(params) {// create a Loggerconst logger = Core.Logger('main', { level: params.LOG_LEVEL || 'info' })let sftp = new sftpClient();try {// 'info' is the default level if not setlogger. info('Calling the main action')// log parameters, only if params.LOG_LEVEL === 'debug'logger.debug(stringParameters(params))//Check for missing request input parameters and headersconst requiredParams = ['host', 'port', 'username', 'password']const requiredHeaders = []const errorMessage = checkMissingRequestInputs(params, requiredParams, requiredHeaders)if (errorMessage) {// return and log client errorsreturn errorResponse
Hi, I got an email with subject "[Action Required] Your integrations using Service Account (JWT) credentials will need to migrate" to ex staff member account. I wanted to check if he finished it and if so what web apps are using it. I don't see any web apps calling it (but it seems to only go back 6 months) and "Last Service Activity" also shows "None Recorded". I tried contacting Adobe support and they told me to post here. Help please. Danny
Hii, I was creating my PDF converter using Laravel 10, but while installing the PDF service using Composer, I am facing an issue. It is asking me for a username and password to install the package. I am using my client_id as the username, and instead of a password, I am using client_secret. However, I am getting an error in cmd with an invalid credential message. Please help me here.thank you
I've been searching for the past two days for a way to implement a create user function in my ASP.NET Core Web API without using the okta register user view, since I have a react.js frontend, but I can't seem to find a direct way.
hiiii want to crop margin from my generated pdf from html to pdf conversion.i am trying to genrate pdf from html to pdf where i am getting extra white margin space around every page which i want to remove using rest api.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.