-
Recently active
There any way to append a dynamic link to a text field? For example, in a Text field with read only mode that contains a lot of characters. I want to truncate the characters and add a link after it that says "Expand" or "Read More", If they click on it, the user will sees all the text.
Hi Appian PalsPlease have a look on the interface below, this is having different cards, and each card is having independent interface behind it and can be accessed using a button click.But after the successful completion of the process, it is brining back to the main home interface instead of the child interface.Again I am back to the main interface, instead of the child interfaceThe process should end on the interface where it started.Any workaround on this?
Is it possible to have a drillable chart if the data from the chart is not from a record? I am getting my data from multiple tables and mapping it to what I need
when I click on that card(+) the same card should be added below. value should be saved in single table. (Without using record action).
I made some code like that and I want to show the event by every date a!localVariables( local!viewType:"MONTH", local!selectedEvent, local!currentDate: today(), { a!sectionLayout( contents:{ a!columnsLayout( columns:{ a!columnLayout( contents:{ a!buttonArrayLayout( buttons:{ a!buttonWidget( label:"Month", value:"MONTH", saveInto:local!viewType, style:if(local!viewType="month","PRIMARY","SECONDARY") ), a!buttonWidget( label:"Week", value:"WEEK", saveInto:local!viewType, style:if(local!viewType="week","PRIMARY","SECONDARY") ), a!buttonWidget( label:"All Day", value:"DAY",
I want to disable a column for group of users in the editable grid
Hi All I want to add a comma after each digits local!Var: 1223, I want the output like 1,2,2,3 Any help will be greatly appreciated!
how we can fetch the document extension name and document type in when we upload something on UI
I want a column in an editable grid where I have checkboxes for every cell in that column. User can select yes or no option
I want to get the sum of values from a column in the expression editor and I want to use that expression object in an interface to show my Sum which I calculated.
I am building a editable grid in an interface. I want to give ability to the user so he can add new row to the grid. When he clicks on the new row button a new row appears and after filling that row, it should be added to the record type and the grid type.
Hi, i want to create milestone with save buttons for each step and should have validation when go to next step. buttons should be aligned in same raw. can you please suggest me method not to complicate the code. Thanks
Hi, is it possible to have a search field (a!pickerFieldCustom), which looks for existing values from record and integration data. But disable selecting existing data and convert the field into a text field to add a new value? I essentially want to use the picker field as a search and new value text field in one.
I have a requirement for an organizational chart. I have an employee-specific table in the database containing the reporting manager column and role.I tried the code but it doesn't expand to down-level resources. I require a dynamic chart to add employees and roles. a!localVariables(local!user: loggedInUser(), a!orgChartField( value: local!user, saveInto: local!user, showAllAncestors: true, showTotalCounts:true ))
on click of submit am getting this error what might be the reason
Does it means that, for local variable 'outage' the value from database is given through recordtype power outage.
Hi all, I have a use case I have build a webpage using HTML and JS and I am calling it using a Web-API from Appian interface which will be triggered by a safelink.But whenever the user clicks the safe link the page is re-directing to the Web page, but i want to show it inside the Interface , i tried using webcomponent object but it's error saying internal appian urls cannot be used in webcomponent.Is there any alternate way to achieve this. Thanks in Advance.
Currently I have a requirement to provide filters for all the columns present in the Read-only grid which is like 25+ columns. To provide filters individually for all the columns it won't be a good practice any is there any alternative way to display the filter in efficient way.
I have a SAIL form that displays CDT data which ultimate came from a web service. There is a button on the interface to refresh the data. Clicking this button invokes an expression rule which calls an integration to retrieve the latest data to return to the interface. The data in the external system changes based on actions taken by users that also use the SAIL form. Users know when they need to click the refresh button to see the newest data. When the form is opened (it opens from a workflow task), the data is displayed. When the refresh button is clicked, the data is updated and the new data is displayed. So far, so good. However, when the button is clicked a second time while the task remains open, the data is not refreshed and the interface shows the old data. When clicked a third time, same result (no refresh). Fourth, same result. If I close the task, re-open it, and click the button, the data once again is refreshed.... but
I need to design a UI with a set of fields, and a button that should take the field and their data directly to Outlook as the body of a new email. Is there any plugin or integration type that can help me do so?
Is it possible to put a!safeLink ( example in section nr.2) on confirmation of a!buttonWidget (section nr.1) so that after confirmation, link navigates back do desired location? In my case back to Record list view. So that user after confirmation returns directly to list view, without having to click back on summary screen.
Hello I just want to get eye icon into the password field.Is it possible in appian? Thanks
I upload multiple PDF files in the interface. I want to save the files in a folder that matches the name of each PDF file.
Hi all, I need to validate that in a texfield, the user on type characters, I mean (100k, 80k, ect), numbers with text values. if the user enters 10k,20k like in textfield, I have show some validation message,How could I achieve this, is there a special functions? Can anyone help me please on priority?
a!gridLayout( emptyGridMessage: "No Claims assigned", headerCells: { a!gridLayoutHeaderCell(label: "Dietary Ingredient"), a!gridLayoutHeaderCell(label: "Claim"), a!gridLayoutHeaderCell(label: "Decision"), a!gridLayoutHeaderCell(label: "Category"), /*a!gridLayoutHeaderCell(label: "Updated Cat"),*/ a!gridLayoutHeaderCell(label: "Keywords"), a!gridLayoutHeaderCell(label: "Comments"), a!gridLayoutHeaderCell(label: "RFI") }, columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "NARROW_PLUS"), a!gridLayoutColumnConfig(width: "DISTRIBUTE"), /*a!gridLayoutColumnConfig(width: "WIDE"),*/ a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "NARROW") }, rows: {
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.