-
Recently active
Hi everyone i have an issue with something in the Database, i defined a datatype which include two other fields which are two other datatypes and they are both also defined as an array . now if i look in the db after inserting data in , i can see in my first one the ids of my foreign key of creditrequest , but in the other table there is null where can i see what is wrong here ?
The Mice is the mechanic where should I keep him? In Administrator / Supervisor
Hello. I am new in Appian. I want to get all the existing organization Id. but I have this error. What is the solution on this error. Thank you. Japs
Hi everyone i m struggling with the process modeling when i need to write multiple rows in a DB , i have a CDT of "Documents" which i put as an array in my form and a CDT of "creditRequest" which contains an array of the Documents CDT. i need to put both of them in seperate databases , the first one is the documents which i want to store and then after to store the creditrequest which will contain the documents. now when i debugging my process i can see that my documents don't have an ID after that it s passing the "write to db", and then after i have problem with the creditrequest , how i need to do for write the multiple documents that i want to write in the db and then write them in the next Db of Creditrequest ???
hi everyone i have a problem that i dont understand... i created a process where at the beginning i need to insert some data in DBs. for that i created multiple process variables and use them to write in each datastore , now after that i wrote in the Dbs. at the end , i have input task that display thoses datas. now i dont understand why it is creating more than 100 instances of the user input tasks ??? it is the first time that is happen to me . in my script i wrote this function (in the picture ) the purpose of this script was to insert the id of customer in each items in my list of owners( array of owners ). now i noticed that the process is in loop with the script ,writing to db and assigning the task to group of person , i think that is my problem ..... but i dont understand why it is doing this ? i need help . Thanks you
Hi Today I have appeared L1 certification exam, I couldn't clear it. Can I get one more chance to reappear? For 2nd attempt will it be chargeable or cost-free?
I am unable to login to my appian community site. It's saying "The page you are looking for is currently unavailable". What should i do?
I have recently changed my organization, wanted to move my L1 credential from one email to another. I am unable to create a Case for that, it is coming unable to access support. so, i have mailed the support team. No reply from them. what I should do now?
Getting Started with Quick Apps - Appian 21.2 Step 1. Via Admin -> Permissions added my user to the quick app creator lists. Step 2: Expected: Observed: Any pointers?
Hi everyone i m trying to understand whats wrong with the code that i wrote i have an interface where i need to choice a value from a radio button and then after in the process i have a decision to make and then go to the next node. i create process variables "choices" , and in the interface i have a rule input that is equal to the pv . it is saving the value ,and go to the decision node where i check if is the same text , but after check the value my decision is going to end node. and i want to go to signature i dont understand whats wrong in my code .???
Hi everyone i have a process that start a form and i need to fill it each time when i debugging the process . there is a way to pre fill the form and debug the process and not all the time fill the form and debugg it ???
Hi, I have two date fields last-updated and next-update, when i enter last-updated date then next-update field need to be auto populated (last-upadate+2years= next-update) how can i achieve this? Thanks, Kavya
hi everyone i have wierd problem that i dont understand , what actually happened is that i worked on a process model for now couple days i defined several process variables and today when i went to change something on the process variables tab everything vanished .... where all the tabs ??? .... what is happening ?
Hey everyone, I created an app where I builded a record and used records relationship to easy access to data from related records. Now I wanted to rebuild the record to use SQL View instead of records relationship. Where shoul I start
Hey everyone, this one prob is a basic one but How can I build a function wich will convert the amount of money spent to different currencies (I want the currency to be available to allow the user to select the right one from a dropdown ). Thank you in advance, Kind Regards
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: {}
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.