-
Recently active
Is there a way to display the user input in different color instead of black inside the editable textField or paragraph while typing?
Any thoughts on how we can handle this problem?Did anyone else faced similar issue and how did you handled it? Many times recently we have cases that get "stuck" are doing so because someone processes on them twice. There's three flavors of this: The same user opens the case on two different tabs/windows. They process the case on one and a few hours later process the case again because they found the second tab Two users open the case. User 1 processes and completes. User 2 then does the same a few minutes later [only seen twice] Two users hit get work within milliseconds of each other and got the same work object We're less concerned with option 3 because we've only seen it once. Options 1 and 2, though, are painful. Could we change those process models to prevent this issue: We want to include clear messaging to the user when they try and process the second time. Consider performance too.
Hi, when i edited one row data and submitted after that second row is not getting selected means after selecting first row the local variables selected row and selected row index has the value 1 after submitting it it was nullified when i am selecting the second row the local variables not taking value to edit. please find the below screenshot for the same and suggest on this. After selecting first row: After submitting first row and selecting second row:
I have created a local variable that will fetch all the tasks from a process report. When there is a change in the task,i.e. i have accepted or assigned or completed the task, or added a new task, it should automatically refresh the grid and show the change in it. How to do this process?
I want a separator line(Horizontal) similar to the one offered in SectionLayout. Is there any such component or work around for the same outside sectionLayout?
Hi,Can someone please provide a small & clear example of code snippet on how to find total for column values in a grid ?I am new to Appian and finding difficult in understanding the related blogs & docs.Usecase: I have two columns. Rows appear upon clicking Add Dynamic link. last row of the grid should have Total/Sum of respective columns row data
Hello All, I have a requirement that, this type of grid has to be shown(each row has different mapping), the existing structure has the card layout on top of that how this can be done? Let me once if anyone can find out solution or idea on this. Thanks in advance.
Hi Folks, Is there a way to show the value in a dropdown in italics? Regards, Ghanashyam
HelloI have a section that is collapsible but the label has to change based on the state of the section - any suggestions on how I can implement it using Appian's built-in features. I can do it using richTextField but then I can't seem to emulate the slow animation that Appian's default code does. So, two questions: Is there a way to change labels based on the state or Is there a way to emulate the slow animation of the arrow if I create the section label using richTextField.a!sectionLayout( if (sectionIsCollapsed, label:"Show Details", label: "Hide Details") is it possible to code the slow animation of the arrow as Appian does here?label:"Show Details", logic to change text to display based on the state of the section Thank you for your assistance M a!localVariables( local!isExpanded: false(), a!sectionLayout( label: "Outer Section", isCollapsible: true, contents: { a!richTextDisplayField( value: {
i want to select 5 dates in One Date Calender field. is there any Method or field are there ?
I have the following:a!localVariables( local!countries: rule!PT_GetAvailableCountries(), local!selectedCountry: rule!PT_GetAvailableCountries()[1], local!states: rule!PT_GetStateByCountry(local!selectedCountry), a!formLayout( label: "Create Customer", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "First Name", labelPosition: "ABOVE", value: ri!record['recordType!{cf9a6a37-c43d-422f-b4f7-bef6f0e8d9a3}PT Customer.fields.{421eacda-bfa9-4e18-8a6f-4428e01b5e23}firstName'], saveInto: ri!record['recordType!{cf9a6a37-c43d-422f-b4f7-bef6f0e8d9a3}PT Customer.fields.{421eacda-bfa9-4e18-8a6f-4428e01b5e23}firstName'], characterLimit: 30, required: false ), a!textField( label: "Last Name", labelPosition: "ABOVE", value: ri!r
Hi All,I am facing below issue while trying to passed formatted json (a!fromJson()) data as parameter and again converting same json date using a!toJson() format at that time of passing the parameter. Please find the below code sample and share me if any solution. step1- Finding enter json data local!jsonData: if(a!isNullOrEmpty(ri!jsonData), {}, a!fromJson(ri!jsonData) ), step2 - Binging with local variable local!exceptionResults:property(local!jsonData, "ScreeningSummary", null), step3- Passing the local variable with using a!toJson to child interface (rule!PM_ScreeningExceptionSummary) rule!PM_ScreeningExceptionSummary(a!toJson(local!exceptionResults)), Step 4- Binding Json preparties within the Appain ready only grida!localVariables( local!exceptionResultsFound: if( a!isNullOrEmpty(ri!exceptionResults), {}, a!fromJson(ri!exceptionResults) ), { a!sectionLayout( label: "Exceptions", labelSize: "SMALL", contents:
Hi, I have an interface with a read-only grid. I am loading the data into read-only grid using RECORD TYPE and also I have used selectable, selectionValue, selectionSaveInto properties. I would like to implement delete functionality, where I need to allow multiple rows to be selected and click on "DELETE" button so that those selected rows of data should be deleted from the database table.
Hi Champs, I have a requirement where I have to show the record related action in a link format along with the helptooltip/description (whichever is fine). I am using a!recordActionField to achive the same as I have to open the interface in a pop-up. but in the same component there is no helptooltip available. What is the alternative approach for the same. I need something like this I can see in Appian related action it shows in this format. Not sure how they have done this.
Hi Team, just got this Requirement So when i click the Collaspe all button The box layout which is below should get Collapsed. Any one can help me with this I made like after clicking this button a local variable is changed to true and after that i wrote that in iscollapsible condition but not working
In a interface I need to generate a certificate by clicking a button and in that same interface I need to show the document download link. can anyone suggest some ideas? Note: Clicking on that button will trigger a process model that will generate the certificate
Hello: I am trying to create an interface - similar to the Maintenance Request example in Appian but I would like to add a "Select" checkbox that is (vertically) aligned in the center with the text (in this case, 2019 Lexus E350). Also, is there a way to include a check box without providing an option name since I would like the "Select Product" to be the column header. I am creating a set of card layouts using a 'forEach() function. Is there a way to implement Flexbox layout - I went through the SAIL document but the search yielded no results. Thank you for your help. Ma
Is there a way to use search filter in UI, where I'm fetching data from task Report
Hi, I have a dropdownfield in the edit screen. Initially when I open existing record, by that time this field will not having any data and based on the user search in another field, this dropdown will load the data. When I try to set ChoiceValue to null it is not accepting. Can some one guide me how to handle this when there is no data in initial load. Thanks ERROR:
I want to implement this milestone pattern, but with a slight twist. i.e. I want to add names to those milestones. Such that below each stampfield I display the name (like below airplane icon I display a rich text saying airplane). 1 implementation would be to use a rich text display and display only 1 text at a time. But my use case is different. I need to display text below each stampfield may it be complete / not. I tried using a sideBySideLayout below the sideBySideLayout of stampfield, but then the allignment is getting messed up badly. Can anyone help me with this. How do I achieve this ?
Hi, Is there a way in Appian to show an interface as pop-up inside the main interface?The requirement is when I click on a button, it will show the other interface as pop-up/modal/overlay which contains data grid and other components .Thank you!
I have a doubt that, If two CDT's are created for the same table(TCDT without new column and previous cdt with new column) and how can we write to the db that CDT which is new cdt data and moved from existing table and taking primary key as a output and writing it to db? I am doing this Bcoz having a issue with the new column added to the table which is required. Thanks in Advance.
Hi, I'm using the WebField element to display videos uploaded to Appian. This works, but there's a problem: it's impossible to move from one point of the video to the other. In other words, clicking on the progress bar of the video does absolutely nothing. Tried using the Advanced Video Player, and the same problem occurs. While testing the example of the documentation, this functionality works, so I don't know if there's something I'm not getting right. https://docs.appian.com/suite/help/22.2/Video_Component.html Maybe this functionality doesn't exist when the videos are from within Appian? My code is: a!videoField( label: "Vídeo", labelPosition: "ABOVE", videos: { a!webVideo( source: document(ri!document, "url") ) } )
Hi, I tried to log in to the Appian designer page but got below the attached page.
HI , In my usecase, i have to open the interface form and upload a excel file to load data in editable grid. Then on pressing submit button the flow goes to Process model where doing some business logic inserting that data to db tbl. I am able to display data in form after uploading and reading it from excel the problem is updating rule input cdt which is having blank values as not able to set the values read from excel to ruleinput. . Flow as of now PM--> Interface form--> PM --> Same Interface form (User to view and edit data if needed the submit)-
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.