-
Recently active
HI ,I am trying to update a process variable of type datasubset,I am using the following code to update a particular index value,a!update( data: pv!dataSubset, index: index( index( pv!dataSubset.data, wherecontains( 1, tointeger( index(pv!dataSubset.data, "verse_no", {}) ) ), {} ), "sentOn", {} ), value: now() ) As the data is an array and at each index again is a CDT.And I am trying to store it in the PV(type Datasubset) but I could not able to do it I am getting an error "(Expression evaluation error at function a!update: Invalid index: Cannot use multiple numeric indices into record for update) (Data Outputs)"
Hi, We are planning to use LDAP for users and groups and control Appian security. Do we still need to create the same set of users again in Appian. Can someone advice on this. Thanks
Hi all, We are doing some cleansing in our environments and we want to know what was the last time a process model has been used. I tried the process reports, when analysing the process models, I can't get other than the last modification, but not the last usage. In monitoring or process reports for Tasks, I can get what is currently active or recently active, but not any kind of historical view. In the health check, there is a tab named process sizing that looked promising but does not contain that information either. I wonder if we can get any other source, of in anyone knows in table in the Appian model that we can query. Thanks.
Hello Appian Engineering, Like to suggest : Scenario : When a developer working on any object rules , It could be UI or expression or model Appian always had version from past 12plus years Which is good As we progress it will be good to have save and commit 1. Save basically a developer works whole day in dev and keep saving not to lose his work but that does not mean it’s working and ready for others to use 2. Commit when developer decides it’s ready for checkin and can be used in site other he needs to commit and mandatory to write comments May be a ticket that developer is working against or an enhancement for targeting a particular release Many times we see 100s of versions but more than 75% are just saves of a line change and dev testing how it looks etc and after ten saves developer decides good for real change and closes that piece of work Just compare how eclipse or vscode git integration works Even further shelving concept from Microsoft Having been 12yrs with appi
I am trying to install Appian but I am encountering an error on starting the application server. logs: [View:/cfs-file/__key/communityserver-discussions-components-files/12/tomcatStdOutLog.txt:320:240] also tried this https://community.appian.com/support/w/kb/1138/kb-1718-tomcat-fails-to-deploy-appian-or-start-all-services-successfully but the error still exists.
We intend to incorporate Appian into our existing application (development) landscape. Now questions pop up like what do we do with it and what don't we do in the application development area.In terms of application development now more focused on .Net/C# and a few apps on the MS power platform. Adding Appian means additional exploitation costs, investment in knowledge and employees. In terms of application development, should we now focus entirely on Appian and phase out the rest?
how can i add the UID table which is present in the another data base tables like employee personal details database base record doesn't have the UID table which i want in the my employee personal details but it was present in the employee UID details database how can i get that ?
Hello All, I'm facing this issue while opening the application which contains CDT's, groups and DS. The System Has Encountered an Error HTTP Code: 500 APNX-1-4198-000 Error Evaluating UI Expression Expression evaluation error [evaluation ID = a5eb9:bc758] : Appian object error. Details: Failed to execute query in thread for: EngineBackedQueryExecutor [queryKey=DESIGN, typeIds=[23, 80, 200], transformTypeIds=[23, 80, 200], refClasses=[class com.appiancorp.type.refs.ProcessModelRefImpl, class com.appiancorp.type.refs.DatatypeRefImpl, class com.appiancorp.type.refs.ProcessModelFolderRefImpl], reducedExecutor=[ReducedExecutor extended-process-design-service:Process Model,Data Type,Folder (Process Model)]] Please let me know how to resolve this issue. Thank You, Sneha.
Hi, I am trying to export Appian code from existing server and Import to the new server. In the Import process I have encountered with an option "Import Customization File (PROPERTIES)". Where can I get this file. Do I need to Import separately or will it included in the Exported code. Can someone advise. Thanks.
Hi, I have two applications and the respective sites for those applications for now. In future these count of applications may grow. Now, I got a requirement that I have to provide a common interface which user can use to navigate the respective site based on the application groups user belonging to. Some users may have access to both sites and some users have access to a single site. Can someone advise how and the best way to handle the situation. Thanks in advance.
Hi, I have configured a data source and TEST CONNECTION also showing "Test successful". Now, when I try to create a Data Type with the option "Create from database table or view", it is not listing any of the tables or views from the SQL database. Please, let me know if any one of you are having any idea on this.
so I need to indicate the status completed between 2 values so I want to show that value 1 is completed and it is proceeding towards value 2 for this it should be between these 2 values . I am using milestone function but in it either it is at value 1 or value 2 . Is there any other function or any way using the same milestone function I can do this .
Has anyone worked the GET method "deployment-management/v1/inspections/" to inspect a deployment package, through API Rest? It gives me the following error: But when running the "Get Deployment Log" with the same uuid, if it works Will I be doing something wrong? Thanks a lot
loan application flows to the Manager to process it further. The manager has 3 sub-ordinates to whom he assigns the applications for further processing. Requirement#1: As a manager, I should be able to configure the percentage allocation for each staff members. Requirement#2: As a manager, I want the system to auto assign the ingested cases(requests) to the staff members in the configured percentage. where to start and what to do to implement this .. like can anyone please guide step by step for this
Hi, I created a new user through the Admin Console. I tried to login to that account. Password was changed but not able to access. This user has already access to required groups
I can't find the .woff2 URL to add a new typeface
Hi, I have below setting customer.properties. conf.data.APPIAN_DATA_SOURCE=jdbc/SqlServerDataSource tomcatResources.xml <Resource name="jdbc/SqlServerDataSource" factory="com.appiancorp.tomcat.datasource.EncodedPasswordDataSourceFactory" type="javax.sql.DataSource" driverClassName="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sqlserver://xyz.nam.nsroot.net:2431;databaseName=TestDB" username="xxx" password="xxx"../> Now, by using above settings, how can I connect to the database. Do I need to use any specific object to read these properties and form a connection string or do I need to follow any other process. Can someone advise. Thanks.
I have a read-only grid with the following data (image below)Currently all my users can see all the dataIn my case, i want "User1" should be able to see just "Vendor1" in vendor_selected column, "User2" should be able to see just "Vendor2",....etc.How can I do that?
Hello, I have an ask to insert a generated PNG file into an HTML document we generate through the "HTML Doc From Template". This document is then later converted to PDF which is given to the user. The image generation and PDF generating is working fine, however I cannot get the image to appear in the template. I've found many older forum posts saying to convert the image to Base64, but it appears the functionality to generate the base64 within a process model has been removed from Appian. I cannot pre-generate the Base64 as the image itself is generated on the fly and then deleted within the same process. Any ideas? Thank you!
We have a requirement where we need to configure Azure AD B2C as the IdP for SAML and subsequently make calls to an API using the SAML Bearer Assertion as Authorization Grant feature. The customer is unsure on how to configure Azure AD B2C correctly. Does anyone have any experience with this? If so, we would highly appreciate any assistance or guidance.
Can we query log files in appian and show them in an interface?
Hi, We have to SQL server as a database from Appian. We are trying to find out what jar is file is required to placed in the path which has been specified in the below highlighted path. Can someone advice. Thanks.
May I know some set Best Practices to be followed to improve the performance of the application(all Appian objects) because I had a scenario where main landing page is taking 20 seconds to load on site Thanks!
When using SAML it appears that sign in links are not displayed. It would be beneficial if these where visible even when SAML is used. https://docs.appian.com/suite/help/18.3/Appian_Administration_Console.html#sign-in-page-links A lot of times customers need a way to notify someone that a user account is locked, or needs to be created. These sign in links are great for this use case. But it seems like they do not display when using SAML.
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.