-
Recently active
I have 30 questions in a form out of which few are mandatory. If I miss any one of them and go for submit, I can get error message at the end of page (usually before submit button). It is very difficult to scroll up the page and find for the missing ques. Is there any way in where I can get an alert message in the center of the page/near the ques itself ? Please help ....
I was wondering if there was a way to verify all of the values in a dropdown picker field without selecting each one. Scenario: There is a field that contains 3 choices "Initiate, Additional, Review", is there a way to verify that this dropdown contains each of this values without populating each field then verifying. The following script will accomplish the goal, but does not scale well, as some drop down fields contain dozens or hundreds of selections and this would greatly increase testing time. !|script||populate field | [1] | with | Initiate||verify field | [1] | contains | Initiate||populate field | [1] | with | Additional||verify field | [1] | contains | Additional||populate field | [1] | with | Review||verify field | [1] | contains | Review|
Hello, I have an issue where I am attempting to offset !today by a declared variable to verify a due date. Example: !define dueDateOffset {10} |script||verify field | Processing Due Date | contains | !today +${dueDateOffset}| Result: verify field Processing Due Date contains 4/02/2021 +10 The following script produces the result I want but does not use the variable, unfortunately I need to keep this dynamic so the variable is needed. |script||verify field | Processing Due Date | contains | !today +10| Result verify field Processing Due Date contains 4/12/2021 How do I use a variable to offset today's date?
Hi, From the above pic need to click on dairy based on id Id is my input then have to find the corresponding dairy for given id and then click on that. Is there any conditional command/method to satisfy above condition. Thanks in advance, Uday.
We have a requirement, where one single interface we have 2 columns, in first we have, selectable grid and in 2nd column various links, buttons, etc. We want separate Accent color for selectable row and separate color for button. Is there a way we can use separate accent color based on the UX components that we are using.
Hello, I'd like to store the values of a multiple dropdownfield into the fields of an cdt. So for example, I'd like to make something like the following work: a!multipleDropdownField( label: "Category", placeholder: "Select Category", choiceLabels: index(local!categoryRefData,"value",{}), choiceValues: index(local!categoryRefData,"id",{}), value: index(ri!ctgry, "ctgryId", {}), saveInto: ri!ctgry.ctgryId ) How can this be done? Thanks!
I have a requirement where after I upload the attachment, I need the following tabular information needs to be shown as read-only . I could not find a good example in SAIL documentation Say, if I upload a file name abc.txt then the following info need to be displayed. Name File Name File Type Uploaded By Date abc.txt abc TXT loggedinuser 3/31/21 test.doc Test DOC loggedinuser 3/25/21
When i use a user picker in my interface, it saves into a text field and returns as an email. How can I get a save as a User object? Eventually I want to use this field as my assign tab in my process model? Is this possible? Im new to appian. Thanks everyonew
With the updated records, we can simply call them out the way I have in the image below. My question is, when doing this, is the record querying the database every time is called out? What is the case for using records this way aside than the inside the grids?
How to achieve this functionality ? If user's manager band is between 0 to 3 then consider manager details of that user,if user manager is more than 3 then manager's manager(next linemanager) band should be checked and if it is not between 0 to 3 then again check for next further line manager. This process should be repeated until we get the any of the manager band as between 0,1,2,3.
Hi, How to add users from groups in frontend to DB table? Thanks, Anandita
Something that's bothering is I can't make my interfaces take up the whole width of the screen. I have se the setting on the site to be "Full" but the interfaces still show empty spaces on left and right sides. One of the screenshots on this reference appears to suggest that you can make an interface take up the whole width. https://docs.appian.com/suite/help/21.1/ux_page_width.html The only thing that can take up the whole width is a billboard layout inside a header content layout, but nothing else. Any suggestions?
c
I would like to compare the contents of two documents. These documents are going to be docx format. I have tried the following: Appian Community: Compare Microsoft Word Documents Plugin - does not seem to work Usage of App Market: Diff Utils and readtextfromfile from App Market: Text File Reader - shows a ton of garbage because of the metadata in the docx format Any ideas?
There are lot of discussion present around which one is best tool to automate Appian application in forum, but those are old discussion.There are lot of changes happened into Appian as well as old automation tools. Also few more tools came into market.In our organization we are currently looking for tool to automate our Appian application which helps to make it consistent in all aspect.If anyone using any tool then please share their experience also . Also please suggest which one is best tool we can use now.
Hi All, From the above picture tried to navigate on Carrier Management and User Preferences with below commands not got success can any one please help me |click on card | Carrier Management| |click on link | Carrier Management| |click on button | Carrier Management| |click on menu| Carrier Management| |click on record| Carrier Management| same commands tried for User Preferences too Thanks in Advance, Uday.
I am already know populating data through Rule expression with sort in one column. My requirement is to sort every column in editable grid. Is there any way to do the same.
I want to connect to a clients SFTP, but they want to know the IP address to authorise connection - is there a way of doing this? Or do I need to request a range of IP addresses from Appian? Thanks David
Is there any way to delete unwanted CDT from environment permanently? I have deleted CDT from Application level. But still i can see that CDT at all the objects level
Hello everyone, I have written a Fitnesse script for writing data into Grid (without label ) that clicks on add row link of grid and populate first column of grid. The first column is a simple text field, but FitNesse is failing to write the data into this field. FitNesse for Appian version: 21.1 Appian version: 20.4!| script |click on link|Add row|| wait for | 5 seconds | |populate grid|1|column|1|row|12|with|TEST data||click on button|SUBMIT|***! The error message that I receive is as follows: Timeout period reached: wait for grid cell - 1 Thank you!
Hi All, In latest version upload button, when uploaded files done, cant see cross button to cancel uploaded list. Last month, used to get 'x' icon to cancel image, but today appian version doesn;t show list of uploaded files also, Hope you got what i am try to say, but want to get old functionality to cancel uploaded list of items, pleae guide me with script. Please let me know my words, my query is not clear to understand. Thanks, Deepak
Hi All, Can anyone please let me know if there is something like Appian Developer client for local system (Similar to SQL Client or SSMS). Warm Regards Vineeth
The above error I am getting in Record, when i try to delete particular data using delete action in record. Deleting the data is successfully, but after deleting i am getting this error. How to avoid this error ? This is my process model, where i am passing the id in script to delete particular record.
I am new to Appian and am looking for sample code snippets to add values across rows and columns. I have added two more columns called salary and bonus and want to have a third column that shows the total of salary and bonus. At the same time, I only want a row that can keep track of running sum of all the salary, bonus and total columns. Attached is the sample code that shows the three new columns. https://docs.appian.com/suite/help/17.3/recipe_add_edit_and_remove_data_in_an_inline_editable_grid.html see attachment/cfs-file/__key/communityserver-discussions-components-files/11/Sample-SAIL-Add-Rows-Columns.txt Thanks
I have created a form which includes cancel button now I want when user clicks on cancel button it goes to previous page (in my case it is record type). how should I configure it?
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.