-
Recently active
I have a process for bulk action in a grid, in which there is a MNI, in each instance it writes records to db. I want all records auto update after user submit without extra refresh. How can I achieve this? Currently only one row can be auto updated, rest of all need a refresh to show latest record
= a!forEach( pv!documentos, 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta'( 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{9edd3c74-2a43-4d35-a34a-f15156e24008}nome': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{9edd3c74-2a43-4d35-a34a-f15156e24008}nome'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{c5c850df-96fc-4f05-acac-ce2ec64be9fe}descricao': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{c5c850df-96fc-4f05-acac-ce2ec64be9fe}descricao'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{a0bd41fc-ae6a-4d8d-a639-811ceb6223dc}uri_bucket': fv!item['recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{a0bd41fc-ae6a-4d8d-a639-811ceb6223dc}uri_bucket'], 'recordType!{1f7c4a8e-ee45-44c7-8872-dc5542133555}GC Documento Proposta.fields.{d4796
Hi All, I have a requirement mentioned below, please help me with this. On Button Click: Display first confirmation pop-up with the following message: "Want to go to next step ?"No: Closes the pop-up without any action.Yes: Proceeds to the next step. Secondary Confirmation, If the user chooses Yes, display another pop-up to ask if they want next action: "Do you want to save this canceled profile as a draft ?"No: Closes the pop-up without any action.Yes: Perform some task
Hi Everyone,I am getting error in the dropdown field,i have called 3 dropdown fields in interface level when i am selecting the value from 1st dropdown am getting error like this and this dropdown is 2nd and also i have passed the values and labels same only still i am getting error like this (the data is saving in the child records i have used parent records to pass the data to child )
Earlier today I was helping another developer understand an issue involving links using a urlwithparameters() function. They were experience an issue where a datetime passed as a query parameter was reading out one minute behind in the linked interface. When I investigated the issue I noticed that the query parameter was showing as a timestamp; however when I ran some small-scale tests I noticed when I passed datetimes as query parameters they were formatted appropriately (see screenshots for context). Ultimately what we discovered is that their use case they were passing two parameters, one an integer ID and the other the datetime. In my testing I was initially only testing with a datetime. When I included a similar integer parameter I was able to get the odd behavior to replicate. The solution for us was to cast the other parameters to strings. What is more interesting is that the behavior only occurs when the datetime is taken from a record. If I replace the datetime query param wit
I have configured showExportButton=true in my grid, I wonder if it is possible to specify the columns I need for export
We are planning to build an application using Appian that will be used by 5 to 10 users. According to pricing, we fall under the ≤ 200 users category, where each user costs $75. My questions are: Do we need to purchase licenses for each user (e.g., 5 users × $75), or is there a minimum user (threshold) purchase requirement that applies regardless of the actual number of users? If there is a minimum purchase requirement, what is the minimum number of users we would need to pay for?
All, I want to display two different messages as separate lines with confirmMessage in ButtonWidget. I tried using char(10) and char(13), but both are not working with the alert box. or is it possible to show two alerts one by one on the form submit? Thanks
I have connected to the proctor and confirmed my details related to my exam. My proctor asked me to open the camera video, but the camera froze in between the verification process. The proctor asked me to restart my system but the same error is going on. i have try many times but not able to solve the problem, i did not aware with this error before. than proctor told me to connect to the support for retake the exam due to this condition and problem. can i get a reschedule coupon for it
When I try index({1,2,3},{3,4},"") returns {3,null} whereas index({1,2,3},{3,4},{}) returns {3,1}. Looks like when curly brace is put in default parameter, when there is no 4th index, it goes back to start and picks the first index. i don't think this behaviour is captured in documentation either.
Hi , I have a nested cdt . When i try to add a row dynamically to the grid i am unable to do it . I want it to be save in this format ,--- Details : ABC , CDF Department : depatment type: CSE , createdby : loggedin user, date:now(). And here ri!doc - is rule input with any type . Can anyone help me with it please. Below is the code. Thank you in advance . a!localVariables( local!employeesDoc: cast( 'type!{urn:com:appian:types:AA}AA_Vehicaledata', { Details: null,department:{ departmenttype: createdby:loggedInUser(), dateCreated:now() }, } ), a!formLayout( label: "Example: Add,Update, or Remove Employee Data", contents: { a!gridLayout( headerCells: { a!gridLayoutHeaderCell(label: "Name" ), a!gridLayoutHeaderCell(label: "Department" ), a!gridLayoutHeaderCell(label: "created by" ), a!gridLayoutHeaderCell(label: " created date" ), a!gridLayoutHeaderCell(label: "" ) }, columnConfigs:
I had exam today due to some reason I lost my Internet Connection and proctor told to me we cant start exam due to inconsistency of my Internet and she marked it Incomplete.I have sent email on Appian Certification and Appian Support to have it rescheduled but I haven't heard anything yet. If anyone help me that would be great.Thanks
Hello,I am using Appian version 24.3, and it's a licensed environment and not community edition. I have three different environments available - Dev, Test, and Production. I am currently working on the Dev environment. I want to remove the following Appian default components from my Sites.1. Appian logo on the top right corner which has "Powered by Appian" as tooltip text. It was removable in version 23.3 but I don't see any option in the newer version. I am aware of the option to add custom logo (it is on the top left of the site), but it doesn't remove the Appian logo. 2. 'Process HQ' webpage from the navigation list. I want to remove it for all users.I have attaches an annotated picture of the UI below./resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/Screenshot-2024_2D00_11_2D00_07-at-2.53.52_2F20_PM.png
I can't find my exact issue, so I'm starting a new thread. I created two interfaces - one that shows a single survey and its answers in a grid and the user can download the data to Excel. That works fine. Then I made a copy of the interface and instead of filtering on a survey the grid displays ALL surveys and answers. However, when you try to export to Excel, I get the error "Couldn't Download - Network Issue". The number of records is LESS THAN 20 and so it's not a size issue. This happens in the DEV environment. I haven't tried it in the TEST environment because I'm not ready to push my code yet. Any thoughts why?
Hi, I'm trying to insert a timer in a process model (like that simplified in the screenshot belowe), but with the timer the chain between first and second User Input Task stop working, the second UIT doesn't appear (only in Tempo). The same behavior in a more complex process with many nodes between the two UITs What I'm doing wrong? thanks!
A very helpful addition to SAIL programming would be single-line commenting. The current block commenting method creates hassles when commenting and uncommenting chunks of code for troubleshooting, or when nesting comments, should we follow best practice and document functionality with /* Dev Notes */. We are currently unable to block-comment with single /* and */ around a section containing actual comments (nested), the first trailing */ ends the surrounding block comment early. This occurs when collapsing a large section spanning a few pages, and add these 2 lines around the collapsed section, which is sometimes easier than highlighting multiple pages for ctrl+/. Example: /* a!boxLayout( label: "Submitter Info", marginBelow: "STANDARD", contents: { /* Submitter Info */ a!textField( value: loggedInUser(), readOnly: true ) } ) */ Additionally, if you highlight a section containing comments, ctrl+/ to comment all, then ctrl+/ to uncomment all after troubl
[mention:6b9f80ff18f9420082d13ef2d5121d56:e9ed411860ed4f2ba0265705b8793d05] I have a question regarding this section in the documentation: https://docs.appian.com/suite/help/24.4/Start_Process_Smart_Service.html#starting-multiple-processes-at-once Why do we need to implement this in two different ways, depending on whether autoscale is enabled or not? Can you give us some technical details? I would like to understand what is going on under the hood.
I need help with a concern. I have multiple record type fields that are boolean, and I need only one of them to have a value of true, while the rest should be null. a!localVariables( local!hearingSelected, local!reminderSelected, local!complianceSelected, a!columnsLayout( columns: { a!columnLayout( contents: { a!checkboxField( choiceLabels: { "Hearing Required" }, choiceValues: { true }, labelPosition: "COLLAPSED", value: if( ri!record['recordType!{8a8a403a-8fe2-4ed4-a3a3-9dd7b01f720d}SCA_IncidentTypev2.fields.{017a84f6-9869-4444-887a-3eddf23e1e97}hearingrequired'], true, null ), saveInto: { local!hearingSelected, a!save( ri!record['recordType!{8a8a403a-8fe2-4ed4-a3a3-9dd7b01f720d}SCA_IncidentTypev2.fields.{017a84f6-9869-4444-887a-3eddf23e1e97}hearingrequired'], if( isnull( save!value ), false, true ) )}, required: false, choiceLayout: "COMPACT", choiceStyle: "CARDS" ) } ), a!columnLayout( contents: { a!checkboxField( choiceLabels: { "Remin
Good morning, We have an Appian configuration with three servers. I would like to know if anyone knows whether I can access the log data-metrics/system.csv from the other two servers from any of the three servers, and how I could do it? Thank you very much
Here now If I click on the delete icon, then it should disappear from the list. How achieve this ? The child component is cardlayout.
I’m currently exploring the benefits of the Appian Instructor-Led Course and wanted to get some insights from those who have participated in it. Specifically, I’m curious about the following: Does the course provide access to an upgraded instance similar to a real-world production-like environment, or is it limited to the Community Edition for practice exercises? Benefits over the online free course provided other than personalized training
Hi Everyone, I have a use case where I need to get the date difference between two dates ; but using the calender available in Appian. Due to some performace issues, all date differences I am doing in stored procedure and calling the same from Appian to get the value. But If I have to consider Appian calender, how to pass to the stored proc, so it will provide me the correct date difference considering the calender. Regards, Ghanashyam
Hello All I want call Procedure that take more than 300 seconds. when call it using expression rule the result is (ORA-01013: user requested cancel of current operation) and maximum timeout is 300 second how can I call this procedure?? Is there a plug-in that increases the maximum timeout?
Hello Everyone I am generating and merging PDF. Getting this error ???contents.error.alertMsg??? Can anyone help what is this about? Thanks
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.