-
Recently active
Hi, Can we skip the Document Reconcilation task generate by Reconcile Doc Extraction Smart Service? If yes how it would be possible.
Unable to access documents related to Sales in Appian academy, i see for my other team members who can access documents like various comparision documents - Pega Vs Appian, Mendix vs Appian etc., Please provide required access
Hello, If I have an XLS doc in a process model, how can I read the information in different sheets and cells?Thanks
Hi, I would like to know if there is an option/way to assign a task to a user and/or group to a "Start Event" node (similar to the "User Input Task" node)
Hello community, I have a scenario where user will submit a request and later he have to update the value before the request is approved. In my process model I have request form as a start form , a write node to write to request table, then a user input task which will assign task to approver. Now even after the task is assigned the user can go and change the number of items. This must be possible only before approval. User should have a form where he can edit the form he submitted. On click of "update" button the values should be updated in the process instance pro and the task already assigned should have a updated value. Please help me to solve this.
{ a!gridLayout( label: "Customer Details for Loan Transaction", labelPosition: "ABOVE", headerCells: { a!gridLayoutHeaderCell(label: "Customer Name"), a!gridLayoutHeaderCell(label: "Customer Address"), }, columnConfigs: { a!gridLayoutColumnConfig( width: "NARROW", ), a!gridLayoutColumnConfig( width: "NARROW", ), }, rows: { a!gridRowLayout( contents: { a!textField( value: ri!customerDetails.name, saveInto: ri!customerDetails.name, ), a!textField( value: ri!customerDetails.address, saveInto:ri!customerDetails.address, ), }, ), }, addRowLink: a!dynamicLink( label: "add field", value: 'type!{urn:com:appian:types:SSA}SSA_CustomerDetails'(), saveInto: ri!customerDetails, ), selectionSaveInto: {}, validations: {}, shadeAlternateRows: true )} In the above expression, by clicking on Link, a new empty rows are added to grid, and type! plays a role in it, i'm still confused, how does type! will do it exactly?
I want to dispaly a confirmationMessage : "For more information please click here" for the button. a!safeLink: ( label: "click here", Url: "Www.google.com") Please help me to get this .
In my Appian Dashboard, some of the checkboxes are marked on screen. But when I try to save a pdf version of my page via CMD+P to my system, the tick marks disappear. I'm using Safari as my browser. Page on Screen - Downloaded pdf - Please help me out if you guys have a solution to this issue. Thanks!
Hi How would I trace the ID highlighted below? Problem: An error occurred in executing an Activity Class. Details: An error occurred while trying to write to the entity “Address_Change” [id=39a31850-1255-4783-85ab-d8548142c140@2029, type=Address_Change (id=3516)] (data store: xxx Data Store). Details: java.lang.ClassCastException: The value of type 'class java.lang.String' must be of type 'class java.lang.Integer' Data: Getting this error. Any help would be greatly appreciated New to appian. Thanks in advance
I am looking for sample implementation on how to bring up an already existing interface or a form (which is a collection of interfaces) in the interface view itself. I see some questions around redirecting to process model but in this case, I am only concerned about opening in the interface for the user. Thanks
I need to delete a specific record in data store entity. i am getting the primary key id value in a text field named ID from an Interface how to map the value received from an interface to the data to delete field in Delete data store entity node in process model. I configured the node as below: Data to delete---={entity: cons!CONSTANT_POINTER_TO_DATA_STORE_ENTITY, identifiers: pv!primarykey_field}
Save Error: The process model must have a valid name in the site primary language: English (GB). Switching the primary language setting (in admin console) to en_GB causes all my process models (in other applications) to show "???", so I must stay with en_US as primary language. How can I fix this process model to expect en_US names rather then en_GB names and let me save it ? Thanks
HI All, Is there a way to delete older versions of a constant using any appian function or smart service? Scenario: I'm calling an API to get the bearer token and storing it in a constant. This is done using a recurring job (PM every 10 mins). But, doing this its creating a version every 10 mins. Is there any way to delete older version systematically? FYI, I understand we can to an alternate approach by storing the value in a db and updating it, But I would like to see if there is any way to delete the older version of the constants.
Hello, We are having issues because the commercials are uploading documents but they don't submit. This generates a new document in our DDBB but it is not created in Appian Documents Folder, so the next commercial finds the error shown below. We have tried that the DDBB is uploaded after submit, but this is not a valid solution. We have warned the commercials to don't do this, but they keep doing. Is there any solution? Thank you
Hi, I'm trying to get the French month name of the current date but I don't succeed : datetext(local(today(), "GMT+01:00"), "MMMM"), datetext(local(today(), "GMT+02:00"), "MMMM"), Every timezone I'm testing returns "April", but I need "Avril". Am I using the bad timezone ? Central European Standard Time = GMT+1Central European Summer Time = GMT+2
Hi, I have a below requirement. Could someone please help me? 1. Customers claims come in an XML along with the required documents to Appian for further processing. 2.I need to have knowledge on how to read the xml and also, read the documents in Appian and save the overall information to appian DB. Thanks Faisal
Hi Everyone, I am facing an issue and I am not sure, What I am doing wrong. Here is my datasubset { { record1: "21041001", nbr: "5DM874,C217668", recordname: {"test1", "test2"}, recordIds: {"75", "77"}, reportid: {}, selectedrecords: {}, selectedreports: {}, amount: 7.0, recordamount: {15, 15}, reportamount: {}, trecordId: 76 }, { { record2: "21041100", nbr: "5DM874,C217668", recordname: {"test3", "test4"}, recordIds: {"78", "79"}, reportid: {}, selectedrecords: {}, selectedreports: {}, amount: 7.0, recordamount: {15, 15}, reportamount: {}, trecordId: 88 } } I have an editable grid, which shows the record names in one of the column of grid from the above data subset and I ma trying to save the selected choices into "selectedrecords" parameter of above data subset using the following check box code. a!checkboxField( choiceLabels: fv!item.recordnames, choiceValues: fv!item.recordnames, value: fv!
Is it possible to have a data subset populate as a table in a Word Document (template) without using a plugin, but by using the OOTO Word Doc from Template smart service? If so, how do you configure that in the template?
Hi All, I am getting invalid cast error in process model, When i try to store data into DB getting error in Write to data store entity. How to fix this issue ?
Hi, I have an interface with a selection grid in which multiple rows can be selected, these selected rows are saved into a ri of the CDT type. I have the requirement of capturing and storing all the unselected rows (the rows which were not selected) into a ri. Any ways to do this? TIA!!
how to pass updated meeting details from update meeting process instance to a running send meeting process instance
Hi I have a need to be able to select an XML file, and use fields in it to populate an interface. At the moment I have a simpe interface with a File Upload and a Rule Input of xmlData (Document) which the file upload saves to. I am then kicking off a process model on submit which runs a script task. I have activity class parameters for the fields I want and am running the following script on each one =xpathdocument(pv!xmlFile,"/Document/Fields/Field[@Name='Department']/@Value") Currently I just get an error on the process model when I debug: Script Task An error occurred while evaluating expression: =xpathdocument(pv!xmlFile,"/Document/Fields/Field[@Name='Department']/@Value") (Expression evaluation error at function 'xpathdocument': An error occurred while trying to parse the XML stream.) (Data Inputs) Does anyone know what the error is more specifically? Am I on the right lines or is there a better way of doing this?
I need to create a drop down button in the text box field. How to do that plz suggest me. Thanks in advance
Hi Team, We would like to implement website using Appian which is having Multilanguage capabilities. The language selection should be defined by browser language. Additional languages should be configurable by additional translation files and will be added based on the utilization of the application. Currently there is something know as profile language which we are aware of which changes the Appian language Can anyone please suggest any pointers. Regards Bihitak
Hi Team, By mistake, I imported the wrong Appian package as an update to an existing one, Is there any way to get the old open task back?
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.