-
Recently active
How to develop a component plugin from scratch and i need some examples and guidance how it works
Hi, I have a requirement where I have to send an XML input to the integration and in that input some of the fields I need to send dynamically, and they won't be same every time I hit the integration. from the particular XML data the below given data has to be pass dynamically. <BORROWER BorrowerID=""Borrower"" _FirstName=""Charles"" _MiddleName="""" _LastName=""DTestFile"" _NameSuffix="""" _AgeAtApplicationYears="""" _PrintPositionType=""Borrower"" _SSN=""777-77-7777"" MaritalStatusType=""NotProvided""><_RESIDENCE _StreetAddress=""4321 Cul De Sac Street"" _City=""Someplace"" _State=""MA"" _PostalCode=""27230"" BorrowerResidencyType=""Current""></_RESIDENCE></BORROWER> How
1.Can I get a sample example for developing a plugin in which will be responsible for taking inputs form appian in json format in java and handing over it to UI(react js or javascript or html) and taking the response from UI and giving response back to appian using java 2. for above can you suggest which plugin is helpful?
Hi I have a requirement to implement a fuzzy logic search in Appian. How can we implement it?
Is anyone familiar with using IBM MQ and integrating it with Appian?
HI,I am using integration to run the RPA Bot,but while Trigger the Execute Robotic process Smart service , the Workflow run succesfully .But on RPA side the Bot is not triggered and I also check the Integration ,Then i am getting Configuration error.Please let me know how it can be resolved and why its happening. Please find attached the screenshot:-
I just have a doubt, is it possible to deploy a plugin in Appian community edition environment for the sake of learning, without any Appian Support involvement?Plus, I would be Thankful if anyone provide me detailed material like how to build and deploy Plugin from Scratch.Thanks in Advance
Hi there, trying to learn building web api in Appian, could anyone know what's the problem here? the second parameter can not be CASTed? Best regards,
Hi all, I am trying to follow the steps given here: https://docs.appian.com/suite/help/21.1/develop-first-component.html And using the mapfile example given on the git: https://github.com/appian/integration-sdk-examples/tree/master/Component%20Plug-in%20(CP)%20Examples/mapField I create the zip file with the below steps: 1. Git clone the folder 2. Zip the mapfield example with the below command: zip -r mapField.zip mapField/mapField mapField/appian-component-plugin.xml But when trying to upload the files to the admin folder, I get the below error: ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Component Plug-in 'maps plugin.zip': Could not parse zip file - make sure it is formatted properly. If anyone can help with this, I'd very much appreciate it!
We are currently using "SFTP Smart Services" (https://community.appian.com/b/appmarket/posts/sftp-smart-services#) to connect SFTP and retrieve and send files to folder of SFTP. We connect using External System Key that uses username and password. Recently, the requirement has changed to have a multi factor authentication for this connect, i.e., every time we connect to SFTP there will be an OTP sent to an email ID and that needs to be used to connect to SFTP along with user credentials. Please let me know any leads on this.
I have a .pem and .key file provided by ADP. I have uploaded to the Admin Console under "Certificates" --> "Trusted Server Certificates", when I add it to the "Client Certificates" I get a error for missing key file even though I'm not sure how to add it as well since its only looking for a .pem file. First question: is this correct to add it under the "Trusted Server Certificates" to use in an integration that calls the web service or should it be in "Client Certificates" and if so, how do I add the key? Now I read in the documentation that you're supposed to create a "Connected System" with HTTPS and set Authentication to "None". But I have a client id and client secret to add but to the body. Second question: Do I create a Connected System with None Authorization, then create an Integration that adds the client id/client secret to the Body in there? Third question: how do I utilize the client certificat
Hii Team, Currently we are trying to use webhook for getting back the signed document from adobe. But in the creation of webhook itself, we are getting an error that "webhook URL is invalid". We have tried becceptor with adobe for testing purpose. So it worked there . But when we tried with our production environment's webapi URL, we weren't able to create webhook. We have provided the webapi URL as webhook URL in the format mentioned below, [https://:[apiKey]@webapiurl]. But still we are getting that error message. Can anyone suggest how can we resolve this? Thanks in advance.
I am unable to invoke the chrome browser version 111 using chrome driver version 111, following exception is faced. Kindly let me know the solution __EXCEPTION__:org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to localhost:59631/.../f4eb2165-b462-46cb-9627-a5bdb48c2252 Build info: version: '4.1.2', revision: '9a5a329c5a' System info: host: 'VURAM-2021-0203', ip: '192.168.1.8', os.name: 'Windows 10', os.arch: 'x86', os.version: '10.0', java.version: '1.8.0_311' Driver info: driver.version: ChromeDriver at org.openqa.selenium.remote.http.netty.NettyWebSocket.<init>(NettyWebSocket.java:104) [selenium-remote-driver-4.1.2.jar] at org.openqa.selenium.remote.http.netty.NettyWebSocket.lambda$create$3(NettyWebSocket.java:137) [selenium-remote-driver-4.1.2.jar] at org.openqa.selenium.remote.http.netty.NettyClient.openSocket(NettyClient.java:118) [selenium-remote-driver-4.1.2.
Hi All, I am facing issue in integration (soap request) while uploading large file size document. Error: Unable to process request body - The request body was greater than 5 MB and could not be processed. I tried with content type - text/xml, application/xml ,custom: application/soap+xml; Third party system accepts only content type - text/xml and application/soap+xml I have also referred article - Integration Object - Appian 22.4 Can someone please help me on this? Thanks!
I am trying to access Appian data from an external system. If I send a 'GET' request on the URL of the webapi with the appropriate endpoint, I run into Cross Origin Resource Sharing problems and the headers provided do not pass my pre-flight request. I wanted to know if there are any configuration changes in Appian's webAPI needed to do so that it responds to requests sent from the other system's URL ?
Hi, can anyone help me how to generate web API for API Key authentication? And also how to generate the key and value needed for the API key
Hi, I had a question regarding calling the webApi outside Appian. Is that possible and how can it be done?
Hello, We have a requirement to share the document stored in the Knowledge center with the ASP.net application. Please see the use case below: When we create a document in the Knowledge Center, we store the Appian document ID in our database. We are wondering how we can successfully display these documents on the external site built on the ASP.net framework. Please let us know the step-by-step process and whether any authentication is needed to access these documents based on the document ID in the Appian environment."
Hi Appian pals, Please let me know the Links and docs to create a basic plug-in and how to add to App Market Thanks
Hi reader! I configured an post API (whose purpose is to write in database from outside Appian) which works well when I test it inside Appian. When I try to invoke the API outside Appian (that is through PostMan), it throws Error 500 - Internal Server Error. I have used basic authentication in PostMan Authentication. The user possessing this credential, is being made as the Administrator of API, data store and other required objects.
How to use Embedded interfaces. Need all related examples and videos to learn. Please help me with step by step instructions to use embedded interface with real time samples. Also please share videos from the Appian Academy - needed the video link to work on Embedded interfaces. Thanks in advance.
Hello, We have Appian 18.1 Version. As Microsoft is ending support for Basic Authentication which will not support IMAPS anymore as protocol, is there a workaround or documentation to change below configuration for "IMAPS" # Defines settings for a poller that will monitor an inbox and route messages based on the alias rulesconf.mailhandler.poller.EmailHandlerBean.mailServer=outlook.office365.comconf.mailhandler.poller.EmailHandlerBean.mailFolder=INBOXconf.mailhandler.poller.EmailHandlerBean.storeProtocol=imapsconf.mailhandler.poller.EmailHandlerBean.port=993conf.mailhandler.poller.EmailHandlerBean.starttls=trueconf.mailhandler.poller.EmailHandlerBean.userName=*************conf.mailhandler.poller.EmailHandlerBean.pollingInterval=300000conf.mailhandler.poller.EmailHandlerBean.partialFetch=trueconf.mailhandler.poller.EmailHandlerBean.forceImapLogin=falseconf.mailhandler.poller.EmailHandlerBean.debug=true Raj
Summary: I am running into an error in a lower environment when trying to use validateemailaddress from People Functions plug-in and getcontentbyattribute from Content Tools plug-in. Both functions were working a few days ago and are currently working in the higher environment. Input: a!validateEmailAddress("test@email.com") validateEmailAddress("test@email.com") Output: "Expression evaluation error at function a!validateEmailAddress: The function a!validateEmailAddress is unavailable." ***Same error for getcontentbyattribute "Expression evaluation error at function 'validateEmailAddress': The function 'validateemailaddress' is unavailable." Steps Already Taken 1. Update People Functions plug-in in the lower environment 2. Update Content Tools plug-in in the lower environment 3. Use different casing on the function: validateEmailAddress() & validateemailaddress() 4. ADDED: Use prefix o
Hi, We have appian hosted on-prime and its single signon. I wanted to capture all the users based on AD role they belong to. Can anyone help me how to achieve this. Thanks in advance.
Hi, I have used the Text Doc from Template smart service to pass text to my document by using ###tag###. I have checkbox fields in the document, is there any way i can pass the yes/no value to the checkboxes from Appian so that the document is generated with filled checkbox fields? Thanks in advance!
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.