-
Recently active
I want to save the value for Ownership % field (last column) in the below image, as absolute values, i.e (Number/100) E.g. If a user inputs 46.00 in the Interface Dashboard, the database would store it as 0.4600 If there any workaround to achieve this?
Hi In my interface we are having on filed as time (Text field). User will enter time in a format 00:00 AM/PM .while storing to DB its store as it is .Need to save this value in DB as UTC can we have any function to convert or how we handle this in save into.
I am creating a paging grid with selection that is based on a recordType! in my environment. My interface is set up to follow the paradigm in https://docs.appian.com/suite/help/22.1/grid-with-selection-pattern.html#[line-1-54]-define-local-variables-and-grid-data but with the "data" parameter in the gridField obtained via recordType. Code below: a!localVariables( local!selection:index(ri!selectedStuff,"id",{}), local!selectedRows, /*this is what i need to populate*/ .. a!gridField( data:recordType!Foo, selectable:true, selectionValue:local!selection, selectionSaveInto:{ local!selection, a!save(local!selectedRows,append(local!selectedRows,fv!selectedRows)), a!save(local!selectedRows,difference(local!selectedRows,fv!deselectedRows)), a!save(ri!selectedStuff,local!selectedRows) } ) ) In my use case, I want to be able to pre-populate my local!selectedRows so that the grid can be pre-selected coming into the screen. This is an entity-backed record, an
I want to generate this sample report using the export to excel but they include the column name in the DSE The format of the report will be like this
Hello! I have a process model which gets the user name and current date to create a log of users and the last time they logged in (Writes to Data Store); this works however I am ending up with multiple records for each user and I wanted to set this so it only creates unique users and captures the most recent login date for existing users.Currently the user Id is simply an integer and each time user details are captured a new record is created with a new integer - I have an expression rule which I can use to query the username (known unique field) and return other details ("userId", "Date" etc etc) I was hoping to check this and if a user "exists" in the Record Type only update the date.Any ideas at how I can update the process model to do this?? I was initially thinking/hoping I could run the expression rule from the process model(not sure how?!) then have an XOR gate to check if userId not blank then create a new user record in data store else p
Step1: I have a record type backed by a Webservice. My expression: local!integrationResponse.result.body.rawData returns list of dictionary as below: List of dictionary - 4010 items Dictionary - Region "" (Text) - State"" (Text) When I tested data source, I got below error in record type: The Record Data Source did not evaluate to a DataSubset. Received: List of Dictionary. Step2: I modified my expression as todatasubset(local!integrationResponse.result.body.rawData). Now the record type displays 4010 empty records. May I know how to resolve the dataset returned to match the datatype of the record.
Can Convert to Excel read the specific row and Column?
I want to export a multiple data using the expression rule, Can export to excel export that data? for example 0001, abcd, ads, sda0002, abcd, ads, sda0003, abcd, ads, sdaTotal of 0003
Added a field to a database table. The CDT based on the table does not have the new field after running SYNCH. Not sure of the correct way to accomplish. If need to Download XSD, make change manually, and then Upload XSD, what is the process to upload XSD and apply it.
Hi all, I want to add multiple customer data into Database table named tbl_Customer. The requirement is like customer has 4 fields (ID, Name, Department, DOB), there is a grid, I want to add these records, if user want to add new rows, so he can do, and finally want to save these customer details in database table. And each customer will have a primary key. Kindly help me with this requirement. Steps wise soln would be highly appreciated. Thank you in advance! Regards, Shubham Kumar
Hi Team, I am showing all required data element in the "Summary" tab and I am providing required related actions on top right of the Summary page. Now, I have a scenario like, when he user clicks on the "ASSIGN TO ME" related action, there is no form where user interacts. I have to save logged in user details in the database. I know like, whenever we are handling with related action, we have to select a Process Model and generally we will assign a start form in the process model. This is how we will handle most of the scenarios. But, in this case I don't have any screen/form where fills the data or do anything. If user clicks on the "ASSIGN TO ME" related action, I have to save his logged in user name in the database against selected record. Any advises please.
Hi there, I have a record type, want to show the time date either is null or earlier than today. Could anyone here how to combine these two filters together? a!queryFilter( field: 'recordType!{30a8a442-d786-4e84-a096-714b5ce3577a}CPD_peng_test.fields.{countedTime}countedTime', operator: "is null" ) a!queryFilter( field: 'recordType!{30a8a442-d786-4e84-a096-714b5ce3577a}CPD_peng_test.fields.{countedTime}countedTime', operator: "<", value: todatetime(today()) ) regards, Lin
How to use dynamic link in pie cart to call a interface(read only grid) ?
Can I use expression rule as data Source of pie chart ?? if yes how to do that??
Hi, My requirement is to add search in Records. Eg- I have 2 Dropdowns for Country and State. The Dropdown country has list of all the countries and the dropdown State has list of all States for all the countries. If i select Country as "India" from dropdown then the list of all the states of India should appear in States dropdown. This search is possible in interfaces,but my requirement is to have similar in Record. Thanks in advance
Hi Readers, I have a scenario where i need help to complete. The scenario is i have 2 record types they are which are related as one to many relation Below are the two table table: Table_A and Table_B which are related by CLuster_ID one to many relation ship Table_A: Number of records in table_A are 4 Cluster_ID(PK) Cluster_name 1 Cluster-1 2 Cluster-2 3 Cluster-3 4 Cluster-4 Table_B: Number of records in table_B are 8 VM_ID VM_Name Cluster_Name 1 VM-1 Cluster-1 2 VM-2 Cluster-1 3 VM-3 Cluster-2 4 VM-4 Cluster-2 5 VM-5 Cluster-3 6 VM-6 Cluster-3 7 VM-7 Cluster-4 8 VM-8 Cluster-4 Here table_B is used as the final interface to view the data, hence i have used record link to get the summary view for both table on VM_name and Cluster_name For VM_Name the summary view is working fine for all the records but for summary view for cluster_name in table_B its working fine for only 1st four rows and for the rest of the rows getting error as below s
We are trying to clean up unnecessary documents in our Appian instance. We would like a way to do this process but also have a way to recover the files that we delete if we need to roll back. Is there a process we can go through to backup Appian documents on the backend? We are on-premise. I am concerned that when they are deleted on the front end, then the metadata will be gone from the meta-database and they cannot just be put back in the backend folder system. Thanks
I am using an integration to grab a bunch of numbers from an external source. Most of the numbers are fine, but some are exceptionally large or small to the point that they come in in scientific notation. Examples include: 2.2141276E - 5 and 2.1383022233807285E11 Both of these numbers give me separate errors. For the first, I'm getting an "invalid double value", which I seems to be due to the spaces in there so I need to I guess strip the spaces, despite it not being a string? I think one way or another I can find a way to deal with that. But the other error I get is when actually writing to the database. I keep getting an "Out of range value" error despite having set the db field to accept 20 digits.
Hi Readers, I have 4 database tables with which i have created 4 record types and added relation ships in it. cluster, vm, server/node, application All the record types are related as below. now after this to get the overview i have created an another record type and linked with the other record types to create a grid view with all the columns present in all the record types. everything worked fine till here Individual summary view is working fine i.e., summary view of Server_node record view is working fine, But the summary view when clicked from the overall view which is created from the last record type i am getting error as below, there is a column named nodes which has records node_1, node_2, node_3,...... node_12 the values are created with record link the summary views are getting jumbled when clicked on node_1 i am getting error as when clicked on node_2 i am getting the summary view of node_1 when clicked on node_3 i am getting the summary view
Hello, do anyone know how can you modify specific query column value to excel file? I want to change the return value ex. amount to 1,000.00 instead 1000 but there's no documentation on how to do that.. I return the database data to "Starting Cell" but I want to modify the format.
Hi, Could you please help me creating an interface where I can query for deactivated users. The interface is to start a process to reactivate the user. So far I have tried two methods unsuccessful: 1. User picker field only returns active users. 2. Record picker field on RecordType 'User' does return all users in the search field, but when I select one I get a uuid as a result. I haven't found a solution to return this uuid back into a User type. Please find my code here below. a!localVariables( local!user, a!formLayout( label: "Heractiveer account", contents: { a!pickerFieldRecords( label: "Record Picker", labelPosition: "ABOVE", recordType: 'recordType!{SYSTEM_RECORD_TYPE_USER}User', value: local!user, saveInto: local!user, validations: {} ) }, buttons: a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Heractiveer", icon: "check-circl
Hi everyone I have to build someting liske this I have already tried using tab + read-only grid, but I lose the sort function and a scroll bar appears for each grid, the result is not very nice to view. Could you please give me any suggestions? Is there a plugins doing this? Is possibile to modifiy colums color at least? thanks
can we create a foreign key while creating cdt from scratch?
Hi there ! So... I've created a bar chart with some custom fields filters. Now, I'm trying to create a validation for 2 date fields, since they're about date interval and I wanna validate if the second one isn't greater than first one, for example. I created some validations on field, using "validations" property. It shows error mesage, but still filter chart's data. Here is the point: I wanna prevent it. Doing a analogy to web development, I wanna prevent the load event. Is it possible ?
Hi, I created a record and using the same as a data source for the grid. But when I apply filters on the grid. I see below issue. Can someone help me understand, what I'm missing here?
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.