-
Recently active
rule!INO_WidgetAgentBreakTimeMonthlyDrilldown( if( ri!selectedDateRange = cons!INO_DATE_RANGE_16_WEEK, daily16WeekAgentTaskProduction: ri!daily16WeekAgentTaskProduction, taskProdutionList: ri!dailyAgentTaskProduction ), selectedMonth: local!selectedbreakTimeMonth, selectedYear: local!selectedbreakTimeYear, selectedWeek: local!selectedbreakTimeWeek, selectedDay: local!selectedbreakTimeDay, dateCategoryList: local!categoryList, selectedDateRange: ri!selectedDateRange ), the error is coming for this If condition. Please tell me how to solve?
Appian promotes navigation sidebars which gives you a possibility to have multiple interfaces on one page on one side. I really like this approach and patter but our users complains on 2 things: 1 State is not saved - when user click on something to start process (startProcessLink) then when process is done user is redirected to main page (filters are gone, Appian does not remember from which page user stared that process. 2 If you save 'state' to table (fact that user was on particular ui) then users cannot use Application on 2 or more Chrome tabs. Appian gets their state from db and move them back to same page on all tabs. Any thoughts how to address this lost state problem? Navigation patter: docs.appian.com/.../secondary-navigation.html
a!localVariables( local!monthYearList: a!forEach( items: ri!dateCategoryList, expression: { month: month(fv!item.value), year: year(fv!item.value), day: day(fv!item.value), name: fv!item.name } ), { a!lineChartField( label: "Conformance", categories: ri!dateCategoryList.name, series: a!chartSeries( label: "Conformance", data: a!forEach( items: local!monthYearList, expression: a!localVariables( local!month: fv!item.month, local!year: fv!item.year, local!day: fv!item.day, local!week: fv!item.name, local!taskProdutionList: index( ri!taskProdutionList, where( a!forEach( items: ri!taskProdutionList, expression: if( ri!selectedDateRange = cons!INO_DATE_RANGE_16_WEEK, and(todate(fv!item.weekDate) = todate(local!week))
Setting up a new dev app on Appian Community Edition. Connecting to MySQL cloud database. Receiving "Test Failed" error while trying to create MySQL Data Source as Connected System. Able to connect to the database in question via phpMyAdmin over browser. Thoughts? Thanks.
Hi, I'm using v22.4 of Cucumber for Appian and am trying to make sense of the following entry in the CheatSheet.feature file: # Used as relative datetime for date/time fields: Given I set start datetime Is there a way to dynamically set the date and then use as input in dd/mm/yyyy string format? I'm struggling to find any good documentation on this. Thanks, Paul
I've raised these issues to Appian in a support email, and no response was returned, and I have not seen any improvement in the problem in the year since. I've spotted two major issues with the Appian automation framework, which are just lousy coding and must be resolved. Problem 1: The Tear Down Method Currently Appian introduces the teardown method as a step in your feature file. This is a problem for two reasons. 1. Ending the test execution early will never reach the teardown method. 2. A test that fails before it reaches the teardown method will not be adequately torn down. Impact: When you do not tear down the Chrome or Ghecko driver, you have two major issues, one minor annoyance and the other more significant. First, the browser will not close. If you run the test ten times, you will have ten browsers open. This alone may not be a big deal since you can close them, but the bigger problem is that the Chrome driver instance will still be alive in your processe
Hi, I actually wanted to know if is there a way to track the no of users logging into the project in real-time in Appian?
I have a string something like "***-***" I just want to check if the string contains "-"?What is the best way to achieve that?
I want batching for looping process suppose i have 1000 id's and i want to execute loop with 200 batchsize. a!forEach( items: local!id, expression:fvi!item )
Hello Team, In our self-managed environments, we are not receiving Process error alerts. Do we need to enable/specify any properties at custom.properties at APPIAN_HOME/conf directory? if so please let us what are the specific properties need to configure? Thanks in advance.
Hi All,We've migrated from one Appian instance into another. Part of the application functionality is uploading the file and storing the document id in the database.After migration we continue to use file upload and the new Appian instance will assign the document ids. Obviously in such scenario those document ids will repeat and we will end up having two records referring to two different files with the same id.The physical storage of the documents is resolved by integration with Filenet and it's not really a problem.The question that I have is if we can manipulate the sequence of assigning the document id so we can prevent duplicates (other than via a manual dummy process).<Appian on prem, v22.4>
Hello! I just want to know if it even possible modify this menu: Because we need a navigation tag (role=”navigation” ) or something similar and more accesibility control, but we don't find anything.
I have list of objects I want to reuse in different application. How can I import object as new object with New Application Prefix. Duplicating each object will take time. My goal here is to make objects which are reusable for future. Please let me know if more information needed.
Removing because it's not relevant to the community [emoticon:c4563cd7d5574777a71c318021cbbcc8]
Hi All, We have an application, where users can book the seats before going to office. Currently application working like - If user A books seat 100 for Date: 20-May-2023 and user B cannot book the same seat 100 for same day Date:20-May-2023 here, if seat 100 is already booked by other user than we are not displaying the seat 100 value in dropdown. We got one issue in production that, same seat 100 is booked by user A and B for same day 20-May-2023 at the exact time which is observed in process variable. How to handle this to avoid booking same seat for same day? We are calling process on click of Book button, here in process model activity chaining is enabled before Write to Data store entity. My doubt is whether this activity chaining causing this issue? Please suggest if any solution is available.
Hi Experts, Can someone help me to understand why Appian sets the CHARACTER SET as utf8mb3 for the varchar column even though we have CHARACTER SET utf8mb4, Using Appian 22.4 cloud instance Thanks, Gaurav
What is the recommended best practice for Search Record List Limits from a table? Are 500,000 records or less acceptable?
Is there a way to identify the number of logins from past 6 months? I know we can access the login -audit files manually but that would take a lot of time. Is there another easier way to fetch it via rule? Please advise.
Hi all, I've got OpenID Connect (Google) set up on my environment for SSO and it works perfectly. I've got SSO set up for employees but guest/test accounts still use the usual username/password to access the environment. Problem is that all of the usual login links my-environment.appiancloud.com/ or my-environment.appiancloud.com/suite/ or my-environment.appiancloud.com/suite/tempo/ all now default to the Google page where you select your Google account to log in with. That's fine if you're an employee but if you're not, there's no option/link to redirect you to the native Appian login page my-environment.appiancloud.com/suite/?signin=native to enter your username and password. Unless somebody knows the native link, they'll just be stuck in a Google and Appian loop where they're unable to sign in. If they try their Google account (which obviously won't work as they're not employees) it takes them to the Unauthor
Hi all, I am facing some error regarding insufficient group permission. I used a!isusermembergroup() function in a query filter inside applywhen parameter for validation to get list of tasks for a particular group. I am not ale to view the tasks if I am not part of admin group. The visibility permission is "Restricted" for all the groups and gave administrator access for admin groups in security .Please let me know how to resolve this error on insufficient permission.
How to change Appian configuration so that all Appian servers don't send publish emails to users.
Hi all, I'm exploring OpenID Connect to use as a SSO. I'm following these links for set up https://docs.appian.com/suite/help/23.1/OpenID_Connect_User_Authentication.html and https://tony-marziano.medium.com/walkthrough-google-openid-connection-with-appian-23-1-a397b67611e4 In the field for Authentication Group, I obviously need to specify an existing group object. My question, do I first need to create a new application, ie: OIDC, and in that application create the group? Or is there some other location for that group to reside? Many thanks,Uel.
I have 120 rows in array but i want to loop only first 100 rows using foreach function. Please advise.
Hi Team,we are moving away from legacy (Base64 Auth) and move to SAML authentication and once the migration is completed we have to ensure MFA is working through our IdP (Azure) and ensure that anyone authenticating to the system has MFA enabled.Can you please guide me through the exact steps to implement this process. Please let me know if any further information is required
Hi Team, Does SAML protect cross site request forgery token attack? A CSRF token is a unique, secret, and unpredictable value that is generated by the server-side application and shared with the client. When issuing a request to perform a sensitive action, such as submitting a form, the client must include the correct CSRF token. Otherwise, the server will refuse to perform the requested action. Please let me know if any further information is required
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.