-
Recently active
Hi Everyone, I need to Implement one grid Structure that would be like the grid would be dynamic grid, the request Ids may depend on cif number, For Example (CIf-117907 have 5 requests (123456,12456,13456,134566,1244555) like that. How Would I do that if someone can provide solution that would be more helpful, If more details required please let me know Thanks.
Hi, we are trying to configure SAML authentication in our client's cloud enviroment. To get the .pem metadata file from the IPD they request the following urls: Identifier (Entity ID): mysite.appiancloud.com Reply URL (Assertion Consumer Service URL): mysite.appiancloud.com/.../AssertionConsumer Does anyone knows if we can just send them this urls with our domain or if we need to configure something in the admin console before? Thanks in advance.
I developed a process model with a form that collects employee details. If the "submit" button is clicked, it moves to a user input task with "Approve" button. Upon pressing this, the details are updated in the database. The issue is that when I run the process model in debug mode, it works perfectly, but when I run it through the site action button, the first page is displayed but doesn’t proceed to the user input task. Instead, it stayed on that page. Please provide a solution.
I’m using a webContentField in Appian to embed a webpage, but it doesn’t allow me to access the device camera. Is there a workaround or a different component I should be using to enable camera access within the Appian interface?
Hi all, I am Importing an excel file to database. It has two tables Deals and Loans. Deals to Loans have one to many relationship and deal id should be stored in loans table for the related loans. When I am uploading the file I am first storing the excel data in Datastore. And from data store I am saving the related data in the tables. while saving the loans the related deal Id is not storing properly. Loans data is being saved from datastore itself. We are applying index for deals table and then storing the related deal ID in loans. For example I have 10 deals of data in excel the first deal has one loan and the second deal has 3 loans and the third deal has one loan. For the first loan the dealId storing is 1 and for the next 3 loans the deal id is storing as 2 but for the 5th loan which belongs to 3rd deal the deal Id is storing as 5 instead of 3 in loans table.
I do have a process model with start form. All my buttons are set to "Submit: true" but for some reasons not always buttons not redirect user back to record view. I do have enable chaining between all the nodes. None of the sub process is run as async process. Enable chaining is also enabled between all nodes in sub processes. I'm using Appian version 20.1
Hi All , Two days ago, one of our DEV environment went down. Upon checking the server status, we found that all services were stopped. We restarted the server, and it's been working fine since then. However, I'm keen to understand the root cause of the issue. I checked the Tomcat logs but couldn't find any relevant information. Could you please suggest how I can identify the cause of this? which log should i see ? Thanks in Advance
I have a requirement where I have a wizard form with 2 steps. In first step, I need to fill in some mandatory data fields and when I click on next to move to 2nd step, then on the basis of the data filled in for those mandatory fields in step 1, a dynamic email template is generated which user can freely edit. The problem I'm facing here is because generated dynamic email template is displayed in an editable paragraph field and formed on the basis of data in mandatory fields. Now, user can also edit the words that came directly from mandatory fields in the email body or subject. This can cause data inconsistency issues, data which is saved for mandatory fields in DB and data sent in email. What can be best solution for this problem from UI design perspective - I thought of validations but it seems next to impossible to validate the data entered in free paragraph field with what is entered in previous step and then I thought of making the mandatory fields data as readonly
How Can I fetch the List of value as a text string from the given List
Hi all, I have a requirement of importing the excel file to database. When the user upload an excel file in import it should create new data in 3 different tables. For example, in the excel file the data present is based on deals and each deal can have one or more number of loans and the deal will be having some amount values. So when the user upload a file it should update deals table, loans table an other table which contains of amount data of the deal. Thank you.
what is the difference between Record type and Data Store entity, I am having a really hard time understanding the difference between them, and when to use each one , a real-world examples would be great
Hi, i've this pm with the following error in interface I post the code of interface but not so precisely where the error may be a!localVariables( /*utente e lavorazione*/ local!utente: rule!TES_getUtenteWeb(utente: ri!utente), local!idUtente: index(local!utente, "id", null), local!lavorazioneFO: a!isNotNullOrEmpty(local!idUtente), local!tesseratoDB: rule!TES_getTesseratoByIdTesserato(id_tesserato: ri!richiesta.idTesserato), /*modifica anagrafica: nome, cognome, dt_nascita tesserato*/ local!anagraficaModificata: a!refreshVariable( value: rule!TES_checkModificaAnagraficaTesserato( tesseratoDB: local!tesseratoDB, tesseratoModificato: ri!tesserato ), refreshOnVarChange: { ri!tesserato } ), /*gestione omocodia per disabilitare controllo congruitÃ%A0 e calcolo automatico del codice fiscale*/ local!is_omocodia: false, /*variabili per selezionare il tesserato dalla grliglia omonimi/giÃ%A0 censiti*/ local!confermaAttivit
When we deploy a document from a lower environment to a higher environment, its ID is getting changed. Due to this, constant points to invalid/wrong a document. We are using direct deployment (Compare & Deploy) Is it expected behavior?
Hello, I have followed the instructions described in the documentation and my log is not writing in the correct place, just in the tomcat log and just the error messages, this is my configuration in the log4j file ( <APPIAN_HOME>/deployment/web.war/WEB-INF/resources/appian_log4j.properties): #### custom connector log entrylog4j.logger.com.appian.us=DEBUG,INTEGRATION_LOG ###### INTEGRATION_LOG file appenderlog4j.appender.INTEGRATION_LOG=org.apache.log4j.RollingFileAppenderlog4j.appender.INTEGRATION_LOG.layout=org.apache.log4j.PatternLayoutlog4j.appender.INTEGRATION_LOG.layout.ConversionPattern=%d [%t] %-5p %c - %m%nlog4j.appender.INTEGRATION_LOG.File=${AE_LOGS}/integration.loglog4j.appender.INTEGRATION_LOG.MaxFileSize=10MBlog4j.appender.INTEGRATION_LOG.MaxBackupIndex=1000log4j.appender.INTEGRATION_LOG.encoding=UTF-8 in my gradle.build:implementation 'log4j:log4j:1.2.17' But I always got the warn: No appenders could be found for logger Into my project there are
Hi,I am using a gridField ... Now I want to highlight a row based on a value of a particular value .. say suppose I am displaying employee info (id, name, salary, location etc ) ... Now I want to highlight a row where the employee id = 10 with red color ... Is it possible to do so ?
Hello, In Build An Application Step-by-Step #5. I am stuck on the Edit Record List Columns - Format the Image Column. The error says, "Expression evaluation error at function a!gridField_23r3 [line 51]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 51]: User Does Not Have Rights to Perform this Operation". I completed all the steps specified in the previous exercises. Appreciate all the help I can get. Thank you!
Hi Guys I tried to create a readonly grid where i have one column with document download link . I did null handling for that when we have a document i should be able to see the download icon with link if we dont have any document i should be able to see the text message stating no documents .When i tried to open the component configuration for the read only grid i am encountering the error. Please find the image which i attached .Can someone help me this error what exactly. Thanks in advance
Hi, I am Using Send E-Mail Smart Service for this email sends. I am sending HTML code to display an image in the body of the mail. when the recipient's email is from microsoft, this work correctly but when the email is from Gmail it is not displayed. I am sending to build the image: <img style='display: block; margin: auto;' src='data:image/png;base64, -- base64 -- alt='Logo' width='200' height='50'> What could be the reason?Gracias
Good morning, we are using the Log a Message (Appian Community) plugin in an Appian environment. The problem we have is that this plugin has been archived by Appian, and when we try to move it to another unrelated environment, we cannot install it. Does anyone know how to solve this? Do you know of another plugin that allows writing to the Appian log? Thank you very much
I am looking to make some changes to the MS Graph Mail Poller plugin ( [mention:52a1e126f08841948bffc2d3bceb5e2a:f7d226abd59f475c9d224a79e3f0ec07] ) and came across an issue between 24.3 and 24.2. The plugin makes use of the ContentUploadOutputStream class, which exists in 24.2 (https://docs.appian.com/suite/help/24.2//api/com/appiancorp/suiteapi/content/package-summary.html) but does not exist or is not accessible in 24.3 (https://docs.appian.com/suite/help/24.3/api/com/appiancorp/suiteapi/content/package-summary.html) and there is no mention of it being deprecated. Along with that, the UploadDocument method on the ContentService interface still returns a ContentUploadOutputStream object (https://docs.appian.com/suite/help/24.3/api/com/appiancorp/suiteapi/content/ContentService.html#uploadDocument(com.appiancorp.suiteapi.knowledge.Document,java.lang.Integer)). It seems like this is a bug and the ContentUploadOutputStream class should stil
Hii Everyone, I am working on Deployment API - Inspect Package, i have created a connected system in which i have entered the base url as https://<domain>/suite/deployment-management/v2, where <domain> is replaced with my site domain, and use API key for authentication. Then i have created integration using this connected system with relative path as /inspections and in request body selected content type as multipart form data and created four parts adminConsoleSettingsFileName, packageFileName, customizationFileName and zipFile, for all this parts i have created rule inputs named same as the part names and kept type as text typeexcept zipFile which is of document type. I have passed the names of document in text type rule inputs and in zipFile i have passed exported applications zip file but now its showing error as shown in below image, can anyone help me with this?
We are using AppDynamics for monitoring, post upgrade to 24.2 version from 23.2 we see below error in tomcat logs and we see 404 error when we try opening the processmodel. 2024-09-24 14:11:47 SEVERE [main] org.apache.catalina.core.StandardContext.loadOnStartup Servlet [action] in web application [/suite] threw load() exception java.lang.VerifyError: Inconsistent stackmap frames at branch target 56Exception Details: Location: com/appiancorp/common/struts/DelegateActionServlet.<init>()V @56: putfield Reason: Type 'com/appiancorp/common/struts/AppianWebMvcActionServlet' (current frame, stack[1]) is not assignable to 'javax/servlet/http/HttpServlet' (stack map, stack[1]) Current Frame: bci: @46 flags: { } locals: { 'com/appiancorp/common/struts/DelegateActionServlet' } stack: { 'com/appiancorp/common/struts/DelegateActionServlet', 'com/appiancorp/common/struts/AppianWebMvcActionServlet' } Stackmap Frame: bci: @56 flags: { } locals: { &#
I created an interface after that dragon drop the Read-only grid into the interface, I am fetching the data to grid that time I click on the read only grid I got Error. I attached the screen short above ...Could you please help me how to resolve that error . Error :- Error Evaluating UI Expression Expression evaluation error [evaluation ID = FRBXE] : Invalid index: Cannot index property 'component' of type Text into type AnyLinkField?list
I am trying to upload data from CSV to DB with these columns value - Region, Country, ItemType, SalesChannel, OrderPriority, OrderDate, OrderID, ShipDate, UnitsSold, UnitPrice, UnitCost, TotalRevenue, TotalCost, TotalProfit" but having a issue while save the data to db... it save the first 2 columns value and orderId value(PK) only and other columns saving with null value..... please give me a quick solution
I am working on a project where I need to refresh an entire interface after a process model has completed execution. I need to ensure that once this process model finishes executing, the associated interface is refreshed to reflect any changes. I have tried using the onSuccess property to trigger a refresh, but unfortunately, I have not been successful with this approach. I would appreciate any advice or examples on how to implement this, whether it involves using specific Appian components, plugins, configurations, or a combination of approaches. Thank you in advance for your assistance!
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.