-
Recently active
Hello community, Can you help me with configuring start process link so that it refreshes the original interface instead of "ending" in the news tab of tempo? Once the link is clicked the process that is configured with chaining runs and shows the task, the task just shows information, the task is assigned to initiator.If the task is submitted, the process does end, but I cant see the original interface refresh when I test it. If I run the test again, the interface shows the information that was previously shown on screen in the task and saved to DB. Behavior is fine except the reload original interface part. Kind Regards, Erik
Hi all, I have a read only grid with pagesize as 20. I could see the number of rows populating below the grid is not consistent. It appears sometimes and sometimes it doesn't. I have attached a screenshot for reference, you can see in the above grid I am getting 20 rows but in the below one it's not there. What could be the reason?
Hi all, in the interface we used checkbox to select multiple, now due to some reasons user wants to select one item at a time so am thinking to go with radiobutton is that right way or do we have any other options? and even i have checked with radio button but am getting this error, hope nothing difference b/w check box and radio button can anyone suggest me? Thanks in advance ,if anyone can advice on this I have passed choice lables and choice values with equal length.Same error is hitting once I select radio button.
Hi,Can i ask a question.When submit button clicked and call integration object.In the integration object status code 500 error has occured. I got error[Could not display interface.Please check definition and inputs error].Just i want to show error message on interface how to configure it?When click the link of[Click here to dimiss the error message and see the resulting interface]i can confirm the error message but i don't want to confirm like this method.I want to display an error message when I click the button. Plz reference below of screenshot. Thanks.
Hi, My question is , in interface design to edit a expression level, to enter a dob automatically to display a age field??? Is it possible give me a solution
I want my interface to display a value in a text field (text field #2) that is the same value as a different text field (text field #1). The purpose is to save the user time so he doesn't have to type the information twice. Text field #1 saves to a RULE INPUT called RECORD. Text field #2 saves to a RULE INPUT called EQUIPMENT. The interface is ignoring the value displayed in text field #2, even though it displays a value in text field #2. As a result, no value is stored in my CDT for text field #2. My process model has a "Write to" for both RULE INPUTS and everything is going good except for this one thing that I want to carry from text field #1 to text field #2. Here is text field #1: a!textField( label: "Training Event", labelPosition: "ABOVE", value: ri!record.trainingevent, <<<<<<<<<<<<<<<<<<<<<< saveInto: ri!record.trainingevent, characte
How will i increase the width of coumn? scenario: I have a grid which is for dashboard level and also at application level ,in dashboard level it is working fine like image1. but same interface used in application level in (image 2). column not showing properly. (image2)
I am working on a questionnaire application in which a question can be set as a parent and it can have multiple child questions. I have created two different tables, one to hold parent questions and the other one to hold child questions. Also, I have created two different CDT's for the same in Appian. In interface, I am displaying all the questions in a grid layout using foreach. If a question has child questions, I want to display those child questions right below the parent question as part of the same grid layout but currently I am unable to do so since parent and child questions are of two different CDT's. Is there a way I can list both parent and child questions in the same grid? Thank you in Advance.
Hi, We have built a pop-up window that can only display text. but now we would like to make an editable window like grids or another interface. This is the code we have written to display the text, if we want to display an interface with input box for example, how to make it? a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Button", style: "NORMAL", confirmHeader: "test", confirmMessage: ri!sample, confirmButtonLabel: "submit", cancelButtonLabel: "cancel" ) }, align: "START" ) Thanks
Hi, I'm needing some direction on how to assign a user selection to a local variable. For some context: There are several drop down selections on my interface. Based on what the user selects in each category will affect the total price. So I'm gathering that I'll need several local variables, one for each drop down selection, and then a total where they are all added up. I just cant seem to figure out how to assign what the user selects to a local variable. Or maybe there's a better way to go about it? Any help would be appreciated. Thanks!
need validation to avoid picking same user multiple times when we trying to add a row in editable grid
Hi All, I am trying to persist paging Info so that when User comes back to that page, we can get on the same page of the grid. But it is always showing the default values of first page. Can you please guide how can I fix it? Thanks
Hi everyone, I wanted to see an interface however this error occurred: Expression evaluation error at function a!safeLink [line 137]: Invalid index: Cannot index property 'externalDocument' of type Text into type Document I tried to look for support documents for this issue but could not. Please give me some advice on how to solve this error. Thanks a lot!
Hi, I have an editable grid where I can update the data and add new employees. So far so good. When we try to click on "Add Employee", we were able to add multiple rows to the grid successfully with proper ID number. The issue is, by any chance if we delete the middle row(in this case, I have deleted row#5 item) (Image#2), the row number is not re-setting. Is there away, I can read number or rows in the grid dynamically and show this ID column values dynamically in a sequence.
Hi, I am using LightWeightNavigationSection pattern and when user click on the link like "Tasks" I am trying to load an interface which is having a formLayout, I am getting an error message like below attached (2nd screen shot). QQ: Can't I load a different user interfaces when I click on each menu item, where I have a formLayout with 'Submit" button?
Can anyone please let me know how a modal popup can be created in Appian?
Hi all, I am getting error as "Interface Definition: Expression evaluation error at function a!forEach [line 52]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!checkboxField [line 88]: A checkbox component [label=“”] has an invalid value for “value”. All selected values must be present in the choiceValues array, but value was 1 and choiceValues was 1." even though given same as choiceValues as value,Can Someone suggest me on this?
Can we give width if columnlayout/ Card layout in percentage?
Is it possible to have Feed content and functionality on an interface ? Any experience ? I want my site users to take advantage of Tempo as well.
Hi All, I have a requirement that to read excel file and display the unique data in the interface. Can anyone suggest the best approach for this requirement? Thanks & Regards, saidivya Minna.
Hi, We are planning to develop an interface to actualize the functions in the attached file, but we are not sure if Appian can actualize those functions. If it dose , may you tell us the expressions? Best regards
I'm new to Appian and my users are asking to have an input mask on date controls. They don't want to take their hands off the keyboard so they don't want to click on calendar controls, etc. When entering dates they don't want to have to enter the /'s either. Is it possible to use an input mask such as __/__/____ so the user can enter 01012022 and the control converts it to 01/01/2022 prior to executing validations.
Hi, I have a tab control like below. I am using a!richTextDisplayField, a!richTextItem, a!dynamiclink. When the user select the link, then accordingly I am highlighting the link and increasing the font-size. But, users are asking me to change the background color for the selected item. Any clue please. Thanks.
Hi everyone, I am trying to implement selectable grid with check box for the column name xyz ,on click of checkbox xyz the grid data should populate. How will I do this? Can anyone suggest on this please.
Hi, I have a below milestone stamp and it is working fine until I setup the value as "4". The moment, I setup the value as "4" then I am getting below error. Any clue?
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.