-
Recently active
hi, i use 22.3 version i have an condition in text field in that i want only alphabetical character (A-Z) not numerical or special character how to do that
The API should send a response to the caller and then start a process. How ?
I have a record type customers and their orders . For every customer i have multiple orders. Every 7 days , we need to send a reports of all the open orders to each customer via mail There is no UI form to trigger this . This should be a scheduled job . How to design a process model for this .what nodes / smart services to use. I am new to appian .Please help
HI All, Is that possible to access the pp properties of one process into another process? Thanks in advance!
Hello! Anyone know what is the best way to sending an email including all the information from a process start form? thanks
Hi, We have a simple interface wich contains a refresh button that triggers a a!startProcess() function (to update some fields in Db and then update fields in the GUI). The interface is displayed from a RecordType view. The process gets some data and then write simply the current datetime into an updated_on field in the table. The problem we met is when we click on the button, the data are not refreshed (or works just the first time). When we debug the variables in the interface we can see that the data are still the Old ones despite the fact the data are correct in the Db table. If we click again and again, the data are never refreshed. I've tried a lot of things :- add a counter in the interface to ensure the save is called when the process ended - all the process nodes are well chained. - I've deleted a lot of nodes in the process so that now it contains only 5 nodes (to be sure, to avoid the 50 nodes issues).
How to get another interface on click of dynamic link in main interface?example: Interface ABC having dynamic link on click of that link want to open another interface say XYZ.Please do help how to configure.
Hi Team, I have a requirement that I am getting the data from external system in the form of list of string. For Example headers: {"name", "Address"}, data: {{"Test 1", "Test2"}} I have to convert this data into list of dictionary like : {{name: "Test 1", Address: "Test2""}} Since the field headers are also dynamic can you please help any functions or logic to convert the data into list of dictionary. Thanks in Advance
Hi Team, In the process workflow i have xor gate ,when user clicks cancel i am looping back it to previous user input task, but the user input task status is accepted but it is not opening automatically, i have given proper activity chaining.
Team, Can someone guide me I am using readOnly grid to view using "Record Type" data source. When I set "showExportButton: true" it is showing "download" button but not downloading excel. In tempo it is working fine, I am not sure why it is not working in interface.
i have one field isprimary and am using it in editable grid so when i select any of the checkbox i want to disable all the remaining checkboxes
I'm doing document data extraction and using two CDT for that and have following error in the task "Write to data store entity : An error occurred while trying to write to the entity "POC2_invoicedetails" [id=8c106ba8-4e44-41c9-89c2-2190b74590d7@5544, type=POC2_invoicedetails (id=4354)] (data store: POC2_invoice_data_store). Details: javax.persistence.PersistenceException: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save(): POC2InvoicedetailsDT7844: org.hibernate.id.IdentifierGenerationException: ids for this class must be manually assigned before calling save(): POC2InvoicedetailsDT7844 Data: TypedValue[it=4354,v={<null>,5618,Invoice7,TIN222356195086,2022-12-15,Maharashtra,WQHNHRF,27,T216_Meghraj Fand,BigTree Entertainment Pvt Ltd,60.0,5.4,5.4,10.8,70.8,COMPLETE,{<null>,Avatar: The Way of Water (3D Hindi) (U/A) Convenience,999799,2,30.0,0.0,60.00,9 %,5.40,9 %,5.40,0,0.00,0 0.
I'm trying to sync the records vis process model using the sync record smart service, I checked that identifiers were passed correctly, but sync is not happening, please help me resolve the issue.
hii, i have created a grid in which i have given nominee details and i want to store multiple nominee details rows inside the database for every customer id. can anyone please give me a better approach to solve this issue? as i am new to appian. Below is the screenshot of my grid like this i want to store multiple rows in the database.
I want to create an expression rule to convert text. I have made following rule. rule input - ":Vijay Shete" extract(ri!input,":"," ") output - "Vijay" How do I get "Vijay Shete" as output?(Just remove the colon at beginning.)
Hi All, I am invoking a process model from Interface using start process in 'Submit' button. Process model is being invoked while clicking on 'Submit' button, but CDT parameter is always appearing as null. While testing the interface manually I am getting CDT values in process model. While invoking the interface from site CDT values are empty. Please help on it and below are the screenshots for your reference. Interface code: a!columnLayout( contents: { a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Submit", saveInto: a!startProcess( processModel: cons!CU_Interview_Process_Model_Constant, processParameters: { Cu_Interview: ri!Cu_Interview, test: " ABCD " }, onSuccess: null, onError: null ), submit: true, style: "PRIMARY" ) }, align: "START" ) Process Model: Process Model Variables: Process model is being invoked but CDT variable is empty. Modify Variable is not appearing for CDT . While testing
First let me start this off with some good news. The left-hand object bar has been further tweaked and reorganized. I previously commented that "process model / interface search results" being at the top of the list (as they are in 22.3 and lower) makes it harder to access the Smart Service Nodes we're after when that's what we're actually searching for. It looks like they listened! Yay! But for the main point of this post: i've noticed that Grid Lines are now turned off by default and there is no way to undo this except by turning them on manually every single time you load a process model. At first I was hoping this was a bug in my Community Edition instance, or some incomplete feature or temporary break. But other users are now posting screenshots from 22.4 versions around community and it seems like it may have been "intentional". Hey Appian folks? This may have been intended to "look cleaner" or something
How do I convert the "Thu, 10 Nov, 2022" this text to date? I am getting this data from IDP in text format.
Hello community I am trying to recreate this screenshot from another application .
I have a need to send All the open orders (orderid, total amount) , in a word report document to email .This should be send once in a week 1. what activity i should use in process model for this 2. how to create a report with multiple order details dynamically Please help
Hi everyone, I have a line chart showing the number of cases created/ closed within the day, and I want the color scheme of the trend lines and legends consistent, which are: Case Closed: Blue, Case Created: Green I have a filter list for case type, and this is where I found the inconsistent issue. For example: If I choose case type = 1, the color theme is consistent with above setting (Closed: Blue, Created: Green) However, if I choose another case type = 3, the color is other way round (Close: Green, Created: Blue), which might confuse users. If I set pre-defined color scheme different than CLASSIC (E.g. SUNSET), the color scheme will be consistent after applying filter, but then it become inconsistent again if there is any new closed/created case. a!lineChartField( data: a!recordData( recordType: 'recordType!Case Status',
Hi, here is Chenyang from Japan. Is there any methods to change the first site view after an end user logged in appian. actually, appearing the Tempo view first after logged in is not fit for our project. What configuration should I do to change its setting? Thanks in advance. [emoticon:c4563cd7d5574777a71c318021cbbcc8]
I'm using record type to create a column chart. The field which I am using is stored as text in the database. See line 14 in the attached screenshot. Can I change it to decimal to use in measure?
Hi, I am doing a process model where in I am mailing a person a table of contents. Now the contents are dynamic, and I need to populate the contents from the process variable. I am aware about the " ### " syntax, but not quite sure how to display multiple rows in a table. Can anyone please help me in this. Also, While reading community, I read about the ncolumntables function, but its been discontinued now. If there is a replacement for the same please suggest.
Hello. I have a process where i want to monitor status of a Record and to save the details about each step with timestamp. Lets say i have 3 statuses: Id 1 "it started" Id 2 "first mail" Id 3 "second mail" And I have Record type "History" with columns Id(primary key), status id, timestamp. I want this Record type to save the data like: Id1, status id1, 23.12.2022 12:55:00 Id1, status id2, 23.12.2022 12:57:00 Id1, status id3, 23.12.2022 12:59:00 Id2, status id1, 23.12.2022 13:01:00 And so on... So i can see the precise time when each step occured without overwriting Id1 with last status3 (and only showing this last status on database/Record type). How can I achieve this? Currently I'm saving the status id with Script task, but dont know where to tell Process Model that I want to save each step separately. And as i complete the process IT only shows last status on database. Help will be much appreciated.
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.