-
Recently active
Hi I have an editable grid like below. The customer wants to move from 1A to 1B on click on 'Enter' instead of 'Tab' press. Is this possible. A B C Row 1 Row 2 Row 3
Hi guys, I was using this "Export DSE to Excel" SS in replacement for "Export CDT to Excel" SS which is deprecated in recent version. So the problem is , they have declared CDT in the start node variable and did some changes in the script task afterwards and pass the PV as CDT in older version. But the new version is throwing error while giving the PV as CDT. Is there any way to solve this. I need help ASAP. The error message and the process model structure. Thanks in Advance. Regards, Kavya
i have a requirement where I have to extract the data from a csv file to a cdt/database. Here row1 has fields and row2 has the values. Again 4th row has few more fields and 5th row has the values. I tried using import to database v6 which works only for row 2.But I need to work for row 5 as well.
can anyone Check If the following code is correct .The final output is not displaying in the required field. It is for calculating loan interest a!formLayout( contents: { a!sectionLayout( contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!integerField( label: "Amount Of Loan required", labelPosition: "ABOVE", value: ri!LM_CustomerDetails.loanid.amountOfLoanRequired, saveInto: { ri!LM_CustomerDetails.loanid.amountOfLoanRequired, a!save( ri!LM_CustomerDetails.loanid.loanRepaymentPerMonth, if( and( not(isNull(ri!LM_CustomerDetails.loanid.amountOfLoanRequired)), not(isNull(ri!LM_CustomerDetails.loanid.interestRate)), not(isNull(ri!LM_CustomerDetails.loanid.repaymentPeriod)) ), ((ri!LM_CustomerDetails.loanid.amountOfLoanRequired * ri!LM_CustomerDetails.loanid.interestRate)/ri!LM_CustomerDetails.loanid.repaymentPeriod), {} ) ) }, refreshAfter: "KEYPRESS" ) } ), a!columnLayout( contents: { a!floatingPointField( label: "interest rate"
Is there a way to disable nodes in a process model for testing purposes? At the moment I just disconnect the nodes from the process model, but Appian doesn't seem to like that. I would like to be able to do some equivalent of commenting them out, if there's anything like that.
Can someone please help with the "Set search context" on Windows Automation Tutorial? The part of the workflow that Switch to Notepad sometimes works but does not work most of the time with this error message: "The element could not be found". Below are the screenshots of the configuration set up: Thank you in advance
I have a requirement to send consolidated escalation emails. One user can have multiple tasks assigned to him. But requirement is we cannot send individual escalation emails to users as its increasing their mail box volume. So Instead of default task escalation email, I need to create a consolidated email which will show/inform all the tasks assigned to a particular user if task isn't completed within 2 days. I have a task report I tried using grouping by task owner field but it isnt working , attached code image Please help me with your ideas & solutions . Thanks in Advance
Ref: KB-2204 Information about the Log4j2 security vulnerability https://community.appian.com/support/w/kb/2511/kb-2204-information-about-the-log4j2-security-vulnerability-cve-2021-44228 As all AppMarket plugins are open-source, customers also have the ability to inspect and update independently (and can publish their updates We may use 1000s of plugins for our app, what would be the best approach to inspect to identify whether the specific plugin file uses Log4J and what version of it to confirm its affected by CVE-2021-44228 vulnerability? Is there any recommended tools / steps available please? Thanks
Hello Everyone, PFA image of Instance of a process model which ran perfectly fine without any error. Few Details are : There are 4 parallel paths in the process Model(from top to bottom respectively). 1st run always. --> Working Fine At each run either 2nd path is traversed--> Working Fine or (3rd --> Have Issue & 4th --> Working Fine) are used. Issue: On 3rd Path, I am using the node in the red circle to store a CDT in the DB, but nothing is stored in the DB. The previous node(Expression rule) in the same path create that CDT which we want to store in DB. However if we manually open the running instance of process model & Start the encircled node by doing a right click on it, It works fine. Kindly please explain me the root cause for this & suggest what I can do to overcome this issue. Thanks, Shikhar
I want to have the gridcolumn header fixed while scrolling down. while scroling down grid header automatically goes up but want something like excel. I've suggested clients to restrict the paging to small number but they dont want that, they want excel like feature An editable grid where you an scroll the columns but leave the first one frozen (like you can in Excel). Please help, TIA
Do the original hotfixes on the 11DEC cover nvd.nist.gov/.../CVE-2021-45046
Is there a way to know which input field is in focus in Appian. i.e., the cursor is inside it.
How can we use appian service instead of google cloud service for classification and extraction in appian idp
Hi All I am using Jmeter 4.0 , when I pass correct post request from Jmeter to Appian I am not getting correct response and due to this issue further tests are failing , this is happens randomly.
a!localVariables( local!seg, loca!nombre, local!apellidopat, local!apellidomat, local!buc: 00000121 local!buc: 00000187, a!textField( label: "BUC/NÚMERO DE CUENTA/NÚMERO DE TARJETA", labelPosition: "JUSTIFIED", instructions: "", placeholder: "Ingresa los datos a buscar", value: ri!busqueda, saveInto: {ri!busqueda, if(local!contador <= 17,{ a!save(local!seg,rule!PE6A(local!buc).result.body.partyRec.partyInfo.serviceLevelDesc), a!save(local!nombre,rule!PE6A(local!buc).result.body.partyRec.partyInfo.personPartyInfo.personName.givenName), a!save(local!apellidopat,rule!PE6A(local!buc).result.body.partyRec.partyInfo.personPartyInfo.personName.paternalName), a!save(local!apellidomat,rule!PE6A(local!buc).result.body.partyRec.partyInfo.personPartyInfo.personName.maternalName) /* realiza la busqueda por numero de Tarjeta */ }, if(local!contador < 12, { a!save(local!seg, rule!PE6A(local!buc2).result.body.partyRec.partyInfo.serviceLev
Hi All, I have a process Model where the value of a process variable is being updated internally like status : Success, Error, and so on . I just want to show an error message in an interface to the user if the value is different from Success.
Hi team, I am using a record on a SITE. I am calling a PM from record link. This PM has a process start from. On clicking submit, the process should end and user should be redirected back to the record list. We are using buttonWidget component with Submit as true. But, what's happening is the process is getting completed but the user is not redirected back to the record list. Instead, the form is still open on the screen. We used both chrome and internet explorer, we tried to clear the caches but nothing worked. I don't see any code issue as the process got completed successfully. Any Idea, what might be the issue?
Hello, Is there a way for a response from a webAPI to be returned in "application/csv"? I know it can return XML and JSON. But in this specific need, I need it in CSV format. Thank you.
Hi Community, I followed the Appian quick start installation guide, and ran all commands: <APPIAN_HOME>\services\bin\start.bat -p <password> -s all <APPIAN_HOME>\data-server\bin\start.bat <APPIAN_HOME>\search-server\bin\start.bat <APPIAN_HOME>\tomcat\apache-tomcat\bin\start-appserver.bat Everything ran successfully, but when I went to my browser and navigated to http://<FQDN>:8080/suite/design/users, it wasn't connecting, tried different browsers same result. I replaced the FQDN with what I entered in conf.suite.SERVER_AND_PORT= and it is un-commented so is conf.suite.SCHEME=. I'm not sure what else could have went wrong. If anyone have resolved a similar issue your input would be most welcome. Thanks, Eric
Hello, I posted a couple of minutes ago about a dropdown field doing something similar to this except now it is a custom picker field. I put the code below although you cant test because it has a rule in it. If you want you its just countries so you can use USA, UNK, GER etc. The issue is that I need to save the value into the local variable array. Every time I select a option it just deletes the option and I have surmised it comes out of the issue of list of text vs list of null because list of null sets it to be blank and you can pick but list of text fills it with blanks regardless of null value being present in list of text. Here is the code: a!localVariables( local!pubProdCtry: cast(typeof({null}), repeat(4, null())), local!dataProdCtry1: cast(typeof({null}), repeat(4, null())), local!count: 1, local!datacount: 1, local!primary1: repeat(4, null), local!primary2: repeat(4, null), { a!cardLayout( contents: { a!forEach( items:
The idea that I want to do is be able to save a specific answer into a specific spot into an array. I want to be able to select multiple drop downs save it into one array and then put that in the CDT to be referenced. I do not want to use a multiple dropdown because thats not in the scope of what I have to do nor is it plausible for the problem I have to complete. The basis of this interface is supposed to be able to click the add button add another option and then select if its the primary or not and then save those. This code you can play around with yourself: a!localVariables( local!pubProd: {null}, local!dataProd1: {null}, local!count: 1, local!datacount: 1, { a!cardLayout( contents: { a!forEach( items: enumerate(local!count), expression: a!columnsLayout( columns: { a!columnLayout( contents: { a!dropdownField( label: "Producing Or
Hi all, my requirement is to send the user details through email, for that I Created html document with my required fields and saved in html with .html extension and uploaded in choose upload document and re-scanned document but the fields are not populating and not getting any error, the below is my html code, please help me where I went wrong. Make Model
How to use user input task in-process model workflow to accept task by more than one manager (each manager have a manager for him)
Hi, I am facing an issue while importing applications into different environments due to nested CDTs. Getting error "An error occurred while creating datatype [uuid={urn:com:appian:types:ADMIN}ADMIN_DF_PI_createConfig]: The XSD could not be imported because it references a missing type: {urn:com:appian:types: Q1}ADMIN_DF_PI_resource. No types have been imported. (APNX-1-4049-001) (APNX-1-4071-007)" here ADMIN_DF_PI_createConfig is parent CDT, and ADMIN_DF_PI_resource is child CDT, both are existing in the same application Due to this remaining CDTs also not imported "The datatype [{urn:com:appian:types:ADMIN}ADMIN_CRE_siteDetails] could not be transported. Cause: The data type [{urn:com:appian:types:ADMIN}ADMIN_CRE_siteDetails] could not be imported because another data type failed to import. In order to ensure consistency, unless all data types inside and outside the package successfully import, no data types are created or updated. (APNX-1-4071-019) (APNX-1-4071
Hi all, uploaded the documents and showing those documents to the user but i facing error in site page showing "expression evaluation error [evaluation ID = aae0b:d617b] in rule 'sha_imagelist' at function a!forEach [line 23]: Error in a!forEach() expression during iteration 1: Expression evaluation error at function a!billboardLayout [line 35]: The image in a billboard layout has an invalid value for "document". "document" must not be null". I checked it by using different function like fco_hasvalue and fco_isnullorempty still i have this issue can anyone help me to resolve this error a!localVariables( local!listingData:rule!SHA_LISTING_EXPRUL(listingId:index(ri!listing,"listingId",null)), local!houses: rule!SHA_qe_getDocuments( entityId: index(ri!Document,"entityId",null) ), local!address:rule!SHA_qe_toGetPropertyAddressDetails( listingId: local!listingData ), local!appCount: length(local!listing
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.