-
Recently active
Hello, The custom javascript plugin being hosted in an extra domain.... it cannot forward back to appian the authentication information coming from the parent. So http calls made by the custom plugin cannot be authentified in appian. Is there a way to use an appian webapi,servlet from a custom javavascript plugin with authentication included ? Thanks in advance David L.
When I call the plugin GetConstantOrRuleUUIDByName() with a previously created expression it does return the UUIDD, however when I create a new expression it returns the name of the expression and not the UUIDD.
Hi All, We are using "Receive files over FTP" smart service to fetch files from a FTP folder and save it in Appian. However, we are not able to fetch the file & smart service is getting completed without any error. Could you please help us understand what is the exact parameter values we need to pass? External System Key: Added username & password in third party credential store in Admin console. There a key got generated (although the test connection is failing). We are using the key in the External System Key parameter as a string (eg. "externl_key"). Use Per User Credential: False Server Host Name: Text value, shared by external system Server Port: Number value, shared by external system Remote File URL: URL of the file appending the actual file name with extension
While using the Merge Pdf smart service i am getting the below error. Error com.appiancrop.util.BundleUtils - Cannot retrieve the value for key "Contents.error.userMsg" from the bundle. Error com.appiancrop.util.BundleUtils - Cannot retrieve the value for key "Contents.error.alertMsg" from the bundle. com.appiancorp.suiteapi.process.exceptions.SmartServiceException: userMsg[contents.error.userMsg=???contents.error.userMsg???] alertMsg[contents.error.alertMsg=???contents.error.alertMsg???] Any suggestion would be helpful.. Thanks, Ram
i need to get json data from appian server to component plugin which plugin is suitable for that ?? any idea
Hi all, Using the smart service PDF from XSL FO Transformation With Fonts from the Dynamic Document Generator, I am facing issues justifying text within a block when it is not containing spaces on it: On this example: <fo:table-row> <fo:table-cell> <fo:block-container > <fo:block margin-left="0mm" margin-top="3mm" margin-bottom="0mm" linefeed-treatment='preserve' white-space-treatment='preserve-space' white-space-collapse='true' > <xsl:value-of select="descripcion_txt" /> <!-- <xsl:call-template name="zero_width_space_1"> <xsl:with-param name="data" select="descripcion_txt"/> </xsl:call-template> --> </fo:block> </fo:block-container> </fo:table-cell> </fo:table-row> Looking for some help we tested using a template to split texts but is not wrapping words correctly: Templates: <xsl:template name="zero_
Hi, Actually I created a Process Model that export SQL to Excel with the plugin, but I don't know how I can put this PM in a!startProcessLink function and how I can filter inside my interface. Last time I used a!exportDataStoreEntityToExcel function but I don't know how replecate the same filters and conditions with this Process Model. Thanks for your help.
2023-04-13 10:01:02,564 [http-nio-8080-exec-3] ERROR com.atlassian.plugin.servlet.DefaultServletModuleManager - Unable to create new reference LazyLoadedServletReference{descriptor=com.component.plugins.JsonToHtml:taskList (An example servlet that responds to GET requests with a JSON array containing the authenticated user's task list), servletContext=org.apache.catalina.core.ApplicationContextFacade@39b1b977}io.atlassian.util.concurrent.LazyReference$InitializationException: java.lang.IllegalStateException: Failed to introspect Class [com.component.plugins.JsonToHtml.TaskList] from ClassLoader [com.component.plugins.JsonToHtml [55]] at io.atlassian.util.concurrent.LazyReference.getInterruptibly(LazyReference.java:156) at io.atlassian.util.concurrent.LazyReference.get(LazyReference.java:116) at com.atlassian.plugin.servlet.DefaultServletModuleManager.getInstance(DefaultServletModuleManager.java:430) at com.atlassian.plugin.servlet.DefaultServletModuleManager.getServlet(DefaultServl
How to develop a component plugin from scratch and i need some examples and guidance how it works
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?
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 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 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, 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?
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
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, 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!
Hi , we are using this plug-in for signing PDF document with corporate certificate (pfx). My question is how to make certificate trusted without doing anything on client side (Adobe Reader )? BR,Natasa
Hi Team , We trying to migrate few application from cloud to On-premise . While deployment , we found "Zip Extractor" has dependency. We couldn't able to find it in the APP market . The plug-in has the smart service - Extract the ZIP file. Need guidance on how to proceed on this ?
Hello! I am getting an error message trying to run a test after updating to the latest version yesterday (March 6, 2023). We are using Appian 22.4, Chrome version 111. The test crashes on trying to open a Chrome window in which to run the automation. The issue seems to be with the chromedriver.exe. Can you please update the driver to the latest version? The error message reads as follows: setup with browser__EXCEPTION__:org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 107 Current browser version is 111.0.5563.65 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe Host info: host: 'GS-5CD7525XJ9', ip: '192.168.1.251' Build info: version: '4.7.2', revision: '4d4020c3b7' System info: os.name: 'Windows 10', os.arch: 'x86', os.version: '10.0', java.version: '1.8.0_211'
Hi, I am using Import CSV to Database plugin to save data from CSV to database table. However the last row of the CSV data is getting stored twice in the database table. Can anyone please let me know how to overcome the issue? Below is the configuration of the smart service we are using: Delimiter: , File Has Header: true Column names: <no value> Csv header names: <no value>
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.