-
Recently active
Team- Is there any feasibility to disappear search box if i click on any where on screen white space instead of click on same search box for hiding. from below screen i clicked search icon after clicking on search icon below text field is appearing. this is fine for me same way when i click on some white space on screen it should diapered/hide. after it should come to like this. please suggest me how to do ?
Hi All, we want to display table in below order for each customer. Could you please suggest me how we can display customer details in single column and if we get multiple customers we have to display as mentioned below. We are using dynamic docx document using a template docx & I am able to achieve Dynamic Table in Word document when customer details are displayed in row wise .But I couldn't able to display record details in column wise. Any help is appreciated. Thanks
I encountered a problem with "There was an error in an expression in Process Model Properties at Process Start Form : Neither variable(s) nor rule(s) found: type" when I made a data connection between the interface and XX and then published it. variable(s) nor rule(s) found: type", and then there was a "Missing keyword syntax" message in the interface, and I don't know if there is a relationship between the two.
Users of mobile app that we are developing on Appian, expects badge count to be shown tagged with the App. This badge count represents count of actions within the App. And, this count is available in the form of DB records, but not as a typical Appian task. I could not find any posts that are specific badge count. Any suggestions please?
While looking at the grid I see that Mike posted the last comment. But when I navigate into the topic his post is not visible. I suspect is was deleted and the grid does not account for that. If so that seems kind of weird.
In my community notification email weird stuff is happening. Should I be seeing this token? lol
Team- we have one requirement that the when mouse hover particular tile that tile should be little bit some appear share. like we built in java, angular. can you some one pls suggest which code i need to use to achieve this. Not only tile any text field also needs highlight on particular text field.
Hi All I want to create a CDT and an interface by passing JSON script Or even if I can pass json and create an input field in interface eg.[{"fieldname" : "name", "datatype": "varchar"}] this should create an input for name and datatype varchar. I am at beginner level in appian...please guide how can I proceed.
in the editable grid i am having i am displaying Questions and some other values on the basis of Sort id , Where sort ID is not primary key , i have also provided button to add new rows in between existing rows . below code works fine and increment the values automatically if new row gets added in between a!imageField( label: "Add " & ri!index, images: a!documentImage( document: a!iconIndicator("ADD"), altText: "Add Question", caption: "Add Question Here", link: a!dynamicLink( label: "Add Question", value: 'type!{urn:com:appian:types:Test}Test_Question'( entityTypeId: "", activeFlag: true, contentAreaId: ri!contentAreaId, createdBy: loggedInUser(), createdDt: now(), modifiedBy: loggedInUser(), modifiedDt: now(), questionIsRestricted: true ), saveInto: { a!save( ri!questions, insert(ri!questions, save!value, ri!index + 1) ), a!save( ri!questions, a!forEach( items: ri!questions, expression: updatedicti
Any location to get some sample appian projects?
Does anyone know of an OTB or plug in to be able to use a USB compatible weight scale to populate a particular field in an interface? Looking to be able to place items on a scale and it auto populate the weight similar to what UPS World Ship does. Thank you
Hi Guys, I am using the data subset to fetch the data to interface but the total count of rows are automatically showing in the interface. It might be identifier as well not sure why the count is showing ? Please suggest how to remove the items from interface? Please find the below screenshot for reference?
What's the best practice for this use case? I have XML with the data similar to this: In DOCX document i would like to achieve this: So, how can I configure my template to loop inside the loop? I believe it would be something like this: But I'm missing this code for looping inside each employee tag.
I have a dashboard-like page that contains a grid with a list of all outstanding tasks. One of the columns in display is 'Task Status' and my aim is to distinguish the tasks that are currently being viewed/edited by someone. Since Appian OOTB status values don't provide such distinction (e.g. "In Edit"), I'd like to know if anyone has experience in implementing said capability or can offer pointers on how it can be done, if possible. Thanks in advance!
I have a form with two fields having similar names: Field 1 is "Initiating Location with code". This field is non editable field. Field 2 is "Initiating Location". It's a drop-down field. With fixture.populateFieldWith("Initiating Location","Africa") Appian Selenium API is not doing anything, It looks like it's trying to set value "Africa" in Field 1 but since, it's non-editable, nothing is happening. I also tried with field index it doesn't work either. fixture.populateFieldWith("Initiating Location[51[","Africa") AND fixture.populateFieldWith("[51]","Africa") is not working. Please suggest an alternate approach.
Hello. I have a question regarding process models when setting scheduling to repeat a node daily. If the scheduler is set to repeat daily on weekdays, does this take into account holidays we have inputted into our calendar as well? I could not find documentation going into it. Image below. For context I want to have an email sent every nonholiday week day for 14 days.
How to Trigger blue prism bots from appian??
Can we call SOAP calls in appian? if so, how?
We developed a grid view with an action associated with row-click event. Is there a way we ignore a double click event triggered by users?
Hi community, I am wondering how the following use case will affect recourses and/or if there is a better way to approach it.I have to fetch several date from a JSON respons where the data I need is stored in multiple and long JSON paths, some 8 levels deep.there is some kind of root path to begin with that starts with the local variable that contains the total respons. e.g. local!totalRespons.result.body.serverInfo (root path) then refer to this root using a local variable named local!root. then the response has two main "branches" person and company. So I could make two variable local!person: local!root.person. and local!company: local!root.company. I can continue to define the local variables this way multiple levels deep. This way in my opinion the code is easy to read and is easer to fetch data using short paths, same reason for using dot notation opposed to using index .But in this approach all this variables depend upon each other but the values all depend on the
Hi All, Could you pls answer the below questions 1.What is Escalation and Exception which scenario will use?2.How do u confifure Parallel Processing in Process Model?3.Wta is Write to single and multiple write to datastore smart service?4.Different example where we use single and multiple write to datastore smart service and best practices of using them? 5.What are the different types of log file? Thanks in Advance!
Hi, I am facing an issue with scrolling up & down while selecting any value in multipledropdown list on interface form. can some pls suggest to stop or restrict this functionality. as per below screen, i am doing scrolling up my form page and it was scrolling up even dropdown field also moved up. this should not be like this. if i clicked on dropdown field page stop at there i can not moved up until unless i dis selected.
I created a group and I have two interfaces where only the members in that group can see and make any approvals. Any suggestions?
Excercise is to have below output - 02/06/2021 02/08/2021 02/10/2021 02/12/2021 Startdate 02/06/2021 Enddate 20/12/2021 Noofintervals 2 months any idea to achieve this?
Grid rows are shown on the based of sort id , I have implemented add button in the grid just to add the new rows in between the existing rows, i have to update sort IDs if i am adding one or more than one row in between existing rows. For an Example if 1,2,3,4 sort id's are already present and i am adding new row in 2nd index then existing 2 row id should change to 3 and remaining should increment . Where sort id is not primary key But the question id is . a!imageField( label: "Add " & ri!index, images: a!documentImage( document: a!iconIndicator("ADD"), altText: "Add Question", caption: "Add Question Here", link: a!dynamicLink( label: "Add Question", value: 'type!{urn:com:appian:types:Exit}Exit_Question'( entityTypeId:"", activeFlag: true, sortId:ri!questions[ri!index].sortId+1, contentAreaId: ri!contentAreaId, createdBy: loggedInUser(), createdDt: now(), modifiedBy: loggedInUser(), m
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.