-
Recently active
Hi, We have a process and a start form interface with a "Save draft" button and a "Write to DB entity" at the end of the flow. - Could you tell me where Appian stores its data when the user clicks on this button please ? (in a task, in a dedicated Appian table ?) (the corresponding DB table is not impacted as the smart service of the next node is not called yet) - Does this action can be linked to an event, to accomplish some tasks ? or Draft option is a completely internal Appian option ? Regards
Hi, Any know how to achieve the below circled type of Tab format.
Hello, I would like to display an HTML document in an Appian Interface. I don't want to download the document but instead I want to be able to just show it. I've tried using a couple of components like "DocumentViewerField and WebContentField". However, both have problems. WebContentField throws an error if the content is from the same domain DocumentViewerField does not display the HTML What is another way to do this? Basically, my use case is to display the HTML document and be able to click on a button link to an external application. Regards, Le
Hi all, We have a process that runs every night. It makes calls to a java plugin that is slow. I am wondering how we can improve the performance. I thought of placing the java plugin call in a subprocess and call it with the Start Process smart service to make sure that there is load balancing in place. However the Start Process SM is asynchronous and we need to have a list of the calls that returned an error. I think having load balance could improve the performance. Is there a way to mitigate the fact that is not possible to return parameters from the subprocess? May be we can write the success/errors calls into a table? Or may be there is a better way to store the response messages? Is there any way to make sure that there is load balancing across the appian engines without using the Start Process smart service? Changing the plugin is not an option at this moment but it could be explored later on. Thanks a lot
Hi All, I have a requirement that to validate email in the form of case sensitive but appian by default takes case insensitive. Can anyone please suggest the solution? Thanks & Regards, Saidivya Minna
Hi can anyone send the doc/ let me know the details how to create a patch and how to moves the objects to UAT/STG suggest me if any videos available on this in community
I have an array of strings but when I use the tostring function on the array there is a semicolon in-between each string. How do I get rid of the semicolon and if possible get rid of them with out spaces being left in there too. ex) tostring({"123","456", "789"}) -> "123;456;789" what I want is "123456789"
While troubleshooting an apparent error just now, I noticed that all completed instances of a relatively simple process with an AND gateway had failed to execute both of its outgoing paths. The key factor here is that the process chains (unattended) all the way to a Terminate node, presumably because after the user submits their task in this subprocess, they're expected to chain into a followup task back at the parent level. However I never realized this constraint was in place - that is, the process executes all possible chained paths (up to and including a terminate) before it will execute the other AND gateway outputs. This seems like a bug to me - but am I wrong? Has anyone else noticed this? I was able to recreate the behavior with this very, very simplified example process, if anyone's having trouble picturing what I'm referring to:
I am having issue running Fitnesse on Amazon Linux 2 serve. Same configuration works in Windows 10 laptop. Here is the error I am getting when I try to run test in my Windows laptop against Fitnesse installed on Amazon Linux 2 server in AWS. Firefox browser and driver have also been installed but not GUI installed in Amazon Linux. I am not sure if GUI need to be installed in Amazon Linux. Error: __EXCEPTION__:org.openqa.selenium.WebDriverException: invalid argument: can't kill an exited process Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:17:03' System info: host: 'ip-10-0-1-12.ec2.internal', ip: '10.0.1.12', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.109-104.500.amzn2.x86_64', java.version: '1.8.0_312' Driver info: driver.version: FirefoxDriver Any help would be appreciated. Thank you.
Hi, I want to download a QR Code (PDF document) by a button click instead of a download link. Also, I want to print the QR code by selecting the printer. How can I achieve these two functionalities? Thanks
I have a user picker that selects max 3 users. In the process model I want to send the email to all the users in the array of users.
Hi All, Our Requirement is that we have two tabs in one Tab i have user Info on the another Tab is about filling Loan details . I have made certain fields required in both tabs.When I switching to another tab it is not validating the required fields of the previous Tab and storing it in the datastore . I used parent and child interface model to have these tabs. Is there any method to achieve this requirement? Thanks, saidivya.
Hello, I need to download multiple documents in the same link, is it possible?
My requirement is to display the date-time field in (dd-MMM-yyyy hh: mm a z), I am able to format using the date text function but the timezone is coming as GMT +5:30 when the user changes the timezone setting for eg (IST) other than the system default timezone. I wanted to know if there is a workaround to display timezone in short form, for eg IST, EST, etc.
Hi all, We have an Appian interface into which [at present] the users type in some details about a particular area of land - such as its lot number, street address, postal zip code, and the local government jurisdiction that it falls under. However, all of this information is available in our web based GIS [Geographical Information System] which allows the users to search a map [very similar in basic operation to google maps]. At present, when the users want to enter data into the screen provided by our appian interface, they load up another browser window and look up all the details in our GIS system, and then - with both windows open - type in the values they can see on the GIS mapping tool. What we would *like* to be able to do, is to automatically populate the fields in our appian interface from the GIS system. To do so, requires making an api call to the GIS system. If I was doing this in a normal web application, I would do it with javascript that makes a call t
I have this requirement where the task is assigned to approval group members in user input task. They should have ability to return same task to user with the selected return button and escalate with selected button to manager. Any suggestions , how this can be achieved?
Hi Folks, How can I schedule/ trigger my process model so that it will start on a row insert or update in da custom database table. Regards, Ghanashyam
I'm new to Appian and I'd like to know if there is a setting or solution to setup a daily remainder notification for the manager approval task until the task is completed(approved or rejected), as long as the task is pending, the daily notification will be sent. Any insight is really appreciated! Thanks, Tracy
Hi, I have a form which I am using to edit a record. I have a validation in the field like when the user tries to enter some number, I am have to ensure it is not existing. For this I have written a rule and ensuring the user is not enter the existing number. The issue here is, the validation is firing in the page load itself. I was expecting it will fire when I star editing the content in the field. Any solution to this please. code:
Hi Everyone, I have a excel file with more than 50 columns of data and I need to convert that excel to PDF. how can I do that ?
a!localVariable( local!rtYearDatasubset: if( ri!isReviewTab, rule!AS_QRYE_getReviewTasks( selections: { "ReportYear" }, pagingInfo: a!pagingInfo( startIndex: 1, batchSize: -1, sort: a!sortInfo( field: "Year", ascending: true ) ) ), rule!AS_getTasksData( pagingInfo: a!pagingInfo( startIndex: 1, batchSize: - 1, sort: a!sortInfo(field: "c9", ascending: true) ) ) ), local!YearArray:if( or( rule!APN_isEmpty(local!rtYearDatasubset), rule!AS_isNullOrEmpty(local!rtYearDatasubset) ), {}, if( ri!isReviewTab, tointeger( reject( fn!isnull, union( local!rtYearDatasubset.data.Year, local!rtYearDatasubset.data.Year, ) ) ), tointeger( reject( fn!isnull, union( local!rtYearDatasubset.data.c9,
How can I convert a Unix timestamp to DateTime?
My Community edition site is showing "Error Stopping " status, despite the fact that my last login was 2 days ago. Did anybody encountered this issue? Does anyone know how to resolve it?
'
Hello!I'm trying to create a list of groups for an application.What I am hoping to do is have an interface where I select a user and application then I get presented a list of groups in that application (groups will hold an attribute linked with a specific application) - I will then use ismemberUserOfGroup() to have two lists one which displays which groups the user is a member of and one which the user is not a member of.For example:User - John.Smith Application - RandomApplicationTest(Attribute in groups to filter groups RAT)Available Groups Member OfAdmin &nb
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.