-
Recently active
I have created a CDT and it has passed a verification too. But when I try to insert that in the Data Store it throws below error: The data source schema does not match the type mappings: Missing column: a_id in "table_name" (APNX-2-4056-000) Please help
I have created multiple records for my applications .I have configured them using record relationships to my main record . I have to display the record data in a summary interface and when i use the record rule input the related record type surrounding the main record displays the integer value such as 1,2,3 as they are connected using foreign keys. can anyone describe how to display the original outputs or is it okay to use multiple record rule inputs as they are connected using foreign keys.
I have this local variable local!variable: {2017,2018,2019,2020} local!variable2: a!forEach( items: local!variable, expression: if(fv!item
Hi there I have an interface which has three barcode fields, what I am trying to do is that once I scanned the first field, the focus can be automatically move to the second "barcode" field, so I can continue scanning without need to click the second "barcode" field on the interface, so on with the third "barcode" field. and also the similar thing with "Text" fields, once I type in the first "Text" field, then press "ENTER (new line character)", then the focus will move to the second "Text" field, so I can keep typing in without the need to click the field to move the focus. Could you please help if you have the experience/knowledge about this? Regards, Lin
Hi All, I Am getting Error in Complete Task Node. "Failed to complete task. Task ID: 1231. Username: UserName" I am passing Task Id of Assigned Task (tp!id), Task is Assigned to me and Assignment of Complete Task is also me.
Hi I have this code written local!productgroup: a!queryEntity( entity: cons!MPPCONSCDT_megaMasterFile, query: a!query( /*selection: a!querySelection(*/ /*columns: {*/ /*a!queryColumn(*/ /*field: "productline",*/ /*alias: "productline",*/ /* */ /*)*/ /*}*/ /*),*/ aggregation: a!queryAggregation( aggregationColumns: { a!queryAggregationColumn( field: "EOMYear", alias: "EOMYear", isGrouping: true() ) } ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: -1 ) ), fetchTotalCount: true ).data, I returns below result Is there any way I can remove the null one?
a!dropdownField( label: "Type Of Loan", labelPosition: "ABOVE", choiceLabels: cons!LM_LoanTypes, choiceValues: cons!LM_LoanTypes, value: ri!LM_CustomerDetails.loanid.typeOfLoan, saveInto: ri!LM_CustomerDetails.loanid.typeOfLoan, searchDisplay: "AUTO", required: true a!floatingPointField( label: "Interest Rate", labelPosition: "ABOVE", value: if( ri!LM_CustomerDetails.loanid.typeOfLoan,rule!LM_LoanRates(LoanType: ri!LM_CustomerDetails.loanid.typeOfLoan )," " ), saveInto: ri!LM_CustomerDetails.loanid.interestRate, refreshAfter: "UNFOCUS", readOnly: TRUE, i want to display interest rate through the type of loan with decision i have created.but it is not displaying
Hello how to convert this text string: "2022-11-12 00:00:00"(Text) to text string in format "dd/MM/yyyy" ? Thank you!.
Hi All, I required to generate JSON in the below format for the data that needs to be sent to another system thru integration: Req format: "[{\"ods_service_affected\":\"testetset\",\"ods_outage_start_datetime\":\"2021-11-30 13:00:00\",\"ods_outage_end_datetime\":\"2021-12-01 22:18:45\",\"ods_utage_duration_requested\":\"02 01:00:00\",\"ods_effect_on_site\":\"off\"},{\"ods_service_affected\":\"1213546\",\"ods_outage_start_datetime\":\"2021-12-01 13:00:00\",\"ods_outage_end_datetime\":\"2021-12-02 22:19:09\",\"ods_utage_duration_requested\":\"01 05:00:00\",\"ods_effect_on_site\":\"lor\"}]" As you can see there are escape characters that were added to the JSON. I tried adding those escape characters however I noticed an additional double quote is getting added to the string. It looks like by default double quotes are added to the values by JSON Below is my code: """ods_service_affected""": """" & fv!item.serviceAffected
Hi, I have uploaded an image using "Document" object under the folder "AT_Images" Now, I have created an HTML template which I am using to send an email using Send Email smart service. When I use below code in the .html template document, there were no image in the actual email which I have received. <img src="AT_Images\companylogo.jpg"></img> Can some throw some idea on this.
Hi All , I am showing a pattern like bar chart in an interface i.e Total , Approved , Rejected etc . Now what I am doing is showing total count in the respective field but now as per requirement I want to show the count based on user filter . For example Approved total request is 10 , now user filter the approved , and the data displayed in the grid(1-5) has only 3 Approved . Then I have to change the 3 instead of 10. How to achieve this . Thanks in Advance
Hi, I have a CDT and it is linked to a form and fileds are linked to CDT columns. Now, when user submit the form, data should save in the main table as well as another Audit table. Any idea how can I achieve this requirement.
I am using user filter in recordtype . Type of filter is daterange. Filter is done by expression rule not by selecting field of record data. I want start date and end date from daterange picker . How will i get both date? or how can i find data whose date is between this date range.
What is the best UI/UX Design for updating existing value in a particular field or creating new value for that field against unique ID in DB from an Interface?
Dear all, I am facing an issue while I try to run the appian status.sh script as root user despite the ownership is root. I am getting the following error: ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match thelocation of your Java installation. Any idea of how I can run it as root? Thanks beforehand. Kind regards,
I created a word template to be used in process model, in this template I had a chart, I'm able to replace the labels of the chart. But I'm not able to pass the data of the chart, can someone help how to export the data of the chart in the word template? Thanks
Hi, We have a use case where an employee from a warehouse needs to scan multiple barcodes. We were asked if this is possible without pressing, for example, a "Submit" button for each and every barcode scanned, since it would delay the process. The main goal is to allow the user to pick multiple barcodes, save them into a variable for example, and whenever the task is finished, it would trigger a process. Do you know if this is possible to do without forcing the user to press hundreds of times a submit button, for each barcode scanned? Or it's only possible via JavaScript embedded on the webpage? Kind regards
Hi All, I have a condition where I want to show a user profile photo if it is there otherwise show initials. For Image , I am using a!Image and for Initials I am using a!stampField. Can i use these two together so that if user profile is not present than I can show Initials. Thanks In Advance, Saurabh
Hi, I have an interface which I am using for Employee details capture. I am using the same form for the creation of a new record in the database and for the updation. I have created a RecordType and created "Update Employee" related action. Now when I click on the "Update Employee" button I am getting an error like "Error Evaluating UI Expression Expression evaluation error [evaluation ID = 335d6:04711] in rule 'at_captureemployee' at function a!multipleDropdownField [line 68]: A multiple dropdown component [label="Languages Known"] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was [languageid:25,languagenumber:1]; [languageid:26,languagenumber:4]; [languageid:27,languagenumber:2] and choiceValues was 1; 4; 2; 5; 3." Can someone help on this.
Hi All, I am trying to design a Comment Page , where I am displaying an Image just before comment textbox , but in that image field I want to display user profile if is available other Initials for the same. Please help me out in this condition. Thanks In Advance
How to export local data to Excel?
Hi, I have a table where username and password is stored , now in an interface i want to access password based on the username, can it be possible to access data from dB using a constant in the interface?
I Create a Process Model that will get all the user email address has exceed in the expiration date on the database and it will send an Email to the user that the Email they registered is already expired. I have 2 sample data of the user , my loop is working but the it will back in the 1st data. Please anyone help me how to get the second data in the loop inside the process model
Good Day Everyone! I'm having a problem on how to use the foreign key on my CDT so that I use another Record type as Rule Input, but when I used the Interface in a process model, I'm having a problem on the variables because I used a record type as a rule input. also I can't use the can't call the rule input in the context under Related action on my record type because of the same problem that I used a record Type as a Rule Input. what should I do? Thank you!!
Hi, I am working on Appian version 20.2 I have created a Record Type with a Data Store and Entity. The moment when I open the Records and selected my Record Type, I am getting a list with only few random fields and got a link for the first filed. I would like to get the data fields which I want instead of random fields. Can someone advise on this. Thanks.
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.