-
Recently active
How to unarchive a archived process in appian? and who has access to do so?
Hi There! I´m training and learning for developer. Could someone suggested me some examples of apps to practice different funcionalities? or where can I see this? thanks!
Hi, Error in generating excel - An error occurred while executing a save: java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlCursor.close()V Please provide some guidance on the above error to fix. Thanks!
Use of Swimlanes
Hi, what is the code for seperate lines. Should cut to next line
Hello, Can you please help me removing the dots below the document link text as shown below Code used: a!richTextDisplayField( labelPosition: "COLLAPSED", value: a!forEach( items: local!uploadedDocs, expression: a!richTextItem( text: extract(fn!getcontentobjectdetailsbyid(fv!item),"Name:",",") & char(10), link: a!documentDownloadLink( document: index(local!uploadedDocs,fv!index) ) ) ), Screen shot :
Hello team, is there a way how to have the option "Return to all assignees" kept enabled but disable the "Reject", "Reassign" buttons? If i set set the reassignment option of task to "No Privilege" it will disable the "Reject" and "Reassign" options, but as well the "Return to all assignees" which i need to keep enabled once i accept the task. Thanks for any advice
Is there a method in the Java API that returns the internal ID of a document if you only have the opaque URI?Here is a link to the Java API ContentService interface that returns the opaque URI, but I need to the do reverse: https://docs.appian.com/suite/help/21.3/api/com/appiancorp/suiteapi/content/ContentService.html#getOpaqueContentUri-long-
I get the above error when I try to record the RPA Robotic Task, it fails to find the driver. Has anyone faced this situation and knows how to overcome it ? Thanks Neil
Good morning, We are trying to recover directory information with the Get Remote Folder Contents smart service (FTPS). The configuration we have is: fileTransferConf: 'type!{plugins.ps.appiancorp.com/.../}FT_Config'( serverHostName: "ftp.prueba.es", serverPort: 21021, scsExternalSystemKey: "sftp_prueba_appian", usePerUserCredentials: false() } Server File Path: "/DEV/" * In the user console we have configured the scsExternalSystemKey with the corresponding user and pass. The error obtained is: ERROR com.appiancorp.ps.plugins.filetransfer.ftps.GetRemoteFolderContentsOverFTPS - org.apache.commons.net.ftp.FTPConnectionClosedException: Connection closed without indication. The credentials are the same ones we are using in WinSCP and FileZilla. Both work fine to connect to FTPS site. We have tried adding documents so that the route is like this: "/DEV/test.docx" Has anyone faced the same problem? A greeting and thanks in advance.
Hi All, In the database the createdBy field holds "userid@test.com" which is the userid of the user. When i create a recordist using the respective table and have the OOTB search on createdBy field to get the record on using "John" or "Smith" as the search value , it doesnt return any record. But if search on email return the data. ( Note: John and Smith is the first and last name of the user). The custom grid in front end holds the Display field using user function. But as the recordlist is created on userid , search on First or Last name is not returning any record. Multiple options tried: 1) Created a custom field , but user function cannot be called in custom field 2) Changed the data type field from text to User type in the mapped fields of RecordType and called in recordlist . Still
Is it best practice to verify if an error will occur on every node in the process? In this instance, I've set a timer to delay for 5 or 10 minutes, so even if the process in the first line encounters an error, it won't be marked as active with error. thank you.
Hi, i've a portal with some users fileds. When i compile the fields on click button i want to save this fields in my appian db using post api (i want to test the API). I wrote this code for the portal interface: =a!localVariables( local!nome, local!cognome, local!dataNascita, local!indirizzoResidenza, local!codiceFiscale, { a!textField( label: "Nome", value: local!nome, saveInto: local!nome ), a!textField( label: "Cognome", value: local!cognome, saveInto: local!cognome ), a!textField( label: "Data di nascita", value: local!dataNascita, saveInto: local!dataNascita ), a!textField( label: "Indirizzo di residenza", value: local!indirizzoResidenza, saveInto: local!indirizzoResidenza ), a!textField( label: "Codice fiscale", value: local!codiceFiscale, saveInto: local!codiceFiscale ), a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Invia dati", saveInto: { } ) } ) }) I also created a post api: a!localVariables( lo
Hi Champs, Is there any way to check the number of nodes in the process model exists in teh entire application?In our health report it says there are 50 PM having more than 50 nodes but didn't give the list of those. It very difficult for us to go to each application and open the process model one by one to see which is having more than 50 nodes. Just looking for any easier way to get the same Regards, Ghanashyam
Hi all, I have a requirement like elaborated below - Two Applications are there, 1- Appian application which is authenticating through LDAP 2. Another app built using spring boot authenticating through LDAP only and generating token Note: both are using same credentials to login means same LDAP is configured at both places requirement is supposed someone logged in through Appian application, we can provide link to access to 2nd application and need to pass token from Appian. how can we generate token from appian by LDAP login? Thanks in Advance.
Hi All, Does anyone know if its possible to skip steps in a vertical milestone? What I mean is that the stamp can stay grayed out based on a value, and then if it was skipped only the first and third would be green, is this possible? I have tried a few things but it still keeps the linear flow. Like in this case if I went from claim filed to estimate issued , all 3 stamps are green, I would want Green - grey - green because technically the second one didn't happen. or another option could be to hide the middle stamp too. but not sure if that can be done. { a!localVariables( local!verticalSteps: { a!map(name: "Claim Filed", icon: "archive", date: today() - 5, isCompleted: true), a!map(name: "Vehicle Inspected", icon: "search", date: today() - 4, isCompleted: true), a!map(name: "Estimate Issued", icon: "file-text-o", date: null, isCompleted: false), a!map(name: "Payment Sent", icon: "money", date: null, isComple
Hi, Some one help me to understand What is Variables with Examples
Is there any difference between Start process and Start process smart service?
Hi All, Firstly, sorry if this is duplicate question. I could not able find from discussion tab. There is a scenario where we need to store UserName who accepts the task . So, the user who accepts the task needs to be captured after completion of task. The user who accepts the task (i.e tp!owner) needs to be stored in a db field. i have tried many times but in process variable i could see 'Null' value and not storing in DB column. PFA. code snippet. kindly help me one of the process model. below script task i have configured like this and storing into CDT entity checkerid field. after success process model run status. before task assigned to user the process variable properties showing like this status is = Assigned and CheckerId= null values. from below screen print i have accepted task and approved. now status got updated to Approved. the next flow is to update task owner property to CheckerId field. but noting showing here. but
Getting this error when a user attempts to save from the front end. This is from an onpremise server. ERROR com.appiancorp.process.background.EngineWorkController - Cannot retrieve engine burdens: Could not route request to execution00
Hi, hope you're all doing well! I would like to have shortcuts specially for the mouse "select" and the "connect" tool in Appian Process Modeler. As they get so much usage, it should be extremely useful to instead of be always clicking the same tools, we could simply type "S" to switch between"connect/select" cursors. To be honest I am fascinated by shortcuts, but those two would be of crucial value in my opinion, as the reasons are already explicated above. By the way I would like to know what are the possibilities for this suggestion to get implemented? Thanks in advance
Hi Experts I want to know about is there any impacts on performance if we use default filter and limit search to selected field in record type ? Thanks
Write a code to find the duplicate words in a string. input string = "Big black bug bit a big black dog on his big black nose" output: Duplicate words in a given string : big black
Data I got from CDTdata=[date_month:1,templateId_count:3,templateName:Accident / Near Miss]; [date_month:1,templateId_count:22,templateName:DFTC Lousado]; [date_month:1,templateId_count:12,templateName:Duplicated items process]; [date_month:1,templateId_count:3,templateName:ESP Summary Report]; [date_month:1,templateId_count:2,templateName:Every Month]; \ Need to be transformed like data= [date_month:1,"Accident / Near Miss":3,]; [date_month:1,"DFTC Lousado":22]; [date_month:1,"Duplicated items process":12]; [date_month:1,"ESP Summary Report":3]; [date_month:1,"Every Month":2]; or data= [date_month:1,"Accident / Near Miss":3,"DFTC Lousado":22,"Duplicated items process":12, "ESP Summary Report":3, ,"Every Month":2] To use it in a stack chart plot date_month on the 'x' axis. How to achieve this?
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.