-
Recently active
Hi All, I have used date field components.In that I have two buttons with it like submit and cancel. When ever I enter invalid date and cancelled it and I again edit it it showing the invalid date as a default even though it is not storing in any of the localvariables. Any leads can be really helpful .. Thanks & Regards Divya
After creating 11 Step I got error like this when I entered AX Vehicle Record type beside the icon The Requested Record Type Is Not Available Expression evaluation error [evaluation ID = :] at function a!recordList: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Image"] has encountered an error. Expression evaluation error at function a!imageField [line 49]: The image at index 1 in an image gallery component [label=""] has an invalid value for "document". "document" must not be null. (APNX-1-4198-000) can any one help me how to solve where I get this error what to chage
Hi ,I have created a interface in which when I selected a product in "Add product in Cart", It should be populated in Picked products and will show quantity input field. But I don't know how to store the quantity input values for different quantity fields, for example If I give quantity value 12 for Soaps it is showing 12 for all product's quantity.Thanks in advance.Code for the same below:a!formLayout( label: "Buy Products", contents: { a!sectionLayout( contents: { a!richTextDisplayField( label: "User", labelPosition: "JUSTIFIED", value: user(loggedInUser(), "firstName") ) } ), a!sectionLayout( label: "Add Products in Cart", contents: { a!sectionLayout( label: "", contents: { a!pickerFieldRecords( label: "Pick Products", labelPosition: "ABOVE", maxSelections: 20, recordType: 'recordType!{886fbcf9-c44b-4cc9-bb6e-76529b93d6e5}TS_RecordType_Product', value: ri!productsSel
i want to display image in interface but i am unable to do that one can anyone help me for that,
How can i change date picker default format to DD-MMM_YY format default format is mm/dd/yy.
When I am trying to save a filter on the record, getting the below error, or if there are any existing saved filters on the record, the same erorr is being generated and blocking the users to perform any actions on the record. Has anyone faced such kind of issue
Hello All, The requirement is to send the entity data with the header and footer. Header and footer contain dynamic data. Header is not columns name; columns name will be the 2-line code. The file needs to be csv Pipe separated file. Sample file. H|2022-11-16|Filename Name|Age|City|Department Sahil|26|City1|Dept1 IBM|27|City2|Dept2 Appian|28|City2|Dept3 T|2022-11-16|Number In the above sample file data, the bold one is the header and footer. Thanks in advance
a!formLayout( label: "View Document", contents: { a!sectionLayout( contents: { a!documentViewerField( label: "Document Viewer", labelPosition: "ABOVE", document: 5080, height: "MEDIUM" ) } ) }, buttons: a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Submit", submit: true, value: "Submit", saveInto: ri!buttonvalue, style: "PRIMARY", loadingIndicator: true ) }, secondaryButtons: { a!buttonWidget( label: "Back", submit: true, value: "Back", saveInto: ri!buttonvalue, style: "NORMAL", validate: false ) } ) ) I want to see the document in the interface with the help of this code but I am not able to do this. Its directly download the document how can I see the document ?
In version 21.4, Export To Excel button is exporting only 1000 records from data base view where we have more records in DB view. And also the number of records data shown in the grid is not same as the data exported into excel. what could be the issue ? How can we resolve this issue ?
Hi, i am getting this error but there is no further information on which expression rule might be causing this. Checked the tomcat logs but the stack trace does not show any further useful information either. Error evaluating UI expression Expression evaluation error [evaluation ID = 43f47:2469d] : Invalid index: Cannot update value of length 5 by assigning value of length 1 Anyone can advise on how to troubleshoot this error further?
Hii All, I have one dropdown field in my interface , which is consists of 12 items in those 12 for 5 items , if i select particular item one integer field should be visible . the thing is if anyone of the item selected in those 5 items the common integer field is to visible , if we select remaining 7 items in drop down the integer field should not visible note only single integer field is used in interface we need to map 5 items in the dropdown out of 12 to a single integer field to give visibility based on selection IN 12 ITEMS : 2 OR 3 OR 7 OR 8 OR 10 is selected then only the integer field should visible or else disable the visibility please help me on this thanks
In the cloud database, a value with the row id is stored. I have this read only grid, I want to change the row id value instead of another field of the row In the following read-only grid image, the value of the row id "3" appears in the column "Grupo/Empresa" I want to change that value to a text to facilitate identification In this case the row id "3" belongs to "CORFOPYM QUITO" In the read only grid should appear " "CORFOPYM QUITO" instead of "3"
Hi Team, I recently took Appian Associate Developer certification got my certificate. There is a name mismatch between the last name I provided in my Profile and the certificate I got. Could anyone please tell me how to correct this name or whom should I contact. I have contacted Examity support but they told that they doesn't have controls over it. Thanks in Advance
I'm adding a related action to my record type and it asks for a process model. However, after hours of testing, the related action isn't even calling the process model. Does anyone have any feedback? Or, how do I get the process model to work? James
Hey there! It's been 18 months since we launched the Appian Certification program. Now that A-scores have completely retired, we're embarking on updating the certification exams and starting with Associate Developer. A team of Appian developers recently put together a revised list of test objectives and topics, and we'd like your input as well. The results of this survey produce an "Exam Blueprint," which will influence which topics make it to the final exam and how many questions we ask under each topic. We have a short turnaround on these surveys as we need to perform analysis of the results and provide to the exam writing team who will start very soon. The survey should take you about 20 minutes to complete, and ends Tomorrow (November 16th) at the end of the day. Please find the survey here: https://docs.google.com/forms/d/e/1FAIpQLSfaaE4bBqkpKiDlFMeBOZmrJHiC0kqqqB71QQC7CDXKJo4O-A/viewform If you missed it, then no worries. We'll be doing
Hi all, I'm new at Appian and I need to install Appian on Local Windows desk. I've similar issues with 22.4. After I run "password.bat -p <pw>", I get this error: Could someone help me?
hi, i am using log reader plugin to read rdbms logs, the latest "rdbms-audit.log.yyy-MM-dd" is being read properly, find the code readlog( "audit/rdbms/rdbms-audit.log.yyy-MM-dd", ) after 10mb size limit the log is getting rotated and is changed to "rdbms-audit.log.yyy-MM-dd.1" and readlog("audit/rdbms/rdbms-audit.log.yyy-MM-dd.1",) is not returning any data Can someone please let me know how to read the "rdbms-audit.log.yyy-MM-dd.1" log using readlog()
I am trying configure a related action to be nearly identical to how a a!submitLink works in the below code snippet. I need to reference a process model to configure a related action that can be setup like to my previous implementation of the a!submitLink logic. I am having a hard time determining if I can do what I need to do with a process model that would be the a!submitLink that allows for user confirmation of the action or cancel the action. See the code snippet below. Is it possible to convert this submitLink to a process model? If I am missing the documentation that documents the way to covert this a!submitLink into a process model instantiation/implementation, please let me know. Thanks! a!localVariables( a!cardLayout( contents: a!richTextDisplayField( value: { a!richTextItem( text: { "Rescind Case" }, size: "MEDIUM", style: "STRONG" ) }, align: "CENTER" ), link: a!submitLink( label: "
Hi! I'm using an a!match function in an interface. I have set the 'value:' parameter of the match function to the output of an expression which outputs a list of CDTs. Subsequently, I'm using this value parameter as 'fv!value' in other parameters. However, I'm receiving the 'improperly scoped variable' warning on multiple occasions when using fv!value (not in all cases). This warning is resolved when calling the same function that is called in the 'value:' parameter over and over again. However, I would prefer to refrain from doing this because of the performance implications of calling the same function multiple times. A code snippet is attached which shows the following: the times when fv!value is called in the 'whenTrue:' parameter (lines 6 & 14), no warning is given. When fv!value is called in the 'then:' parameter (lines 10, 20 & 23), however, a warning is issued. This does not rhyme with the expected b
a!queryEntity( entity: cons!ITS_PQR_REQUEST_DSE, query: a!query( selection: a!querySelection( columns: { a!queryColumn(field: "phaseAdvisory", alias: "Phase_Solution_Impact"), a!queryColumn(field: "lengthAdvisory",alias: "Length_Solution_Impact"), a!queryColumn(field: "valveClosureAdvisory"), a!queryColumn(field: "operatingCondtionAdvisory"), a!queryColumn(field: "flowRateAdvisory"), a!queryColumn(field: "fluidPropertyAdvisory"), a!queryColumn(field: "fluidTypeAdvisory"), a!queryColumn(field: "pipelineMaterialAdvisory"), a!queryColumn(field: "leakCharacteristicsAdvisory"), a!queryColumn(field: "systemAdvisory"), a!queryColumn(field: "tiePointAdvisory"), } ), logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "pqrRequestId", operator: "=", value: ri!pqrRequestId )
Need help to design & create records for below requirement, Each day 1 parent file and 8 child files will be loaded into DB table. Each child file will be having separate columns except foreign keys. Consider fileReferenceId and dataId are foreign keys. I have to display parent file data on landing page and provide link on dataId. Once user clicked on any of the data Id, user will be redirected to new page where records from child table needs to be fetched & displayed using dataId and fileReferenceId. My Approach: Create entity backed record using parent table. Whenever user click on dataId , using 'fileReferenceId ' decide which child table needs to be called from 8 tables. Using 'fileReferenceId and DataId' display returned data on interface. Could you please suggest another approach to avoid so many DB calls. Is it possible to create separate record for each child table and link in the parent record. Thanks, Hemant.
Hi there, We have a requirement where we are calling an API on tab out of field. If we have 20 fields 20 API calls will happen and in the payload we are every sending field. I know calling a integration in saveInto is asynchronous ,but loading will complete when all saveintos are executed.Is there any way to optimize it, because latency is very high (It is taking around 1 min to complete the loading). can we make it truly async like React or js based applications?
Dear Team, Am getting the following error message while calling a Endpoint from browser, only in one environment we are facing this issue and rest all working fine. Any advise would be helpful. {"resource":"\/suite\/webapi\/invalidWMUrl","error":"APNX-1-4187-000","message":"Authentication failed. Please check your credentials and try again.","title":"An Error Has Occurred"} Thanks, Sunil
Hi team, Is there any way by which I can authorize the endpoints if the token expires without manual intervention? I can see we can use authorizationLink but that requires manual intervention. Thanks,
How to apply sort on the data that we get from executestoredprocedure() while displaying on read only Grid?
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.