-
Recently active
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
Hi All I am exporting data into excel template from database table. In table there is one column having decimal value. But when exported to excel template the decimal values are truncated. Can anyone please help me out?
Hi, I need help, well I need to make an evaluation from a process some data of a constant, this constant contains two decimal data. I have something like this With( Pv!httpCall=200, Pv!evaluate<cons!DATA_TO_EVAL ) Assuming that my constant DATA_TO_EVAL, currently has only one data, I need to put two data in it, Before I put two data to that constant, (originally it had 100, now in an array that constant has 100 and 50) How can I do that evaluation from my process parameters as expression I have tried doing an if If( cons!DATA_TO_EVAL,100," IS HIGHER" ) But I don't get what I need, I don't know if I made myself clear, thank you very much...
Hi All, How do we calculate node completion time. Thanks in Advance! Regards, VK
Can I edit a form up to 5 minutes after click on submit,
Hi all, Actually, by using Dynamic DOCX Template I am generating a PDF. Now I want that PDF ID to save in a process model. I tried by creating a process variable of type number integer and tried saving the generated document from the plugin into the process variable and didn't work out!! Can someone suggest me how can I achieve this. Thanks In Advance.
Hi, I have a plain Interface where there is a recordLink to the summary view of a Record Type.In preview mode the Interface works well: the link succeeds in opening iebr.appian.community/.../ [...]But when the Interface is launched as a starting module of a Process Model the link doesn't work anymore and returns a 403 message (Access Denied). In this case, it tries to open iebr.appian.community/.../ [...].My authorization levels seem ok.Where could be the problem? Many thanks
Hi I have a use case where I should navigate from my interface to another application and should create an object and after saving the changes, once it is saved it should again redirect back to interface
Hi Guys, Can you please share the details how to get all object type and Description for my Application. I have tried with getcontentdetailsbyuuid and get the attributes of the objects with type. But not description. Kindly help on this. Thanks, Pradeep Sridharan
I want to implement a scenario where a User Input Task is getting assigned to a configured user in loop which is getting executed based on some real time data, please see the screenshot below to understand the scenario better. The issue here is when 2nd time I'm reaching out to Approval Task I'm not able to open the interface it says "The Task Could Not Be Submitted The task has already been submitted." Please see below Neither I'm getting any notification email for this Task. Can someone please suggest what am I doing wrong here, or if there is anything wrong with this implementation.
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.