-
Recently active
If we have an icon on our interface, ("clickable icon") ----> configured with a start process i.e. when we click on it, a report opens and shows on a new tab, is there a way to show that report in a pop up and not in a new tab? Icon image attached fyr:
In my application there is vendor who comment when submitting a form and when it comes towards reviewer the reviewer comment again.So I want to show it as history what vendor commented and what reviewer commented.
Hi, Our Company wants code signing enabled for all code and we use on-prem Appian. Is there any way this is possible in Appian.
There is a problem with task "Move To Collab" in the process "FILE_SHARED_DRIVE_CONNECTION" Problem: An error occurred in executing an Activity Class. Details: com.appiancorp.suiteapi.process.exceptions.SmartServiceException: java.lang.Exception: User xxxx is not a System Administrator. You must run the Move to Collab smart node as an administrator. Recommended Action: Examine the activity class to correct the error and then resume. Priority of this problem: High Priority This message has been sent by Appian Still even after the node in the process model was configured as "Run as who ever designed the process" says - com.appiancorp.suiteapi.process.exceptions.SmartServiceException: java.lang.Exception: User xxxx is not a System Administrator. You must run the Move to Collab smart node as an administrator.
Hi Champs, Is there any way to edit CSV file inline in Appian screen and storing them back to Appian as document. Regards, Ghanashyam
What Is a function for showing array itoem in ascending or descending
Hi All, Please help me on this error a!localVariables( local!listOfAmendments: if({ index( index( rule!ISR_er_PopulateAmendmentsInExecuteMeetingDataSubset(meetingId: ri!meetingId), "data", {} ), "amdId", {} ) = index(rule!ISR_qry_GetISRAmendmentPrimaryReviewers( meetingId: ri!meetingId, primaryReviewer: ri!primaryReviewer, isActive: true ),"amdId",{}) },rule!ISR_er_PopulateAmendmentsInExecuteMeetingDataSubset(meetingId: ri!meetingId ),{}), /*(Amendment Number, Amendment Reason, Proposal Reference Number, */ /*Study Title, Primary Investigator, Medical Scientist/Proposal Champion (from GIL-134), */ /*Currency, Budget, Slides (Slide for the Amendment) (GIL-263))*/ local!tableAmendmentGridStart: " Amendments to be Reviewed: TA Ref # PI Country Study Category ", local!tableAmendmentGridEnd: " ", local!amendmentsGrid: a!forEach( items: local!listOfAmendments,
Hi, Can anyone confirm if it is possible for Appian to connect with Nasuni. Regards, Chetana
Hi All, Is there any way we can download entire .msg file (including attachments and email body as is) in Appian directly ? Thanks, ND
Hi all, While Data Sync Enable, Doing related action For Update query in the table by using the Write to data store smart service. I am getting data sync error as below screenshot. I have generated the related action by using "generate a Record action". but in documentation said that Immediate sync is possible by using write to data store smart service.But it is failing and returning error as below Thank you.
hi everyone we just have a trouble in data sync. we have created some record types from the database, but one of them failed in data sync. the status is "failed" in sync history. the detail shows "Alert: Unable to sync due to a system failure. Issue identifier: [e0bcc3cb-4961-443e-be9d-ced7237ae97c]". is there some proboble reasons for this trouble? Thank you all.
Hi all, I had a scenario Where i used MNI to start sub process (The sub process creates instance for each item in a parent PV , All at once and moves on each time an instance finished). And Inside sub process i'm just writing to Record , with a wait time which was defined in that parent pv. and i'm mapping output from sub process back on to parent. And on next node i'm appending it to a list. My issue right now was if two sub processes completed at same time one of the two is getting ignored second one getting appended twice to the list. (i Can't use looping ******, cause i want to process all the data once .)
I would like to publish videos and documents using the video component and document viewer component. But when I use them, the component shows a download button. I don't want my published content to be downloaded. Can setting permissions by group solve this problem?
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?
Hi, i just want to know about how can i configure interface which open in pop up window. what is the best way do this ?
Hello Everyone, I have created two schedulars through PMs that executes one by one. But sometimes the first schedular runs longer and in that case I want my second schedular to wait until the first schedular finishes. Can anyone please help me out how to acheive this? Thank you!
I'm trying to figure out how I would configure an expression rule to perform a rolling sum by userId. For a given person, calculate how many hours they worked for a rolling 7 days, and if they have exceeded 10 hours then return true. Otherwise, false. My data looks like this: UserID workDate Hours 1 06-03-2022 1 1 06-04-2022 3 1 06-05-2022 1 1 06-07-2022 3 1 06-08-2022 1 1 06-09-2022 3 1 06-10-2022 2 1 06-13-2022 4 2 06-13-2022 7 Given the table above, it calculates from the current date (inclusive) for the last 7 days. UserID workDate Hours Last 7 days response 1 06-03-2022 1 1 false 1 06-04-2022 3 4 false 1 06-05-2022 1 5 false 1 06-07-2022 3 8 false 1 06-08-2022 1 9 false 1 06-09-2022 3 12 true 1 06-10-2022 2 12 (06-03 dropped off) true 1 06-13-2022 1 10 (06-07 to 06-13) false 2 06-13-2022 7 7 false Is it possible to configure a calculation like this in Appian? For all intents and purposes, once they have broken the 10 hour mark a
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
Hello guys, i would like to ask if there is a way in case Write to Datastore entity fails for some reason to save the error message to PV and display it in interface. My next question related to this is if we can move the process to different path (end node or other path) in case Write to Datastore entity node fails? Thanks
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))
Hello team, I am not able to find out if it is possible to use multiple delimiters in Import CSV to Database object. Some of our users create csv with comma some of them with semicolon and I need to ensure it will work with both options. Based on the object configuration it seems like it is not possible, as Multiple option is disabled. Any suggestion please? Thanks
Hi all, I have a nice process model, let's call it ProcessModel_A The process model has a PV, of a CDT type. Let's call it CDT_A. This CDT has some text and number attributes and also contains an attribute which type is a second CDT, let's call it CDT_B: CDT_A: name - text - no multiple age - number - no multiple ... moreData - CDT_B - multiple There is no database here, just the process models, and no Records, just CDTs. Please, bear in mind that the moreData is a list. I've created a Process backed record, RecordPM_A, of type ProcessModel_A. When I run a query on the process, like: a!queryRecordType ( recordType: RecordPM_A, fields: { [RecordPM_A.fields.moreData.CDT_B] ... when I query it like this, in the attribute moreData it keeps telling me that this is a list of text and is retrieving only the first element of CDT_B. Any idea on how to FORCE it to understand that the list of element
I'm having an issue currently where a single column, very occasionally, will revert back to null soon after it is updated. I set up a trigger that tracks when alterations are made to this column. I then checked all process instances that were running at that time and finally narrowing it down further by searching for PMs that were a depended of the database constant. I find that the only PM that fits the bill is the one that updated from null to 0 in the first place. I was wondering if anyone had experienced an issue like this before. Below are some pictures showing time stamps for when updates occurred. In both instances it is updated back to null very quickly. The first 11 seconds later the second one within the same second. Anyone have an idea of what this could be?
I am generating multiple pdfs from html asynchronously. After all pdf are generated I am merging them using the merge pdf plugin. Is there a way to provide the page number after merging or while merging pdfs?
Hi Team, I'm facing a cascading problem when performing manual deployment. The processModel [id= uuid=...] was not imported because a required precedent is missing: content [uuid=_... location=Process Model Expressions (Rules)] cannot be found. (APNX-1-4070-001) (APNX-1-4071-006) The linkage is like, processmodel has a process start form interface and that interface calls other interface. All the precedents were added to the package, still facing this issue.
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.