-
Recently active
Hi All I have encountered a very strange behaviour where I create an interface in an a!foreach. When using the two pieces of code it displays the interface for each of the parents but as soon as i edit one it deletes any subsequent parents and removes the interface: CODE1: With strange behaviour a!forEach( items: ri!tempBom, expression: a!sectionLayout( contents: rule!PDP_uiRecipeAndPackagingDecisionQuestions( tempBOM: fv!item, newProductRequired: true, packagingTempComponents: ri!packagingTempComponents, blendTempComponents: ri!packagingTempComponents, ), showWhen: local!activeStep = 2 + fv!index )) If I change the input name on the child to the just 'BOM', and change it at the parent, it all works perfectly CODE1: With correct behaviour a!forEach( items: ri!tempBom, expression: a!sectionLayout( contents: rule!PDP_uiRecipeAndPackagingDecisionQuestions( BOM: fv!item, newProductRequired: true, packagingTempComponents: ri!packagingTempComponents, blendTempComponents: ri!packagin
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 All, I am using a!Submitlink function to show with an edit icon. When the user clicked on the icon I am setting the value to true for that submit link variable. Whi I am testing that in the Interface rule it is working as expected. But, when I am executing the same on the sites the value is not saving. Please see the code and screenshots attached below. a!richTextIcon( icon: "EDIT", caption: "edit", link: a!submitLink( value: true(), saveInto: a!save(ri!Edit, true())), size: "MEDIUM" ) On Interface Rule after clicking on edit symbol: On sites after clicking on edit symbol:
Hi, How to add users from groups in frontend to DB table? Thanks, Anandita
[View:/cfs-file/__key/communityserver-discussions-components-files/13/ri_2D00_label.mp4:340:240] Hi, Are there reserved keywords when naming rule inputs in interfaces?, I'm saying this because I have a rule input called "label", and when I enter a value in the textfield, the value is replaced by the label of the component.
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.
Hello everyone ! Is there a way to create an anchor link to a section of the same page in Appian ? A link that would work like a basic anchor link in html, for instance : <a href="#mySection">Go to mySection</a> I cannot seem to find it, whereas it's a very simple thing to do in html... Thanks in advance !
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
Hello, I have a question about the timer functionality. What I need is a recurring process automatically to execute. Each Month. Each day 30 of each each month. or Each last work day in the month. Configured the way it is in the screenshot is not working. Two questions occurs here. If I don't need the Delay option how this should be configured ? In this case all I need is the process to execute at certain time. Second is Selecting Time recurrence will that guarantees that the process will automatically execute , and it will repeat each month on day 30 or each last work day of the current month ? Thank you.
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
https://docs.appian.com/suite/help/19.1/recipe_build_a_wizard_with_milestone_navigation.html This is pattern for a form with summary at the end. Which component exactly is responsible for generating summary view? Form Layout? Milestone?
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!
I have a checklist and selected items will be saved into arrayA. The user can check up to 4 items on the checklist. The user also has the option to provide items they don't find in arrayA through input fields. The entered items will be saved into arrayB. Their total sum can be no more than 4. To help with dynamically displaying the input fields, arrayB is initiated with 4 null values. A forEach is used to render the boxes based on the availability of items remaining. Problem: The two arrays will be merged down the line, and I would like to clear the values in arrayB that are not intended to be used. Example: If there are 2 checked items and 2 typed items, then I end up selecting all 4 checkboxes, the input boxes are no longer present as intended. However, the values were still saved in arrayB. Is there a convenient way to clear the values as soon as the input box disappears? I don't believe there's an "i
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.
having issue on the APN 20.1 with gridFiled, Paging reset to original page on UPDATE DATA button click, if the selected row is update from next page. a!localVariables( local!selection, local!selectedEmployees, local!employeeDS: { {id: 11,name: "Elizabeth Ward",dept: "Engineering",startDate: today() - 500}, {id: 22,name: "Michael Johnson",dept: "Finance",startDate: today() - 100}, {id: 33,name: "John Smith",dept: "Engineering",startDate: today() - 1000}, {id: 44,name: "Diana Hellstrom",dept: "Engineering",startDate: today() - 1200}, {id: 55,name: "Francois Morin",dept: "Sales",startDate: today() - 700}, {id: 66,name: "Maya Kapoor",dept: "Sales",startDate: today() - 1400}, {id: 77,name: "Anthony Wu",dept: "Human Resources",startDate: today() - 300} }, { a!richTextDisplayField( label: "", labelPosition: "COLLAPSED", value: { a!richTextHeader( text: "Paging reset to 1 on ""UPDATE DATA"" button click, if upd
First off, we are aware that this interface needs to be modernized and we have created a ticket to do so. In the meantime, we need to remediate the error for our users until the interface is modernized. Background: We have a report that groups can pull to see their vanpool vehicle switch. What is happening, is if 2 switches (get a different vehicle) are completed for a given vanpool within the same month, an error is thrown on the interface.In the example, the vehicle was switched out for a different one twice in the same month. See code below. Error Evaluating UI Expression Expression evaluation error [evaluation ID = APN6ZIQL] in rule 'fma_switchreportdashboard' at function a!gridField_19r1 [line 159]: A grid component [label=“”] has an invalid value for “totalCount”. “totalCount” must not be null or less than the number of items in any of the “data” arrays, but “totalCount” was
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
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.