Hello, I want to create a folder View of a custom schema I created, but I can't because I've to create the folder of one type (Recipeint, products...) To be able to create the folder that allows me to make it a view. Any help?
Hello, I have a delivery prepared with an attached personalized PDF file.I would like to see where is that PDF in the database, I've explored the nms:Delivery Data Schema and I can't find it.
Hi Team,For custom data schema we have created email as our primary key.While inserting the data with data loading activity we noticed that there are certain records with blank email address still they got inserted into the database schema.May I know how come a column with primary key is taking empt...
Hello, What should be file size if we are uploading it directly? Without sFTP.I thought...it was 50MB. However, I believe recently Adobe has reduced the file size if we are uploading it directly. Does anyone know the current file size limit? Thanks! AK
Hi, I'm trying to preload a checkbox on my Webpps form.(i'm using the HTML page variant) This is the method i'm using of trying to preload it. <input id="checkbox1" type="checkbox" <%=if(ctx.vars.commercial == '1'){%> checked="checked" <%}%> /> <label for="checkbox1"></label> But as soon as ...
i develop send sms and get the it's wsdl file, then import into postman, and use https://www.keyrus.tech:11443/nl/jsp/soaprouter.jsp to call to send sms, but it response 403 error, but when i use internal network to call, it response successful. external network call 403 error, internal network cal...
Hello All, We have a common workflow with an External signal at the start.This workflow is called multiple times by various other workflows, sometimes 15/20 per minute. We want to process each request 1 by 1, rather than in bulk. i.e When one request gets completed the next request should be picked ...