-
Recently active
Hi, How to show a checkbox like below Thanks a lots
Hello i'm new to Appian, I want to make sure before completing the traingin, 1- Can i build afull accounting software hrough Appian Low-Code ? 2- Can i sell the program/ Application i will create as Saas on Appian cloud ?
Hi All, Is there anyway to start a process model by using Process Model Id or Process UUID?
Hello, I'm having some trouble with performance on my site. We have a site made up with a record type, and when opening the cases from the list it takes up to 25-30 seconds to open them. We have around 8000 total cases. On our appian site we have enough disc space and cpu following the graphs (disc space around 20% usage and cpu max use 40% on peak). Do you have any recommendation to increment the performance and the opening time, or any way to find where the problem is? I'm asking this for any recommendation before escalating the issue to a support case. Thank you!
Hi, In record type, I use a!startProcessLink to start interface from a item of record list. It must be that: Once "yes" button of Form is clicked user is routed back to list of records with filters being intact he has already applied for in client. But, when "Yes" button of form is clicked, it dose not like that, even that it can't return route list of record. I don't know how to fix it.
Hello, I'm having an strange issue here. I have a grid showing some documents (they are a rule input variable type). To get this documents I have a script that gets their ID from database. The problem is that there is a document with the ID on appian and when I do the tests designing the interface everything seems to work fine with the exact same data. And then on the interface in the record list anything shows but this error in red I would like to know if there is any other way to get this kind of error when the document exists and it hasn't been deleted. Thanks,
Hi I am having a landing page in process start form in that landing page I am having a interface(interface 1) inside that after I hitting the submit button it is going to display and another interface(interface 2) that is outside of the landing page interface .In that Interface 2 there is cancel button when I hit that it want to come back to the interface 1 in the landing page. can anyone suggest some idea?
Hi, I want to know that, Do Appian have any examples of migration from Java swing to Appian? Thanks,
Hi All I am using one text field in my interface and in the display value, I am using loggedInuser() function. and in save into i am doing like the below way, but it's not going into the database. Even i tried like this a!save(ri!comments.commentBy,loggedInUser())
Hello there, I am receiving error "Interface Definition: Expression evaluation error: An error occurred while executing a smart service: The custom cell positions and custom cell values arrays must have the same length. (APNX-1-4505-035)" even though i have exact count on position and values which are 50 columns in count. Any help to fix this issue?? a!exportDataStoreEntityToExcel( entity: cons!VW_ENTITY, selection: a!querySelection( columns: { a!queryColumn( field: "count" ), a!queryColumn( field: "case_id" ), a!queryColumn( field: "case_source" ), a!queryColumn( field: "parent_case_id" ), a!queryColumn( field: "master_account_number" ),
Hi All, I am getting the below error , Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!dropdownField [line 143]: Example can only be indexed into using square brackets or the index function I tried to pass the values of the record type query list values to a local variable and when trying to pull using dot notation or index function in a!dropdown component , a!localVariables( local!List: a!queryRecordType( recordType: 'recordType!Example', filters: { a!queryFilter( field: 'recordType!Example.fields.Flag', operator: "=", value: true), a!queryFilter( field: 'recordType!Example.fields.Date', operator: ">=", value: ri!StartDate, applywhen: (if(isnull(ri!StartDate), false, true)) ), a!queryFilter( field:'recordType!Example.fields.Date', operator: "<=", value: ri!EndDate, applywhen: (if(isnull(ri!EndDate), false, true)) )
Hi Appian Pals, I have an expression rule which is calculating some data and that data is organized into a map and that list of map is being required to be called in a process variable.In order to do this, I created a script task and then, I saved the output of this rule to a process variable and that variable is made using the required CDT.The main issue is that the variable is not getting the value after the evaluation of the rule in the script task.Can you please help me find a way through it?Below is the output of that expression rule in the form of map. I have used the approach to calculate the value using refresh variables with refreshAlways:trueLooking for a better guidance.Thanks in advance..
a!radioButtonField( label: "Status",choiceLabels:{"APPROVE","REJECT","RETURN"}, choiceValues: :{"APPROVE","REJECT","RETURN"} ), a!paragraphField( showwhen(...) ) *if user selects Reject or Return, then only show the Paragraph field.
its posible disable a button when i have a form, with some textfields required? i have a form like this. when I complete the form, the blue button should be enabled, I have local variables where I store my data.another thing we tried to do was to do it with if, but there seems to be a hierarchy.thanks you!
Hi Everyone, I have been stuck in one of my requirement and seeking help. I have a report which gets downloaded in the pdf form. The report should have a page number at the bottom in the form of "1 of 10" like that. Can anyone please guide me how can I achieve this. Please note that pdf is generated from docx template. Many Thanks
I want to add 50+ Appian objects to a package. Actually I need to do this activity on a regular interval to prepare deployment package. so is there a way to do it by writing some script or we will have to add each object to package manually only. I have objects name, type and version with me.
Hello everyone, I have a question, well; I have a rather novice doubt, I have a text, and I want that text to appear in a rich text what I put, but what I am looking for is that as I add data to that text, more rich text will be added, how could I do that? I already added it in local variables, I managed to save it in a rich text, but to not delete this one and make a new one, what could I do? I hope I understand, thank you very much!
Does anybody know any issues with the order being accepted by branch chief, but is then rejected
Business users should be able to model and execute workflow processes , Is this possible ?
I have a requirement where in a text field needs to be formatted in a specified format of "X.1234567", where 'X' and '.' will be a constant followed by 7 digits.If we are typing 123 in the text field, it should be formatted to "X.0000123". Any help would be appreciated. Thanks!
In my interface, I user function document. if( document(tofolder(local!documentId), "size") > 0, true, false )
Hi All I want to comapre the documents which i have uploaded or created. can i get a solution apart from using the microsoft word compare plugin. Hoping a useful answer. Thank you.
# Exploring database things Creating roles adding users to the roles Giving privileges Cloud database throwing me an error when the "create user" command is run MySQL said: #1227 - Access denied; you need (at least one of) the CREATE USER privilege(s) for this operation here, iam the system administrator in my appian site. Do I need to configure anything before I go?
In my dev environment i have plugged in "Google Maps " but the maps are not loading for the given code does i have to plug in "Google Maps Connected System" also because in another environment where "Google Maps version-1.0.5" and "Google Maps Connected System version-1.0.6 " are there it is working absolutely fine or i have to use any api key for loading the maps in my environment? { googleMapsDisplayField( label: "Google Map Markers", labelPosition: "ABOVE", validations: {}, height: "AUTO", googleMapsApiKey: null, mapMarkers: { a!map(name: "1", lat: 13.067439, lng: 80.237617), a!map( name: "Kolkata", lat: 22.572645, lng: 88.363892 ), a!map( name: "Delhi", lat: 28.679079, lng: 77.069710 ), a!map( name: "Mumbai", lat: 19.076090, lng: 72.877426 ) }, zoomLevel: 5, mapCenter: { lat: 20, lng: 75 }, fitBounds: false, enableZoom: true, enablePanning: false, enableStreetView: true, on
Hi All, I have a query related to button in interface, I am working on interface which is similar to record view in interface there is a button component i want that button to work as pop up window. When that is pressed it should open a new interface like a record actions.
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.