-
Recently active
We have requirements to build out document retention policy management features: * Define purge policy definitions to define business epxression for when documents should be purged (e.g., delete after X years and other business conditions met) * Create purge records to capture list of documents which will be deleted in upcoming purge cycles to allow users to define hold/exceptions which should not get purged) Has anyone built these type features in Appian and what implementation approaches were taken?Regards, Bob
Hi, I would like to restrict a user (Business User) to access only site access using site menus. At the same time, I would like to restrict business user to "Appian Designer". How can I achieve this. Any suggestions please. Thanks in advance.
Hi Team, This is a on-premise system. When we try to access the All Application View Page (http://<appian-url>/suite/design). All objects page and others are working for us. Please find the log entry in Application Server Log: 2022-10-17 14:04:31,103 [http-nio-8080-exec-1] ERROR com.appiancorp.rest.shared.AppianExceptionMapper - Internal Server Error on REST API invocation.com.appiancorp.exceptions.LocalizedAppianRuntimeException$LocalizedAppianException: Expression evaluation error [evaluation ID = 02c9d:b38a4] : (APNX-1-4198-000) at com.appiancorp.exceptions.LocalizedAppianRuntimeException.<init>(LocalizedAppianRuntimeException.java:16) at com.appiancorp.sail.server.ServerExceptionTransformer.createLocalizedObfuscatedException(ServerExceptionTransformer.java:46) at com.appiancorp.sail.AbstractUiService.localizeException(AbstractUiService.java:113) at com.appiancorp.sail.AbstractUiService.reevaluateUi(AbstractUiService.java:79) at com.appiancorp.sail.AbstractUiServ
Dear I would like Appian RPA Robot to read/write to DB in "MS Access".So, I am trying to create custom Java code. Issues Below are wexing me now.1. How to pass values from process model to custom Java code.2. How to execute the query statement against MS Access.3. How to return query execution results from java custom code to process model Regarding 2, I think I will use UCanAccess which is one of JDBC.If you know a better way, could you tell me it. Regarding 1 and 3, could you share a sample code ?
Can anyone tell me the procedure to follow, so that I can have on-prem solution on my device. P.S, I tried following mentioned on the Appian website but it is of no use as when I try to go on the Appian Forum, it redirects me and shows error 404. So can anyone guide me?
Hi all, Wanted to ask the community to see if anyone has some best practice recommendations to handle the edge cases caused by Appian limitations in how it detects null/empty values and how it converts null singleton types into array rule inputs; and especially recommendations on setting up re-usable query entity rules. We've discovered that Appian handles nulls in unintuitive ways depending on the data-type. If a rule input is an array, and you pass in a singleton of the same type that is null, Appian will automatically convert that input to {null} (a one element array where that element is null), rather than null or {} (empty). According to Appian support, this is the expected behavior of the product. However, this causes two issues for us: The out-of-the-box isnull() and a!isNullOrEmpty() functions return false, despite a reasonable assumption that the value is null/empty. (It is not. It is a one element array with that element being null, due
Please let me know how to add the highlighted icon
I have not created any record for storing status values i.e. assigned, accepted and completed. How can I do it?
Hi, Is there any way we could track developer activity in appian, I know , we can manually check each objects versions for the changes made, but was wondering if there is consolidated a report at a user (developer) level,to see what all objects they modified and what was modified. Note : we have an on premise installation, so any report that can be created out of metadata, we are open to that as well. Thanks
Where/how do i create a new process calendar for my application? unable to find the Process calendar option in the gear icon that i see on the top.
I don't know how to solve this... To test web APIs with the POST method from a terminal, via following cURL command: curl - X POST -u [username]:[password] https://[Appian Site]/suite/webapi/[startTest API]
Hi All, UAT environment were went down, from our Appian admin we received the tomcat.std logs with below error: 2022-11-22 14:05:56,714 [ThreadPoolTaskExecutor-147] ERROR com.appiancorp.process.workpoller.WorkItemListener - Error while trying to connect to send call 'completeWork'. WorkItem is going to Timeout in the requesting server: [WorkId: 71, EngineId: execution00, Request: ExpressionGroupRequest:2107325 as mm55767 by am85788, Response: ExpressionGroupResultResponse:2107325 type 117 daysToWait 0.0 canBeRetried false elapsed 7051.0] com.appian.komodo.client.FailedToSendRequestException: Unable to write request f2660200-f2bc-43bd-8c3a-858abfdedfc7 to localhost:5024 at com.appian.komodo.client.EngineSubchannel.lambda$internalSend$3(EngineSubchannel.java:253) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:578) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:552) at io.netty.util.concurrent.DefaultPromise.notifyLis
Hello, I was wondering, what would be a good way for a software development team to work on the same project and maybe even the same objects? Thank you for sharing some insightsThomas
Just Installed Appian on Linux (Centos) But the site is not redirecting to /suite page. What am I missing? I get the error below when I load the site Any help will be appreciated. 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 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?
i want to add the three fields into like eg firstname, middlename, lastname into one field as full name
how can we achive pagination in layout grid without using foreach?.
Hi On my process modeller, whenever I debug the process model, the Process Start Form does not display, the process continues to the next steps without the option to populate the form. Is there a setting for enabling and disabling the Process start form or is this just in my environment? Thanks in advance
On the process minning install documentation (https://docs.appian.com/suite/help/22.3/pm-5.6/admin/install.html) in the Production installation section step 6 says: Modify the following mandatory parameters in the .env file Shouldn't it be .env-prod? and if so step 6 should be merged with step 5. Because when you run ./pm.sh use-prod-config the file .env will be overwriten with the contents of .env-prod Thank you.
Hello, I'm looking for a best practice how-to enable a user management within an application. Basically there are two main roles within the target application: administrator role - I assume that one can be based on the appian built-in user management standard user role - thats a role where an "anonymous" user can apply for with a self choosen username and password based on an application built login interface such user will have some additional things to do What would be a good way to achieve this if any? Thank you in advanceThomas
How to following text into constant write it in a constant.. should i make separate constant for each double quote text>> "sites/" & "workday-dashboard-config" & "/record/"
Hi, I am currently using Appian 22.1.875 on Linux servers. Presently, my applications are using Oracle12, but now my DBA team is planning to migrate to 19c. Will there be any issues after the upgradation of DB to 19c? Has anyone tried this? Was there any impact on the existing applications in Production environment because of this migration? Please help. Regards, Chetana
When I submit a form with a dependent dropdown fields, it stores the ID in the database... I want to store the value or text that I chose... I followed this: https://docs.appian.com/suite/help/22.3/recipe-configure-cascading-dropdowns.html HOW I DO THAT? please help
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.