Hi, It's always possible to spin up a new local ACC instance and use that as a playground, not sure if that would work for your use cases though: https://github.com/adobe/acc_docker. I guess "training" might also imply that you are referring to non technical people, in which case this might not be a...
Thanks, any idea how I can access the instance securityZone settings from within a JSSP? (In order to check if actual IP is whitelisted there)Preferably without resorting to execCommand() calls.Regards,Jonas
Hi,The use case I was explaining would be your typical API authentication where credentials (user/password for a specific operator) is supplied by some means, and the user is "logged in" automatically using for instance the "logon(user,password)" method. The script/JSSP would then execute in the con...
Hi, When logging in from a JSSP (using for instance logon https://experienceleague.adobe.com/developer/campaign-api/api/f-logon.html) the login is performed from 127.0.0.1. Is there any way to perform a login using the IP that requested the JSSP?The objective is to perform a login from a JSSP that r...
Hi David, Did you try this? From what I can tell those rights only seem to apply to the case I described, creating folders of the same type as parent (menu option "Create new 'XYZ' folder"). I would like non-administrators to be able to "Add new folder" and add other folder types. Regards,Jonas
Hi, Is it possible to add the possibility for non administrators to add new folders to the AC folder structure of any kind? As far as I can tell the "Add new folder" menu option is only available for administrators, can it be added to other operators/groups somehow? Non administrators seem to be abl...
Hi, Is the join defined in the schema already? In that case you should be able to reference attributes of the linked schema in the query, either in selected nodes or conditions: var query = NLWS.xtkQueryDef.create(
{queryDef: {schema: "nms:recipient", operation: "select",
select: {
no...
Hi,As mentioned here there have been several tickets created to support requesting exactly that already.I assume this is something that is already on the roadmap do be fixed.Regards.
Hi Richa,No as I mentioned we built our own solution instead of using any third party service. What we did was to route incoming requests to a specific endpoint (say "s.company.com" or "company.com/s", something short on a domain you/the company has access to) including their parameters (an own defi...