-
Recently active
The error shows, functions a!grouping parameter 1 [ line 7]: the target is missing. Couls omeone help me with this. I have used the code exactly in the picture for W000QYD_GetVehiclesAddedThisyear
Hi If anyone knows why strange value show like that way, please let me know. Why did I get a strange value when I put datetime test data in the expression rule?What should I do with the correct test data?
I am trying to use the java selenium code into Fitnesse (fixture file intergration from Selenium), but observing that when we are running the Fitness test which we imported getting "could not find fixture : import" response. Below are the steps we are performing: Step 1: Created user credentialls parameters and url functions in Fitness. Step 2: Verification - Just launching the webpage and passing the user credentialls, after that we are just verifying the tittle. Step 3: All the validation we created in Selenium using two classes (first class created as fixture class and added all objects and parameters, same first class extended into second class where we just prformed login operations and verified page title) Step4: Added all required Jar's into Selenium . Step4: Added all required Jar's in Fitness test along with import method. Step5: Running the Fitnesse test. Step 6: After running the test getting "could not find fixture : import" res
Hello Appian, We have a new member and have created a new account for 'Appian community site'. (https://community.appian.com/ ) However, the 'Appian community site' cannot be logged in with the newly created account. We checked that the account was created by trying the step of creating the same new account again. But it showed that the account already exists. Also tried requesting "forgot password", but didn't get any email for password changing. Lastly, also tried sending mail to community<community@appian.com> but didn't get any response yet. Please help how to solve the problem with login to 'Appian community site' with the new account. Thank you
I have created a test script using Appian-Locust and Locust as library, but I am facing issue at user level and server level. Please find the below code: from appian_locust import AppianTaskSequence, AppianTaskSetfrom locust import task, HttpUserclass Maestro(AppianTaskSet): @task def homePage(self): response = self.client.get('/suite/sites/telus-tools') if response.ok: pass else: print('Application link not found') DesignUiForm = self.appian.visitor.visit_application_by_name('Maestro Workflow Management') # DesignUiForm = self.appian.visitor.visit_application_by_id(1) # DesignUiForm.click('Telus Workflow Management') # self.appian.visitor.visit_record_type('Activity') # self.appian.visitor.visit_report('TWM_activityRecordList',True) # self.appian.visitor.visit_application_by_name('Telus Workflow Management','TWM')class MyUser(HttpUse
I am not able to open my process model window. Whenever i click to the process model browser gets opened. Process model window not opening. Even if i create new process model. I am neither getting Analyst view nor Designer View. Just blank browser page gets opened.
Hello Appian, We have a new member and has created a new account for Appian community site. However, the Appian community site cannot be logged in with the newly created account. We checked that the account was created by trying the step of creating new account again. But it showed that the account already exists. Also tried requesting "forgot password", but didn't get any email for password changing. Please help how to solve the problem with login to Appian community site with the new account. Thank you.
can some one help me how to translate data in word document from English to Italian in appian
Join us on July 10 at 11AM ET to learn about our newest beta program, Appian 3D+. By integrating your 3D models with the Data Fabric, Appian 3D+ unlocks new ways of getting value from your digital assets. In this livestream, we'll demonstrate key features, discuss real-world applications, and answer any questions you have about Appian 3D+. Turn on notifications to make sure you don't miss it!
Hi All, Need your help in the following issue: Please how can I get the difference between two dates should not more than 24 hrs? For example 1 : Start Date = 7/1/2024 12:00 AM EST End Date = 7/1/2024 11:59 PM PST if user enter the above dates and time than Don’t allow to select since the difference is > 24 hours Thank you in advance for your help!
I am trying to complete the Query Your Data lesson and I followed the instructions in creating the Query Your Data (W000QYD) app, but when I go to search AA_GetVehicles in the expression rule, I keep getting a message saying I do not have permission to see all the objects in the app. I also cannot make a new expression rule with the name because the expression rule already exists. Does this have something to do with my security settings? I created the app so im confused as to why I wouldn't be able to see all objects. Please let me know, thanks.
Hi All, I am using dateandtime field to send an invitation on mail, here i am facing issue with time, when i am selecting a date and time, the ttime which i am selecting which is showing different in grid field Like i am selecting 06/28/2024 05:00 am it's showing in grid as 06/28/2024 09:00 am which causing issue for time difference in invitation. So any one please suggest attach below code. a!sideBySideItem( item: a!dateTimeField( label: "Event Start Date & Time", labelPosition: "ABOVE", value:local!eventStartDateToSave, saveInto: local!eventStartDateToSave, required: true, requiredMessage: "Input required!", validations: {} ) ),
Hi Everyone, I am new to apian and I am bit stuck on logic for validating grid records on save button. Heres my scenario I have been working with- I have grid with 5 columns, first 2 columns are read-only as the user entered data will be seeing on this form in my process model, 3rd column is where user has to enter the values if the 4th column is unchecked. 5th column is mandatory when 4th column check box is true. I want to save records when either column 3 is filled or save when column 4 is checked and column 5 is filled. the below code isn't working validations: if( and( count(local!items) = length(local!items.column1), count(local!items) = length(local!items.column2), or( count(local!items) = length(local!items.column3), and( count(local!items) = count(local!items.column4 = true), count(local!items) = length(local!items.column5), length(local!items.column3) = 0 ) ), ), "", "Please ensure you have entered Address Book Number or checked Excl
I am trying to use the Selection Node Input to limit and rename the fields I want to export to Excel. However, I can not figure out how to set this up. The documentation is no help. It states to use the a!querySelection() and then the a!queryColumn() functions when setting up the columns. However, the configuration input seems to have the ability to add columns, fields, alias and visible without using the functions. I have tried to key in the fields, alias and visible into each of these inputs, but for the life of me, I can figure out how to add in more columns and adding just one selection throws an error, "Query has failed: Could not parse expression [1]. Details: Unexpected count of record variables (APNX-1-4505-005)" I have tried to write the Jason using the a!querySelection(a!queryColumn(),a!queryColumn(),etc...) at the Selection and Columns level. This just throws the same error as above. a!querySelection( { a!queryColumn( pv!pe
My goal is to produce an excel file from a set of Clergy Pension records. My plan to do this is: 1. Create an CDT to hold the data for the excel spreadsheet 2. Create an Expression Rule to create the data for the CDT 3. Use the Expression Rule in a Process Model to populate the CDT 4. Use the Export Data Store Entity to Excel smart service in the Process Model My problem is with the Expression Rule, In the Expression Rule, I create two local variables; data and report. The local variable holds the results of the query and the local variable report is formatted data for storage into the CDT. To create the local!data, I use a!queryRecordType() to pull the records I need. The data comes from several tables and I use the Relationships from the main table of the query, CPMA Clergy Pension. I filter and sort the data. Here is the code for local!data. local!data: a!queryRecordType( recordType: 'recordType!CPMA Clergy Pension', fields: { 'recor
Discover how Appian’s largest department, Engineering, is powered by our own Appian apps! Join us to see "dogfooding" in action as we leverage our platform to gain user insights and enhance our capabilities. In this exclusive livestream, our lead product evangelist, @April Schuppel, will be joined by @Suvajit Gupta, Executive Vice President of Engineering at Appian, for an insightful discussion. What’s on the agenda: Explore our internal apps and gain tips to improve your own operations. Uncover the possibilities with data fabric, AI, total experience, and case management. Engage with us and get your questions answered in real-time via live chat. Turn on notifications to make sure you don't miss it!
Why I cant see the database and admin in top grid. I am trying to create a database for my application
Hello, Could you please confirm is there any way to test appian application using fitnesse and cucumber (Selenium BDD) both tools. Also, how to integrate fixture files in fitnesse for appian application. Thanks in Advance.
I am facing issue in identifying the objects using Selenium/Java on sample Appian application available at Community edition site as below: Similar issue I am facing in working project screens for one of the clients. 1. Multiple - Dropdown: The dropdown values are not defined as Static. The <div> id has changed whenever page is getting reloaded. 2. Date Selector: The <div> id has changed whenever page is getting reloaded. sendKeys () method is also not working since the field was changing dynamically.
In exercise 8, when I want to do "Start Process for Debugging", I get the following error whenever I try to enter values into the fields "Expression evaluation error [evaluation ID = FI5GM] in rule 'wsaa_addvehicleform' at function a!fileUploadField [line 107]: WSAA Vehicle can only be indexed into using square brackets or the index function" Could someone help me to fix this?
a!startProcess( processModel: cons!CE_GERAR_PIX, processParameters: { token: local!token, idSolicitacao: ri!idSolicitacao, valorPrevisto: local!value_for_payment, fileHistoricoContrib: local!uploaded_contrib_history_file[1], result: null }, onSuccess: a!save( local!test, fv!processInfo.pv ) ) The result is not being updated from process model As it's a portal, I can't use a form inside the process model. At the Output, as you can see, the result is being stored. The process instance stores the variable, but it doesn't load the `Result` for the interface The instance: So what should I do to accomplish it? Any documentation into that? the interface onSuccess calling doesn't fully load the values I am expecting
Hi Please tell me how to use sync record smart service. here is my configure result. I got a error. I do not know what is causing issue
Hi, I am unable to login to my community edition site from my personal laptop but can do so from Company laptop. On giving creds, it says " Unable to sign in". Can anybody give me the reason for this ?
Hi Team, We are facing issue to select value in drop downs - Drop down 1 and Drop down 2. We are working on FitNesse /Appian 24.1 using Wiki Keywords as below: |populate field |Drop Down 1|with|Cover1| |populate field |Drop Down 2|with|Cover2| Error in Test - Timeout period reached: Wait for Field - Drop Down 1 Please suggest to resolve this issue and how to select respective values in both drop downs using Wiki Keywords. Thank you. Shivi Khan
Join the Appian Community Hackathon! Work in teams of 1-3 developers to build a new, scalable AppMarket Utility that will help Appian developers create beautiful UIs efficiently. Submit your project by May 24, 2024, for a chance to win cash prizes and more. All submissions must meet the following minimum requirements: Built on Appian 24.2 EA in the official Hackathon Appian cloud environment A reusable UI similar to the Inspiration examples found on design.appian.com Uses translation sets for easy i18n Easily replaceable sample data for general use At least one new Interface Component released with Appian 23.4+ Head over to Community Challenges to see all rules and details.
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.