-
Recently active
Hello, While talking about security, there was a talk about cross scripting attacks, but Appian doesn't seem to be exposed to scripting. So, is it completely safe from cross scripting attacks? Thank you.
I have a checkbox need to be choose in a Child interface, and then i want its selected value transmit to parent interface? how to do it?
Is it possible to set dynamically the type of the rule input? (The general type is supposed to be CDT)
How can I trigger a new process on daily basis to collect all tasks which have deadline = today and create a new task which will work as a reminder to complete the task
Hi everyone i created a process report of tasks because i want to display on interface on a grid all the tasks of group of people. now i created all the process report , the constant which point to the process model and in the interface i used the a!queryProcessAnalytics and used the pointer of that process report . But i have an error and i dont understand it what does it mean ???
sorry, i don't know why my remove function not work in a editable grid. a!save(list,remove(list,fv!index)) can successfully delete the first one in the grid, but if i delete twice the second one not change, the list didn't remove anything as well? any one help? hurry a!localVariables( local!deleteDocument: tostring(loggedInUser()), local!a: document(34081, "folderName"), local!documentChildren: a!refreshVariable(folder(1685, "documentChildren")), local!documentChild, local!newFile, local!newFileInfo, local!documentInfo: 'type!{urn:com:appian:types:KONE}CSE_DOCUMENTS'(), local!fileId, local!deleteIndex:0, local!UserDocuments: a!refreshVariable( if( isnull(ri!tenderId), {}, rule!CSE_USERDOCUMENTMATCH( tostring(loggedInUser()), tointeger(ri!tenderId) ) ) ), local!flattenfilelist: a!flatten(a!forEach( items: local!documentChildren, expression: a!localVariables( local!documentChild: fv!item,
Hi Everyone I write a form where i need to fill it and at the end to write the data in the DBs. now i have a problem when i need to write in the Db. in this project i use Two CDT. owner and customer. i have one CDT who need to have the id of the previous CDT inserted in the DB. for exemple i insert the customer in the db , now i need his id and insert it in the owner (CDT) before to insert it in DB. AS you can see in the image below : i have "ID_Customer" in owner CDT. Now i outputed the id of the customer (CDT) after that the DB write the data into it ,to put it in the owner (CDT) to update the item and write it in the DB with the id of customer. now my problem is that i have multiple rows of owner(CDT) how can i do the same process to update each item 's id customer of each owner ? i checked the "multiple" fields ... is it to write multiple fields at once ??? how can i solve the problem ?? AT the End i want to have two row for exampl
I am succeed a project from others people did, i don't know how they did, i am trying to create a child interface and button inside to trigger process model, i have combine it into parent interface already, how ever that button from parent interface no matter how i click, the child interface process model can't be triggered, but from child interface click directly it do can trigger
I am trying to delete a row in a editable grid by "times icon.a!localVariables( local!deleteDocument: tostring(loggedInUser()), local!a: document(34081, "folderName"), local!documentChildren: a!refreshVariable(folder(1685, "documentChildren")), local!documentChild, local!newFile, local!newFileInfo, local!documentInfo: 'type!{urn:com:appian:types:KONE}CSE_DOCUMENTS'(), local!fileId, local!deleteIndex:0, local!UserDocuments: a!refreshVariable( if( isnull(ri!tenderId), {}, rule!CSE_USERDOCUMENTMATCH( tostring(loggedInUser()), tointeger(ri!tenderId) ) ) ), local!fileList: a!refreshVariable( a!forEach( items: local!documentChildren, expression: a!localVariables( local!documentChild: fv!item, a!forEach( items: local!UserDocuments, expression: if( document(local!documentChild, "name") = document(fv!item.documentid, "name"), if(
Hi everyone i have an issue that i don't understand i create a user input task with an interface , but when i m trying to save the process , it is throwing an error of type : Expression There was an error in an expression in User Input Task at: Neither Variable(s) nor rule(s) found : contents . What does it mean if someone know ??? and How i need to fixed that ?? i attached my code of the interface if it is helping a!localVariables( local!currentStep: 1, local!remark, a!formLayout( label: "Task", contents:{ a!sectionLayout( contents:{ a!sectionLayout( label: "", contents: { a!radioButtonField( label: "בחר פעולה", labelPosition: "ABOVE", choiceLabels: {"העברה לחיתו×%9D", "העברה לבדיקה ×%A0וספת", "דחיה"}, choiceValues: {1, 2, 3}, saveInto: {}
Hello, I found out that I can create Custom Mobile Applications in appian. link: https://docs.appian.com/suite/help/21.3/Custom_Mobile_Applications.html#enroll-in-a-mobile-developer-program It seems that both ios and android are created automatically. Is this done by react native? Thank you.
if i want to transport a value to a interface belongs to certain rule i can use rule(a:local!a), but how can i vice versa get a variable value belongs to its interface?
Hi, Is there any direct way to do similar to export to excel in read-only grid in Appian.
Hello Appian, Is the appian community site developed with appian? If so, I would like to know how to set the content to be displayed differently depending on the window size as in the example in the photo. also, other functions such as mouse over. Thank you. P.S.It seems that some advertisements have been posted on the bulletin board. Think that it needs management?
I have a dropdown in which the values are called from a constant. Will it be possible to customize which items will only come out? Let's say the status of the request is cancelled, then I should only cancelled in the dropdown. Then if the status is reviewing, I should only see reviewing and revising. etc Dropdown: Constant: Code for Reference: a!dropdownField( label: "Request Approval", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: cons!CRP_REVIEWSTATUS_LIST, choiceValues: cons!CRP_REVIEWSTATUS_LIST, value: ri!review.reviewStatus, saveInto: ri!review.reviewStatus, searchDisplay: "AUTO", required: false, validations: {} )
hi everyone i need help to understand something with saving an item in variable which use CDT , i create a variable with a CDT ( type document that i defined ) and i created a list which bring me some data , which is also use CDT now i create a for each because i want to to save data each time with the function save!() , but after that i click on test rule it doesnt show nothing everythin is null . what am i doing wrong ??? if i using a rule input i have the same issue ... what is the way to get the data in another variable .
local!a;type!table(), local!b:{a,b,c} local!c:{1,2,3} a!save(target:local!a.column1,values:local!b). a!save(target:local!a.column2,value:local!c). why my return on local!a only has{column1:a,column2:1} where the other two rows go?
Hi, I have a node where I want to update process variable at runtime. This is the expression I have written a!save(pv!Schedule_1_Temp_Value,pv!Schedule_1_Temp_Value + 1) but, I am getting this page (below) when I run this process model in debug mode.
Hello Appian, Where can I find documentation about how to manage process memory usage, and best practices of how to transport alot of data using process? Thank you.
as title the refreshalways:true for a a!gridLayout can't be realized as a!gridField, how to let data in a!gridLayout be refreshed?
Hi, I am trying to do a fuzzy search on a CDT field which is a string array. The array is { "One"; "Five"; "Seven"; "Ten" }. Input: {"Five","Seven"} Output: Array of all those CDT items where we have {"Five"} and {"Seven"} and ("Five","Seven") Please help me with it.
as title.
Our team in new to Appian, To start with Appian we have some doubts related to development methods as they are not clear in any training course. Can we use enterprise Git as source control repository, if yes how and how versions are managed for individual objects within Appian project? How we can manage CI/CD pipelines for Appian project when using third party source control repository? How we can manage different versions of same Appian project?
Hello, I have a requirement to create an approval/rejection form which takes in data from database and displays it in a grid. How should I fetch the data so that i can modify two of its field and return it to the database.
How to manage configurations for Appian objects like database connection string, as it would be different for different environments (dev/test/prod) or password may be changed frequently for database, so we can't hardcode database connection while adding connector? Also can we integrate with third parties provider for configuration management, for example if i am adding connected service (Azure SQL) for database, can we use Azure Key Vault to read connection string, user and passwords during runtime?
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.