-
Recently active
Hi, I am trying to populate the data in a read only grid using Record Type. I have enabled Search, Refresh and export to excel options. Not, I am try to implement DELETE record List Action where user will select multiple check boxes on the grid and click on "DELETE". Is there any option to move and align the "DELETE" beside to Filter or refresh icons.
Hi, I want to upload multiple files to each item in an editable grid. I am using a link to add documents outside of the grid. When I submit the form for adding documents, I want to associate the documents with relevant item. I am using rule inputs of request _tems and request_item_documents CDTs. Because the requestitemId is null, I am not able to fetch the documents for the relevant request item. How do I resolve this? Thanks in advance. a!localVariables( local!hardwareClassList: rule!AMF_QR_getHardwareClassifications(), local!currentUser: loggedInUser(), local!selectedId, { a!gridLayout( label: "", labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "PDM Number", align: "CENTER"), a!gridLayoutHeaderCell(label: "Serial Number", align: "CENTER"), a!gridLayoutHeaderCell( label: "Part Description", align: "CENTER" ), a!gridLayoutHeaderCell(label: "Revision",
Hi All, Please see the below screenshot on PM user input task node I have enabled the option Execution Options --> When this node is chained:---> Allow users to step back to this node from the next chained activity. But on the last user input task form go back button not showing, Please suggest where I'm lacking
Hi When I use a text field, by default it occupies the entire width of the page horizontally. But it looks bad in the interface. Is there a way other than wrapping it in a column / sidebyside layout to reduce the size of the text field ??
Hi All, I have a requirement that to display gallery of images that needs to be automatically scrolled . Is there any possibilities for this requirement?
Hi Team I need help Right now if you see in the image I want a selection disabled condition in editable grid like if the status of the particular grid is "Completed", then the selectable checkbox should be disabled for the Particular row
Hi! Thank you for your help!Context:I have 1 site in appian, it has 3 pages. 1 Landing page : Interface 2 Page 1 : Process Model With Sail Form 3 Page 2 : Process Model With Sail Form Problem: I need to hide from the pages bar, the pages 1 and 2 when the user is in the landing, and the other way, hide landing page when the user is in page 1 or 2.I´ve managed to implement this using a field in a database called : is_home.And checking the status with executestoredprocedure() from the database.So, the thing is, the bar does not refresh until i reload the page, pressing F5, or pressing in the Home Page icon again.This leads to an error everytime i press the button in the interface that should not be visible. Once in a while, the site refreshes and the bar does work properly. Same occurs with Dynamic Site>Pages Names.
How can we make the File upload component as dynamic ? I have a rule input which has the type has a record type , so i cant select the multiple array option it it. The document id should be stored in the DB and the files should be saved in a Target folder.
Do we have any Html decode function other than stripHtml? or any regex function to use ? Example of My current String which I get from Portal and it will be saved in DB as "I’m Appian resource.  Any other existing–resource?" If I use striphtml("I’m Appian resource.  Any other existing–resource?") I am getting same output -> "I’m Appian resource.  Any other existing–resource?" If I use reduce( fn!substitute, striphtml(ri!displayName), merge({ "’", "–" }, { "'", "-" }) ) Then I will get proper result -> "I'm Appian resource. Any other existing-resource?" But I can't predict only 2 html entity names. There are many, that I need to convert and display in a!paragraph field.
i have a process i d which is getting stored in the Db and getting data using exprule and displaying the data in the readonly grid. now my question is i have one grid column which is have icon on click on it should trigger the process instance of the particular record how can i achive it ?
I have a flow in process model where each and every subprocess of export to sql runs in sequence(synchronus also) following activity chaining . Once flow is done(when it is success and taking fv!processinfo as a reference) i will show a link to dowload document which has data generated from sql .But, strangely i am seeing that without completiion of process model in backend that document link is enabled for users where some data is missing beacuse of that. What makes that document download option is enabling though process model is still running in backend? What makes onsuccess parameter of a!startprocess is not working though i am saving fv!processinfo to know when to enable that dowload option? Can someone pls help on this?
Hi team, We are on Appian 22.4 cloud. We have two interfaces, both built using headerContentLayout. First UI has background color set as Dark Blue and is a landing page. It is also configured as a start form in a process model. Second interface has a background color set as a light blue. This interface loads when start form (interface 1) is submitted. And Interface 1 and Interface 2 are activity chained. Now when I submit the interface 1, the second interface carries the background color of interface 1. So, interface 2 shows Dark Blue as a background color instead of light blue. Is this an expected behavior? Thanks, Akshar
How to do mathematical calculations based on the received value. Example : «${d.cost.price}» * «${f.quantity}» how to product of these two values and what is format to use to get the final result of this product. even for addition. Please suggest .Thanks in advance.
a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", target: cons!TI_SAVEDFOLDER_CONSTANT, fileNames: "Test1", maxSelections: 1, saveInto: local!file ) use above code to upload file in folder inside Appian using constant.
I am using Record type to show the selectable Grid and I need to take action after selecting multi records. I can do it by capturing selected values and pass it to start process via button but want to know if it is possible to do it via Record configurations like record action?
Hi Everyone , I need to convert Appian document to base64 . How can i achieve this . thanks in Advance
Hello Everyone, I am trying to pass the data into the word document but facing an error.I have followed the required annotations for the girds even though couldnt able to run sucessfully. Please suggest if anyone also faced the same problem or how to resolve. Thanks in advance.
Hi All, One of the user from our organization has left he has some 300 active task's assigned to his name, how we can close this task's. Thanks in Advance
Hello, I'm in Japan and my time zone is : Osaka, Sapporo, Tokyo (UTC+09:00). I'm planning to take the Appian Associate Developer Exam. When I try to schedule the exam, I need to select the time as shown below. I'd like to know does it refer to my local time or standard UTC time. Thanks
Hi, I have an interface with editable grid (a!gridLayout) where I am trying to add a new row with required elements when user clicks on "Add Dcoument". I have to achieve the below requirements. Not 100% sure whether it can be done or not. 1. If any one of the field / element filled with data, other fields/elements should be filled with. 2. Also, there should not be any row with empty empty fields/elements. When I try to write a validation in the Document Title field, then it is applying to all the rows of that field when I click on the "Add Document". Not sure how to handle for row by row. required: if(a!isNotNullOrEmpty(ri!Documents.documenttype),true(),false())
In a form, Suppose I have 3 values in my dropdown- A,B,C. I have chosen A and filled the remaining text boxes accordingly, but I want to change the dropdown value to B. On changing i want the remaining values of the boxes to be empty so I can fill them again. How can I achieve this?
Hi team, I been pondering and I would like to disable only the "direct approve" option upon conditions met. Is that possible? a!localVariables( local!choiceLabels: { approve, reject, direct approve, direct reject }, a!radioButtonField( label: "This application is recommended for", labelPosition: "ABOVE", choiceLabels: local!choiceLabels, choiceValues: local!choiceValues, value: ri!recommendedFor, saveInto: {}, disabled: since it allowed only true()/false()? )
a!cardLayout( contents: { a!columnsLayout( spacing: "DENSE", columns: { a!columnLayout( contents: { a!sideBySideLayout( items: { a!sideBySideItem( width: "2X", item: a!richTextDisplayField( value: a!richTextItem( text: " Validate Lead Viable", style: "STRONG", size: "MEDIUM_PLUS" ) ) ), } ) } ) } ), a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( label: "Does this lead have INN Facility Privileges?", helpTooltip: "Privileges not applicable if its a PT/OT/PCP", labelPosition: "ABOVE",
Hi, Can we change the color of the card template tile from accent to some color of our choice ?
Hi everyone Here's my scenario: I need to use a Group Browser object for the user to be able to select a group from a list . I can set the initial group as All Users, but that includes groups that may not be selected, such as Administrators. It would seem my easiest method would be to create another group which lists only the desired groups, but I've been told that nesting groups within groups is bad practice. Any thoughts? Blessings Stephen
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.