-
Recently active
Are there any plug-ins available to run the given commands on the Appian server level?A little background on the requirement, we are maintaining an on-premise Appian instance and whenever we need to un-archive processes we need admin's help in executing the necessary commands on the server level.We are thinking of automating that , for that we are checking, if there are any plug-in's available which can execute the user given commands on the server level. Thanks in Advance.
In my community edition, I cannot see the DATA type in the New dropdown. Only the Record type is available in the dropdown.
Does anyone knows what's the difference between using an integration with a proxy url and enable HTTP Proxy on the admin console?
Is it possible to have a session countdown timer in the UI, when the user goes into idle state. When the session timeout pop up message appears, is it possible to have a count down timer to show the remaining minutes before logout
Hi, When we try to open/access any Process Models using the Appian designer, we are getting an error message like below. Any advises please. We tried to login using Admin privilege account and basic user a/c, but the issue remain same. "Error 404 - Page Not Found" Sorry, we can not find what you are looking for
fff
Hi! When using embedded interfaces and use the url appian-site/url /suite/tempo/ui/sail-client/embedded Bootstrap.nocache.js on the external site, where is defined the interface that will be embeded? what does this url contains? Do I have to change something? And it's available to use when using appian on premise right?
I have an issue I'm stuck on. We have this value writing to the DB for this column: And here it is after the Write to Records node: Does -2137483649 mean anything in the crazy world of data? I tried searching it but didn't return anything useful.
Facing below issue while trying to enable SSO. I have filled out the SAML form with all the required information. When I am testing the configuration, I am receiving error message as below. FYI, IdP is Azure Ad. I see below message from Logs Interesting part is, Azure logs says that my login is successful even though I have above error message displayed in Appian. Did anyone face similar issue or know about this issue?
Hi Experts, Is there a way to retrieve inactive members of a group? I attempted to fetch all inactive users from the Users record type, but couldn’t find any direct function that provides group details for those inactive users.
Hi Team, I wanted to give a link in Editable grid ,on clicking of it it will open a task, I have tried with start process link, but its is not working in editable grid. Note:Editable grid is again placed in a related action. Let me know possible ways to configure the link. Thanks
Hello Community, We’re currently designing a bi-directional integration between Appian and multiple external distributed systems — including CRM, KIOSK, and MOBILE channels. We're evaluating two architectural approaches and would appreciate your insights, especially around Appian events, correlation IDs, and event-based routing strategies. Approach 1: Task-ID Based Integration In this model: When Appian creates a task (e.g., KYC Review), it exposes the task ID to an external system (such as CRM). The external system then uses this ID to call back into Appian to complete the task. Approach 2: Event-Driven Integration with Correlation ID (Using Appian Events) In this preferred model: A correlation ID (UUID) is generated at the beginning of the interaction and shared between Appian and the external system. This correlation ID is used consistently throughout the lifecycle of the end-to-end process across all systems. Appian does not expose any internal task or
hello I'm on 25.1 and I have the below Use Case: I need to display on a read-only grid a short list (5 or 10 items at least) of last opened Record of a given Record Type. basically I need to store on a table the interactions over a Record List (every time a user clicks on a Record Link) in order to display the "last opened records" as a table I was thinking on replacing the Record Link with a startProcessLink which stores this transaction on a table (recordId, user, timestamp) and then open the Record Summary as a task, but this has several disadvantages: - the record page has several tabs (summary, attachments, other related data ....) which might requires additional effort to refactor - transforming the record interaction into processes might have performance issues any thoughts/suggestion about how to deal with this? thanks
I need to create a dynamic DOCX document that includes a table with 12 columns, where each column automatically adjusts its width. Already I create the same but able to showing only 8 columns. The remaining 3 columns exceed the page width, so they aren't visible, although I have not define width anywhere in the code. Please help me to fix it.
Hi, I'm researching about the plug-ins development and I've seen in the documentation that a local installation of Appian is required to develop and test any type of plug-in. For instance, in this page it says the following: "In order to individually build a custom smart service plug-in, a licensed local installation of Appian is required. Appian Cloud customers who have a local installation must develop and test the custom smart service locally and coordinate with Appian Technical Support to deploy it on their site." Why is a local installation necessary? Is it because the Appian JAR (<APPIAN_HOME>/_admin/sdk/appian-plug-in-sdk.jar) has to be added as an external dependency in the IDE? The JAR file can only be obtained from a local installation? Thanks in advance
Hiii, I want to add the Total Cost . It show the data in below format. I am using sum function to add the data but it is not working. List of Dictionary - 7 items Dictionary Total_Cost19000(Number (Integer)) Dictionary Total_Cost18000(Number (Integer)) Dictionary Total_Cost15000(Number (Integer)) Dictionary Total_Cost7000(Number (Integer)) Dictionary Total_Cost9000(Number (Integer)) Dictionary Total_Cost13000(Number (Integer)) Dictionary Total_Cost1500(Number (Integer))
Hi! We had to migrate from Appian on cloud to on premise. Is it normal to successfully connect when using a Web API with a get (hello world) but not when using a post (upload a document)? On this case I've got a 403 - Forbidden error.
Hi! We had to migrate from Appian on cloud to on premise. Now I can't find the system logs, where are those on the on premise version?
Hi , We have a requirement of Loading Data into a new Table / View from 4 different tables (These 4 tables don't have Record , those are old tables They have CDT) . In terms of Performance and New features of Records which approach will be better ? 1. Use Store Proc ( Creating a new table > Select required columns from 4 different tables > Insert into new table ) But in this case , everytime if our 4 tables get updated in Prod, We have to run this Store Proc 2. Create a materiliazed view . but I guess in this case also , we have to update our view if there are entries in those 4 tables 3. Create a normal view from 4 tables But Record Sync and other data fabric features won't work here I guess Can anyone please help here ? Thank You in Advance
I am using appian version 24.4 and made a user filter for a record that is populated by a lookup table. I deleted a couple of rows from the table because they were unwanted, but they still show up in the filter. If I look at the table in the db or the record for the lookup table, both show that the entries are missing, but no matter what I do, the deleted rows show up in the dropdown. This is the table: This is what the dropdown shows: "In draft" shouldn't be there and there is a duplicate which was removed, but both remain. I saw a similar post Here but I am not sure it's the same bug or not and the post seems to suggest that this issue was solved with version 24.1. Any help would be appreciated
Previously I was working on a project to customize Case Management Studio for Use Case 1. 3 months later, that project is on hold and I now want to use CMS for a completely different use case. I realize that I can create a new case category to handle the new use case and mark the previous one as inactive. However, I have made some changes to the Base module as well and want to make sure that doesn't create any problems in the future. I have also configured data fields in the "All Cases" data section that I can view in my new case category (Which is not ideal, since it does not apply to the new use case) What would be my best options to make sure I have a clean slate for the new use case - 1. Is it recommended to clone an instance/app of CMS using npm apn-app-manager? 2. Should I continue working in the same instance with a new case category Appreciate your advice on this!
Hi community, I have a question about a functionallity that appears on the SAIL Design System Documentation. https://docs.appian.com/suite/help/25.1/sail/ux-site-branding.html#dialog-shape In this page, we can see a section that says that the dialog shape can be configured, but not how to achive it. Could someone guide me? Thanks in advance.
Is it possible to integrate Appian Enterprise Co-pilot inside a page/interface of a web app instead of opening it through 9 dots menu button?
My base url : Base URL https://testbucket.s3.ap-south-1.amazonaws.com/ (where s3 testbucket is bucket name) relative path : /myfiles/star.pdf ( where /myfiles is folder)
Hello All, I have a 2 column layout. in left section I have a tree with multiple node like shown in below. Category1 Interface1 Interface2 Category2 Interface3 Interface4 Interface5 In right section I have to display the selected node's interface. For example if "Interface1" node is clicked then it should call an expression rule which returns the interface name to be loaded for that node. Now as expression rule returns string value, I am not able to render that interface in right section. Please note - Each node has associated interface and entire list is maintained in records. On tree node click that expression rule finds the interface name for selected node. Kindly help if there is any other way to achieve this? Thanks in Advance.
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.