-
Recently active
Hi,I have a read-only grid and corresponding filters on that record-type.On the site, when I select a filter, then the records are filtered based on that on the same page.
When I create a view in the datastore entity, it always report following
Hi guys, We have a template document where i am tried to open it but its not opening correctly some data is missing. Is there anyway to open it.
I am trying to upload some files into processmodel, but the "export excel into database" function always report invalid contentID error, then i set a button with "submit:true()" in the interface expression model, each time i want transmit data into processmodel, i click the new set button first, after data being submitted, i clicked the second button which the elder one then it transport all excel files into processmodel successfully and transmit excel data into database without error. However!, interface is fine but if i put it on site or save it as action put on site, each time i click the first button perhaps it is submit:true, then all local!data saves documents are being cleaned up, then it is meanningless to click the second one. I am asking any way if i click the first button can save the data meanwhile not clean the local!documentdata? Thanks
Hi, I want to create an another dropdown on the header. Like how we display all the other sites. Can anyone please tell if there any way we can implement this?
As title the top one is interface without problem, bottom one as published on the site upload is not clickable, why? Thank you
My a!fileuploadField is doing well on interface, but once put on site, a!fileuploadfield is not clickable seems disabled, anyone know how to solve?
a!formLayout( label: "Create Incident Management", contents: { a!boxLayout( label: "Requestor Details", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Requestor", labelPosition: "ABOVE", value: loggedInUser(), saveInto: {}, refreshAfter: "UNFOCUS", readOnly: true(), validations: {} ) } ), a!columnLayout( contents: { a!textField( label: "Designation", labelPosition: "ABOVE", value: "Project Lead", saveInto: {}, refreshAfter: "UNFOCUS", readOnly: true(), validations: {} ) } ) }
How to code for "display values from drop-down depending of the selected values? Cany any one provide sample code using the rule inputs for this?
Pls answer the below questions 1.What is Record Filter? When do we use? Pls give some simple examples Thanks in Advance!
I has doing the new tutorial and in this exercice when a search for the table aavehicle it does not existe and were are the car images aviable to import to my enviroment. I dont know if i am the only one with this problem, if can help.
if i upload a file and submit to initiate the process model which contains import to database part, then it report "invalid contentID",but the upload file variable is there if check with process instance, then i reclick the button of submit, it goes into database successfully, why it always have such error at first time? Processing memory low?
a!formLayout( label: "Create Incident Management", contents: { a!boxLayout( label: "Requestor Details", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Requestor", labelPosition: "ABOVE", value: loggedInUser(), saveInto: {}, refreshAfter: "UNFOCUS", readOnly: true(), validations: {} ) } ), a!columnLayout( contents: { a!textField( label: "Designation", labelPosition: "ABOVE", value: "Project Lead", saveInto: {}, refreshAfter: "UNFOCUS", readOnly: true(), validations: {} ) } ) } ) }, style: "ACCENT" ), ri!subCategory: choose( if(isnull(ri!category),1,ri!category), {"Laptop Issue","Internet Issue"}, {"Cabs Issue","AC Issue"}, {"Salary Issue","Project Allocation Issue"}, {"Finance Planning","Fund Raising"} ), a!sectionLayout( label: "Incident Category", content
Hi everyone, I was trying to send an email from a process model (with the "send e-mail" node) where the text to be sent is a text variable that you write in a a!paragraphField. The problem is that in email that you recieve, the linebreaks of the text variable disappears. This is what you see in the a!paragraphField And this is what you recieve in the email In the setup of the email node, in the message body, I only put the process variable that I get from the interface with the text. So can anybody help me to see the same structure in the a!paragraphField and in the final email? Thank you! Sergio.
I upload a excel and saved into database, then report such error
as title, when i start an interface it always report this error, what is wrong?
what should i fill in each blank of smart service in process model, or in interface smart service code?
Hi, Can we implement this for readonly grid? https://docs.appian.com/suite/help/21.3/recipe-use-selection-for-bulk-actions-in-an-inline-editable-grid.html
Hi guys, I am new to appian, anyone explain this code line by line briefly. if(rule!AF_RULE_General_isBlank(wherecontains(cons!GCC_DSE_cons_getReadOnlyDrillStatus, tointeger(local!drill.drillStatus))), remove(local! facilityFloors, wherecontains (false,local! facilityFloors.isActive)), if(not(rule!AF_RULE_General_isBlank(local!drillfacilityFloors)), local! drillfacilityFloors, remove(local!facilityFloors, wherecontains (false,local!facilityFloors.isActive))))
what i fill is batch size 1000, datasource name:jdbc/Appian, excel document:cons!ofuploadedexcel, newcolumn:null, newcolumnvalue:null, Number of columns to read in row: column number of excel document, sheetNumber:1, table name:constant of table name but it report error index:1 size:1, what it mean?
Hi All, I am using the export datastore entity to excel smart service to export records from database. But it gives duplicate records. I am using the filter condition as given below in data input section of smart service: = a!queryLogicalExpression( operator: "AND", filters: { if(isnull(pv!study), {}, a!queryFilter( field: "study", operator: "in", value: pv!study ) ), if(isnull(pv!category), {}, a!queryFilter( field: "rootCauseCategory", operator: "in", value: pv!category) ), if(isnull(pv!siteDepotLoc), {}, a!queryFilter( field: "siteDepotLoc", operator: "in", value:pv!siteDepotLoc ) ), if(isnull(pv!excursionType), {}, a!queryFilter( field: "excursionType", operator: "in", value: pv!excursionType ) ), a!queryFilter( field: "dateReported", operator: "between", value: { pv!dateReportedFrom, pv!dateReportedTo }, applywhen: not( or( rule!APN_isEmpty(pv!dateReportedFrom), rule!APN_isEmpty(pv!dateReportedTo) ) )), if(isnull(pv!otherRootCause), {}
Hello, I have this error in an Interface and I don't how to solve: Se ha producido un error en la expresión a!forEach() durante la iteración 1: Error de evaluación de expresión at function 'tointeger' [line 118]: Could not cast from User to Number (Integer) Could you help me , please?
if I toString(1-groupname) just return group:1, but if i want to transfer (1-groupname) return "1-groupName" both then how to do it?
Hi, I have a editable grid. https://docs.appian.com/suite/help/21.4/recipe-add-edit-and-remove-data-in-an-inline-editable-grid.html In the summary page, the entered values in the grid has to be displayed. The values of the grid are displayed only after the view is refreshing the page. How can we handle when the grid is updated and after submitting it is re-directed to summary view. And values should be displayed by Auto-refresh.
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.