-
Recently active
How to remove extra carriage return on a generated text file in Appian 0085117,000011.55,000011.55CRLF0052514,000035.00,000035.00CRLFCRLF
How to configure stored procedures output parameters in execute stored procedures smart service to get data output from DB
Hello , Is there any way to import an object even if it has a dependency not found? I can't access the application environment because it was an appian test environment and it has been removed. I only have the export package
How to restrict multiple users to access same form?
Hi together,I tried to implement "AS IO Full Application" aka "Appian Onboarding Application". https://docs.appian.com/suite/help/21.4/io-21.3.3.4/appian-institutional-onboarding-home.htmlThis thing feels broken as hell.My main issues currently: 1.) We got an error message which is referring to a not available function. no plugin i know, can provide this function. ('loadbundlepropertiesfilemultifolder') "Expression evaluation error [evaluation ID = 2a107:24de2] in rule 'as_co_i18n_ut_loadbundlefrommultifolder' (called by rules 'as_io_ut_loadi18nbundles' > 'as_io_fm_landingpage') : The function 'loadbundlepropertiesfilemultifolder' is unavailable." There is a package out there with a similar function. https://community.appian.com/b/appmarket/posts/load-resource-bundle This i definied as precondition so it should be fine.But yeah. similar.Has anybody already dealt with it so far or even a workin
Hello All, We had an existing CDT which we recently changed to increase the length of one of the text field. Now writing to the corresponding table is failing with the below error. We have the same code in preproduction and it works fine. Application server log is not giving much details about the issue. Please help if anyone has faced this issue or knows how to fix it. Thank you in advance. An error occurred while trying to write to the entity “DCM_Product” [id=4623d033-078a-409e-9dac-279520070dfc@1268, type=DCM_Product (id=1943)] (data store: Dynamic Case Management). Details: java.lang.ClassCastException: org.eclipse.emf.ecore.impl.EClassImpl cannot be cast to org.eclipse.emf.ecore.EDataType Data: Thanks Subhashree
Can someone explain me the difference between milestone level audit and field level audit? If there is any documentation regarding these topics, it would be really helpful as well. Thanks.
The query editor is a super quick and handy way to get queries all put together, but I was curious why it doesn't function for queries on data sources other than data store entities? The logic needed when we code it manually is ultimately very similar. Not being able to use the editor for a record, for example, seems particularly weird as records are supposedly the fastest/best way to get data in Appian. Yes, I can put in filters and whatnot in the record itself, but then I end up having to make separate records every time I want to change what data comes back, which seems silly. So that leaves me with manually generating all my record queries (or anything else I want to query that isn't a DSE). Is there something I am missing? And if not, can I request that we expand the functionality of the query editor to all queries instead of just the single subset of data store entities?
Dear All, We have a requirement to setup a new Dev environment (v20.2) .We have more than 50 + application to export from old env into new environment. Some of the applications (contains 1000+ objects). When we try deploying via compare and deploy option . The system throws with 500 error as below HTTP Code: 500APNX-1-4198-000 Error Evaluating UI ExpressionExpression evaluation error [evaluation ID = YU5ZGJIV] : [valid:false,syntaxError:false,value:Expression evaluation error: An error occurred while executing a save: Expression evaluation error at function a!dod_api_app_checkResult [line 66]: The specified environment is not available] Any suggestion/Steps or best practices to import large application which contain more than 1000 objects ? Anybody faced similar issues.Please help
In Appian release notes of 21.4. Removal section contains Process start forms and user input tasks can no longer be configured using in-line expressions. To configure new forms, directly select an interface and map inputs to your process variables. Existing expression-backed forms will continue to work as designed. What does it really mean?
I have a Parent Page with a list of records. - When a user clicks on the record, it opens to the edit page where users can make changes to record and hit save. - But the changes are not showing up on the parent page? How do I refresh the records on the Parent Page?
Hi, i have multiple dropdown field... i made that to reusable... it's working in other places and only in one place it's showing error for choice vales error can anyone help with this? Thanks
When you make an expression, the name and rule inputs show up in the little help box in the bottom left corner much like native appian functions. The expression's description also shows up. I was wondering if there was some way to make descriptions for the rule inputs.
Hi everyone, Hope everyone is doing well and safe. As I am new to Appian, Could anyone of you help me for this question, is it possible to apply recursion concept in appian ?what is recursion in appian? how it will work? Thank you all in advance! Regards, Kiran Sajjan
I want to write an expression rule to compare two values: first value is from rule input and second value from a db table field.If the values are same ,then another field(column) of my db table must be set to inactive or 0.
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228 Is Appian affected by the log4j vulnerability CVE-2021-44228?
Hi,I have a requirement, where the client need to customize Appian Login Screen,if anyone who has worked on it, could you plz help me on this.Change the login page from the default Appian login Page to the standard Organization authentication page (For Example: when I log into workday, or myLearning or other... I get the screen attached to this ticket).Can the login page be specific to one application??
Hi Team, QueryEntity is not fetching data correctly, below is my code: a!queryEntity( entity: cons!TEMP_TABLE, fetchTotalCount: ri!fetchTotalCount, query: { a!query( selection: if( rule!APN_isEmpty(ri!columns), {}, a!querySelection( columns: a!forEach( ri!columns, a!queryColumn(field: fv!item) ) ) ), logicalExpression: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "clientId", operator: "=", value: ri!clientId ), a!queryFilter( field: "requestorName", operator: "=", value: ri!requestorName ), a!queryFilter( field: "engagementNumber", operator: "in", value: ri!engagementNumber ), }, ignoreFiltersWithEmptyValues: true() ), paginginfo: if( rule!APN_isEmpty(ri!pagingInfo), a!pagingInfo(startIndex: 1, batchSize: - 1), ri!pagingInfo ) ) }).dataIn the test output, it is returning the result as infinity symbol for a particular column which is number(integer), shown below: My table in the backend
I am facing below error on task submission: Previously, this issue was not occurring. We have checked the security for all the related objects. Everything seems to be fine.
Actually is this for me or somebody also facing this 403 error?
Hi, Can someone help me here. Line1 code in the below attached image is giving proper expected output (Email). Where as Line2 is returning an error. Any idea what went wrong.
The interface for my grid field has all it's data queried before losing connection and stored in a local variable. Then for the grid field's data parameter, it's getting it from the local variable. I have this interface as a start form in a process model, so I may make it an Action on a site. When I test this out on mobile and disconnect myself it stops working. I followed the guide in Appian documentation not sure what I'm doing wrong? Is it because it's not a form, I even gave it a cancel button.
Hi Team, I have 2 interface one is parent and another is child interface. From child interface i am submitting the form and found that value is not passing from child to parent. I am using same rule input for both parent and child. help me on this to get the solution. Thanks,
I want to write an expression rule to compare values of a rule input and value from a db table field.If the values are same ,then one of the fields(column) of my db table must be set to inactive or 0.
Hi , saveInto is not working for the below code a!paragraphField( label: "Comment", value: ri!comments, instructions: "(" & 255 - len(ri!comments) & ")", saveInto: a!save(ri!comments, save!value), refreshAfter: "KEYPRESS", validations: rule!PDR_validateTextOnSize(enteredText: ri!comments, size: 255), required: true(), readOnly: false() ) when I write anything in paragraph field the value is not save.
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.