-
Recently active
Hi Team, we want to understand the behaviour of user input task being accepted by the users. Scenario is we have group of users to whom the created user input task will be assigned and hence two different logged in user of same group in a site opens the tasks at the same time and once use accepts it then when other user clicks on accepts hes getting the message saying User1 accepted the task with a reassign button. When User2 clicks on reassign the tasks gets moved from User1 as well eventhough it was accepted by User1. Kindly make me understand the purpose and best way to achieve the previlages of user input tasks. Regards, Sameer
Hi Community,I have one more query regarding the mobile apps build using Appian.By default, we have the share icon in the top right in Appian mobile apps, so can we remove/customize it?? Also, can we add some more items to the hamburger menu?Thanks in advance.
Hi All, We have a requirement to keep an audit trail of re-assigned tasks. Who reassigned the task, when, and to whom.I checked the documentation https://docs.appian.com/suite/help/23.2/Process_Reports.html#task-report-typebut did not see anything.Does anyone have some hints to achieve this without abandon the Appian Task Assignment capabilities completely? Thanks
Hi team, We are facing one challenge to understand the resassignment behaviour with the user input task. We have two groups G1 and G2. Scenario1: When G1U1 opens the task he will see below options when he clicks on reassign he will see below popup and he reassigns it to G1U2 from the available list and when G1U2 user opens the task he seeing only these options and their is no blue banner. Scenario 2: When G2U1 opens the task he will see below options when he clicks on reassign he will see below popup and he reassigns it to G2U2 from the available list and when G2U2 user opens the task he seeing only these options and their is no blue banner. Why there is difference in reassignment popup between group users and the previlages in the U2 of each group for the reassigned task.
Hi Team, I have tried using Compare and Deploy option for moving code from one environment to another environment. But it seems Last Modified by general account name instead of my name. Is it possible to configure LoggedInUser() who has used that option to deploy instead of general account name. Thanks in advance, Vigneshkumar Radhakrishnan
I'm in a discussion with a colleague on whether its legal to use {} to delimit nested variables in an if statement. I.e.: if( { this and(or( isnull(local!shortRecon.recordsRequested), isnull(local!shortRecon.reconsiderationRequested) ), local!claim.claimStatusId<>cons!OWB_DBID_LOOKUP_ID_CLAIM_STATUS_FINAL_ORDER_ISSUED ) }, and this { this if(isnull(local!shortRecon.recordsRequested),a!save(ri!recon.recordsRequested,false),{}), if(isnull(local!shortRecon.reconsiderationRequested),a!save(ri!recon.reconsiderationRequested,false),{}) }, and this {} ) Is this acceptable use?
Hi everyone, I have to set up a process that is always run, 24 hours a day, 7 days a week. The process is based on receiving emails that are sent to the starting node, I don't know exactly when they are sent and above all the cadence of the process is random: even hundreds of emails per minute can be sent at the end of the day or at regular intervals. How do you set the timer trigger for this case? p.s: i don't have the license to integrate Appian with RPA Thank you all.
For the SFTP connection to establish, The SFTP plug-in asks for the required fields I have the Server hostname, server port, and SSH Key. Can I take other required fields from Appian itself, or Do I need to install any other software?
Hi All, Actually, I am generating a PDF with plugin "Dynamic Document Generator" and this functionality is working well in our dev environment and after deploying it to test environment (plug also deployed) this functionality is not working as expected and the following error I am getting. Unable to figure it out where and what was the issue!! ERROR: /usr/local/appian/ae/_admin/accdocs1/0/-1. (No such file or directory) Thanks In Advance, Gousii.
We are test team working on scripting Appian based webpage. We were using "fixture.clickonbutton("Home");" or "fixture.clickonlink("Home");" to automate the menu "Home" functionality but with recent update that we went from 23.1 to 23.2. Our scripts does not identify Menu options at the top of the page.Menu buttons/links that we can not find scripts (method) for: Screenshot - https://www.screencast.com/t/1cnJKYSBCL83Any update regards the new update will be helpful for us to figure out the issue we are facing.Thank you
Hi Guys, I created a process model which let the user inserts his information then save them to the database, it worked fine, but doesn't save the data to the database. When I did refresh I got this.
Dear Appian Experts, I am new to Appian and exploring the capabilities of Appian platform. 1. Which framework is followed to develop applications using Appian? MVVM or MVC or something else? 2. Is it possible to create native Android/iPhone applications from scratch using Appian? 3. I came to know that Each Site/Portal has limitation of using maximum 5 pages for UI. Can we create a custom web/native application with any number of pages?
, May I know How to create fringe benefits grid( from the above picture)? I tried like below..,for percentage & Amount column, If I insert a value for one row , same value is being reflected in all the newly added rows, I want to add desired value for each row under percentage & Amount columns.., a!sectionLayout( label: "Fringe Benefits", contents: { a!gridLayout( label: " ", labelPosition: "COLLAPSED", headerCells: { a!gridLayoutHeaderCell(label: "Fringe Benefits "), a!gridLayoutHeaderCell(label: "Percentage"), a!gridLayoutHeaderCell(label: "Amount") }, columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE"), a!gridLayoutColumnConfig(width: "DISTRIBUTE") }, rows: { a!gridRowLayout( contents: { a!textField( disabled: true(), label: "F.I.C.A", value: index(local!FringeBenefit,1,{}) ), a!textField( label: "Percentage"
I have a grid with data from the record type, I should have a link a column to either withdraw or cancel. when a user clicks its. The status in the record type has to be updated .UI below when I am trying to update the record type it shows error. Please help error:
Any example with search in editable grid (Filter data)
Hi All, I have to provide document size validation in file upload field like if uploaded document is more than 10 MB,I will display the validation error. I have two buttons Submit and Cancel ,and for each the submit parameter is set as true() . For submit button the validate parameter is true() and for cancel button the validate parameter is false(). So ,when the user uploads more than 10MB,they not able to submit until they reduce the doc size and for Cancel we are not saving the document into Database. But here I am facing the below issue, When the user clicks on Cancel ,it not writes in Database as expected ,but it saves in the Appian folder, since it goes out of the node. So please help me if there is any way to avoid saving this file in Appian folder if document size is more than 10MB. Thanks in Advance!
To write the System log files in the form of a table in the database, I tried to connect the "Reader Log" plug-in from Appian App Market But here I'm not sure how to proceed further. Does it contain any Documentation?
actually i am facing the error mentioned .. i dnt know why i cant directly pass the values local!exisitngLinkData: if(isnull(local!existingData['recordType!PRO Viable Lead.fields.viableLeadId']),{},rule!PRO_qrtExclusiveVendors( viableLeadiD: local!existingData['recordType!PRO Viable Lead.fields.viableLeadId'] ).data), local!lookupRefId: if( a!isNullOrEmpty( local!exisitngLinkData['recordType!PRO Lead Exclusive Vendor.fields.lookupRefId'] ), {}, local!exisitngLinkData['recordType!PRO Lead Exclusive Vendor.fields.lookupRefId'] ), i dnt know why i am getting this error ... can anybdy help me on this ... i know vlaue i am getting is null .. what should i do ..
Hi Team, I have few files which get downloaded in my Appian server. I have a requirement where I need to pull these files from server and make these files available to the user. Can someone suggest how to achieve this? Also if I want to send these files from server as an attachment in my 'Send Email' smart service, will I be able to do that? If yes, please tell me the process. Any suggestion would help. Thank you
Hi everyone,I have a requirement to trigger a process from a notification click sent by pushNotification smart service. Have anyone come across this requirement before or any suggestion on how it can be achieved? Thanks.
When I tried the support page on the community site here, I clicked this button:I wanted to ask about this because I'm having the same problem as this: https://community.appian.com/discussions/f/general/23264/community-instance-goneI can't find my community instance and there is no button or panel to create or reset one anymore, my "instance" is just gone entirely. I haven't logged in in a while and it was very confusing to understand how to proceed with the tutorials without an instance to use...Could someone please fix the support page? Could someone please fix my community instance? Thank you, A
Can we access the configuration of created objects. Where it will store and Do we have any rules?
Hi, are there any options in the readcsvlog plugin to extract specific columns? And how that csv can be stored in a table?
Recently, I have been receiving all the pending community emails, all at once. And it happened 3-4 times. I can turn the notifications off but I want to be notified about the discussions of my interest. Can someone in the community team please fix this or give us a temporary solution?
Hi all, Our process model is sending a notification to a group email of about 700 or so people (xxx@abc.org) but it's not working. The notification email doesn't get sent out. However, we've tested the same process model with different group emails (yyy@abc.org) that have less people, probably like 20 or so, and that works. The process model is using send email smart service. Any thoughts? TIA
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.