-
Recently active
We have an offline Form (primarily used in Appian mobile App) in which we need to provide an option to print the form (similar to browser print in mobile). In IOS device we are getting the browser print option but we don't have anything like that in Android devices. Screenshot from IOS having print option highlighted in blue Screenshot from android where we don't have print option Could you please suggest how to incorporate this?
Hello All, Is there a feature like PEGA's Email Listener that accesses external email services and notifies them via Appian? What I would like to do is to have Appian notify or initiate a process when a value defined in Appian matches the sender of an email received by an external email service. Any clues you can give me on this would be appreciated.
Hi, I have a requirement to display the header and footer on every generated page of the PDF report through HTML I tried using header and footer tags, but that is not working
Hi everyone, I'm getting an error while querying data. Scenario here is logged in user will have multiple countries associated. so when user logs in we are fetching loggedin user counties and passing the list of country id's to the view to get data. when user having upto 70 countries it is working fine but when exceeds it is throwing error. Can anyone please help me how to resolve the issue. PFA image
How to Query a database values which exceeds the memory limit without any filters. Is there a way we can just type the first 3 characters and the respective values should be fetched?
Hello, I need to pass the yesterday's date and a specific time to a variable of dateTime type. Basically today I want to get all the data which is saved in database yesterday. How to achieve this? Thank you.
In an Appian paging grid, when clicking the "Preview" text in one of the columns, the goal is to display the data from the PDF document in another tab and provide an option for downloading. How can this be implemented in Appian?
Hi I have data type which have data with site id, site name, workingstartDate, workingendDate. I want to create line chart which is for each day of month, nu of sites worked? how can i do that?
How can I show warning message in the top of the form I have two field one is region that is multiselected and another is geography that is single selection if I selected region like 3 value APAC,EMEA,NAM and after that I selected from geography NAM if both value are matched then warning message will be not shown if value are not match in both field then warning msg will be shown on the top of form
We're developing an app that will be used on both Android and iOS via the browser. We have everything working for both mobile OS, but the Video Content Field is giving us some problems on iOS. We store some videos on Sharepoint and then play them on the app using the link of the Sharepoint file. This works on both PC and Android. But on iOS, no matter the video format (MP4 or MOV), it just gives us the video player in black with no option to play the video. The same video, on PC and Android, works fine. Be it an MP4 or MOV video Has anyone encountered this issue on iOS and has a way to fix it? PS. Tried using the Advanced Video Player plugin, and it gives us the same results. Also on Safari, Chrome and Firefox
Hi, I have a column layout that has flexible number of items.However, when the number of items is too many, the items will be squeezed and distorted.In front-end project usually resolved by having a horizontal scroll bar, what's the Appian's way of suggestion to resolve this situation? Thank you.
Hi All, I have 2 site pages A and B. There is a link on page A and on click of the link the contents in site page B should be displayed. Can anyone please help me how to achieve this?
Hi All How can we see user last login details? Right now I am using this function getlastlogindatetime but it onlys shows only for those users who logged in with in 30 days. Can anyone tell me how can we see those users login in date and time which are logged in with in 90-120 days? Many thanks in advance
Hello! I have a multiple series bar chart with stacking and I needed to show in data labels both the percentage and the number of cases (absolute value). In the image I'm showing only %, but I also need the number of cases: I can show one or the other managing the stacking configuration field, but not both. Is there a way I can do it? Thank you!
Hi, I got the certification on July 29, 2022, to maintain the certification I saw that there are release courses. I would like to ask, which releases are mandatory in my case? Only the 22.4 and 23.1 or also the earlier ones? Erzen
Hello everyone Iam struggling in finding the SAIL Design system inside Figma , is there a way to do so?
Let me share with you the results of this code snippet a!map( length: length(local!taller.resultado.contractSetting.annuitySettings.paymentMethods), pm: local!taller.resultado.contractSetting.annuitySettings.paymentMethods, isnull: a!isNullOrEmpty(local!taller.resultado.contractSetting.annuitySettings.paymentMethods) ) I'm wondering why length of a null array is equal to 1.I appreciate any explanation to this. Regards
Hi Team, I have been struck in the process where the document is uploaded in interface. Is there any option where we can view that document without saving the document in Document folder. Note: Here, I want to preview the document without saving in the folder once I upload the document.
I'm trying to learn the best method for reassigning multiple tasks. I've created a process task report, but it only allows re-assignment of a single task at once. I've seen a few posts on the subject, but they are pretty dated. What's the simplest way to achieve the ability to re-assign a handful of tasks? Thanks in advance!
Hi All, Iam new to Appian platform. Please assist my query. In Appian how to verify specific user have access to Appian application or not? any one can share steps to verify user have access or not.
Hi all, I have a scenario where a related action opens a pop-screen for users input. If user hits the back button the pop-up goes away but the instance is active in backend, and on hitting the related action again it creates a new instance. Is there any way by which the instance is cancelled on hit of back from browser.
Hi Team,I have a use case to refresh the grid based on data inputs by the user. I have a text field in which user enters a id. In the grid field data parameter I'm using a!recorddata along with a!queryfilter for filters. In a!query filter I'm using that local!id, every time user changes the value of id field, the grid needs to show updated data. I tried with refreshonreferencedvarchange but its not refreshing.any suggestions or solutions pls.Thanks,Navin [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
Is it possible to open windows explorer folder of documents through interface. if yes then how?
i want to add two filter about departemnt and status above list how can i add it? and my expression is written below a!headerContentLayout( header: {}, contents: { a!gridField( label: "タスクä¸`覧", labelPosition: "ABOVE", data: a!queryProcessAnalytics( report: cons!DM01_process_report_pointer, contextProcessModels:cons!DM01_process_model_pointer, query:a!query( pagingInfo: fv!pagingInfo ) ), columns: { a!gridColumn( label:"タスク内容", value:a!linkField( links: a!processTaskLink( label:fv!row.c0, task:fv!identifier ) ) ), a!gridColumn( label: "departement", sortField: "c4", value: fv!row.c4, align: "START" ), a!gridColumn( label:"status", value:rule!DM01_GetTaskName(status: fv!row.c1) ),
I have a CDT declared as ri!input. The expectation is to create a section with text field which would have 1 value from cdt.(user value as per below image) The rest of values of the cdt is gotten via the grid layout.(countries, home country) I face an issue when i update a value in the text field , automatically a row gets added in the grid row layout as highlighted below. As one value is procured in the text field it expects value in the grid also to be populated. please let me know how this can be fixed as the text value is required field not the grid layout would be mandatory As this row is automatically added it interrupts the validations. I have tried to save the value in the ri variable in child form and dealt with local variable in parent form but no luck. Also the value when got from the local does not display in subforms in PMs The ask is if the user field is updated and if no values in the grid then the user value should be added to cdt but should not display
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.