-
Recently active
Hi Team, I got a requirement of Modifying UI Text to be translated into multiple languages using correct language bundle. Documentation Link: https://docs.appian.com/suite/help/21.2/io-3.1/modifying-ui-text.html#_ I tried to go through the documentation but we have to get the bundles to update the properties but not sure how to get those files. Can anyone please help with that
Hi All, We came across a situation where we need to implement SAML for Internal and External user groups of our organization. Our Appian environment holds Employee ID as Appian Username for Internal Users and Email ID as Appian Username for external users. Our Identity Provider might be able to provide both the information, Employee ID and Email ID as Name ID of the Subject. Our Internal users and external users are placed in 2 different groups and there is a parent group where both the Internal and External groups are member groups. Authentication Group is set to the Parent group as this needs to work for both member groups. For the above setup, we are aiming to implement SAML Authentication. In Appian, is there a way to dynamically choose the Name ID based on the group the user belong to? For example if the user belongs to internal users group, we need to compare the Employee ID against Appian Username, If the user is from external user group, we need to compar
Is there a way that Appian can connect to a different mailbox, and send mails via that connected mailbox? This mailbox is application specific, that means only mails which are sent by certain processes should be using this. No other Appian processes should use this mailbox. Also, if such kind of setup is successfully established, when someone replies back, will the mail hit the same mailbox?
Hi everyone, I am trying to see the generated SQL statements whenever i run my query entities/when my process receives a request and run thru my save to data entities node. I have configured below, located in /deployment/web.war/WEB-INF/resources/appian_log4j.properties as per instructed from Appian documentation https://docs.appian.com/suite/help/20.3/Customizing_Application_Logging.html#database-integration-details I then ran my query entity by clicking Test Rule as show below and open the log 'tomcat-stdOut.log' located in APPIAN_HOME/latest/logs. But i cant find any SQL statements output. am i missing smth?
Hello All, We are on on premise environment. would like to use "Compare and deploy" with Devops setup in Admin console. May i get all pre requisition for this. I am getting time out error while configuring new environment. Thanks, Arunkumar C
Can anyone let me know the difference between archival and deletion process in process model.
Hi there, We seem to have a problem with the latest 21.2 hotfix (315). Is it possible to download the previous one (290)? In the appian site I can only download the latest one. We have just upgraded from 20.2 to 21.2 and there are problems in the primary schema and we would like to try the previous hotfix, which is also is the same as our cloud. Regards, Jesus
Hello there, A client has asked if it is possible to install Appian on a Tomcat server that they provide. It is a question that I have heard a few times already. I think it is not possible. At least the installation process always installs Tomcat and I have not found documentation to use an external Tomcat server. Does anyone know if it is possible that the customer provides and managesTomcat for the installation? Thanks a lot
Hi I'm having some problems with SAML Group Synchronisation, from Azure. Have successfully set up SSO in our environments and new users are created automatically. However, I can't get the Group Sync to work. I know that one particular group does exist in Azure and am using the ObjectId of this group. I think the problem may be that the groups don't show up in the SAML messages. Am I correct to say that in the SAML messages, there should be a SAML Group attribute, as documented here https://docs.appian.com/suite/help/21.1/SAML_for_Single_Sign-On.html#group-membership-synchronization i.e. something like below <saml2:AttributeStatement> <saml2:Attribute Name="member-of" NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"> In my SAML file, the AttributeStatement section contains only attributes related to my user account i.e. displayname, surname etc. Can anyone confirm? Thanks.
Hi all,does anyone have idea why this is happening? When I try to save changes in health check configurations I got this error in logs. This started from nowhere, I have spoken with system administrator and no changes were made from linux site. Also I didn't make any chages in my language/calender settings.Error from logs: Incorrect type (java.util.Date) for DateTime variable (Thu Jan 01 00:00:00 GMT 1970). Expected Type: java.sql.Timestamp. Auto-correcting to "1970-01-01 00:00:00.0" 2021-07-05 11:41:23,854 [Function Call Product Metric Aggregator] INFO com.appiancorp.core.expr.ProductMetricFunctionCallProductMetricAggregator - Aggregated 404 function call metricsError on helath chech interface:
Appian Content Management (Knowledge Center) . Which Appian engine takes care of searching and retrieving documents from KB when provided with Document id / document uuid. does the volume of data impact performance of Appian? by any means? (we have close to 30 Lakh documents in KB). Can you please share links to read and understand more on architecture around Appian Content management (KB)
Hello, I have recently been hired to develop an automation framework for a large-scale Appian project. I have experience in creating automation frameworks using Selenium, Cucumber, TestNG, Junit, Maven, and Jenkins but I have never used Appian (going through the developer course now). I was wondering what the community suggests is the "go-to" framework or if it's more up to personal opinion. I did find this helpful guide here https://docs.appian.com/suite/help/21.2/testing-applications.html however the links do not work for me that would take me to the three functional UI testing tools. If anyone has a working link that would also be helpful so I can have a look at all 3. Mainly I am just looking for advice from anyone who has built a large automation QA framework for an Appian project. Thanks!
Hi All, I am displaying the data from record type in an read only grid . Now I want to create a filter which will display the data based on particular field filter using expression rules . Help me to do this .
Hello, I have a two dropdowns , first dropdown have list of table names and second dropdown have all columns name based on the table name which you select from the first dropdown and then filter button . Whenever user hit the filter button based on the table name and columns should be present the data in gird layout. How to archive this one? Is there any possibilities is there by using report builder? Please suggest the best practice Thanks in advance .
Hi, I'd like to ask about the pricing of Appian. If in any case I build a web application through Appian for my client with 3,000+ users, and have it deployed and delivered to them, are those end users will be counted in the pricing of Appian per month? Or the pricing is only applicable for us as a provider/ developer who will use the Appian for application development? For example, the minimum 100 users, is it the only us as a developers/provider? Thank you!
Hi, We have a tempo report created(as readonly no task action) and we tried to view the report in form of Records (expression back record using source type as other webservice). We were able to achieve this. Can you please help me whether this approach will have any impact on the performance. Do we have any recommendations or suggestion on this approach?
Hi all, I know Appian offers DB encryption for Advanced or Enterprise Support customers on cloud only. But what about on premise customers? Can they encrypt their database? As far as I know it is posssible but can you tell me how? Do we need to encrypt the data just before persisting it and decrypt it after reading it with some kind encryption/decryption rule? Or is it possible to use a more automated tool? I would appreciate if someone could send documentation about it Thanks a lot!
I currently have a requirement. A main process is running. It needs to have variables altered in it and the flow diverted when a webapi kicks off a separate process. At the moment our plan to do this involves send and receive message Appian functionality in the process models to divert flow. I had noticed some bizarre functionality with this a few months ago and this deprecation page https://docs.appian.com/suite/help/21.2/Send_Message_to_Process_Model.html. I may have improperly assumed message sending was deprecated or at least not a good practice from some posts. Send and receive messages are not deprecated correct? What would you recommend for solving this requirement above?
Hi Team, Having few quires regarding UI testing Security configuration and features supported by Appain. how UI Testing Security is supported by Appian ? Does appian UI Testing support OWASP Top Ten ? What are the configuration require to setup the Security ? out of the box UI testing security ? Ease of Integration security ? Security feature Compatibility with latest version ? I am new to appian please share link of some document which can refer for security Compatibility. Thanks , Narendra
Hi All, Having few quires regarding UI testing Security configuration and features supported by Appain. how UI Testing Security is supported by Appian ? Does appian UI Testing support OWASP Top Ten ? What are the configuration require to setup the Security ? out of the box UI testing security ? Ease of Integration security provided by appian ? Security feature Compatibility with latest version ? I am new to appian please share link of some document which can refer for security Compatibility. Thanks , Narendra
A sub-process need to inform parent with details(CDT) , the parent process can call the child-process in asynchronous manner since parent process as some parallel activities. For this i have few approach : Parent will split the instances into two, one will the call sub-process node in synchronous manner. Another instances will carry other parallel task Another approach , i will not the split the parent instances , just call the process asynchronously (Start-process node). which will in turn create an instances in child process. Once child process finishes it will inform the parent via "send message event" from child Which implementation will have lesser impact on performance......
Apart from being Advanced or Enterprise customers, is there any other option available for a ETL tool (like Tableau) to connect to Appian cloud DB directly to generate complex reports?
Hi all, We're currently working with the AVM and AIM plugins together with a deployment pipeline in order to automate our deployments. We're looking into making the flow from "Export application" --> download .zip --> "copy to correct auto-deployment folder with folder listener" a bit more automated, as it currently requires developers to login to the Linux server where the Appian designer is installed. When you click "Export application", is the resulting .zip directly available on the development (Linux) server in question? If so, where? Or is it only available via the "Download package"?
Why looping functions are better than using MNI?
Hello, We have an Appian instance configured with SAML and ABC All Application Users as Authentication Group in SAML settings. All SSO user who is part of this group is authenticated without any issues. But we have few test users (local Appian users) who are part of the above mentioned group but no part of SSO and we expect these test users to be authenticated via Appian not through SSO. When we tried logging in from /suite/portal/login.jsp, unable to login when SAML is enabled (getting error "The username/password entered is invalid. Usernames and passwords are case sensitive."). Does that mean if user belongs to Authentication Group used in SAML configuration will always be authenticated via SAML configurations regardless of the URL /suite/portal/login.jsp /suite/sites/<siteName> /suite/design?signin=<Web Address Identifier> used to login? As per the Appian documentation all non SSO users will be able to login via /suite
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.