-
Recently active
Is there anyway by Using the Chatbot I can be able to Access the Application Data ? Thanks, Praneeth.
How to add footer so that it can always appear at the bottom of the site?Client wants footer always appears at the bottom of the screen. While we are trying to use card layout as footer, but It was moving upwards when there was no content in that screen. If any other approach to achieve this. could you please help me?
Hello, I'm trying to reference an interface that exists in another dev environment. We have two dev environments. Dev A and Dev B What I'm trying to do is reference an interface in Dev A in an interface I created in Dev B. I don't have any duplicates of that interface in Dev B and I don't think I can import it to Dev B since it might conflict with policies we have. Is there a way to reference the interface from Dev A in Dev B without having to import the object or duplicate it? Thanks in advance.
Hello I was doing some testes using Case Management Stuvio v1.4 and when I tryed to 'Add data field' I got a werid java error: So from here at 'Add data field': After I filled the data field information, when I press save I get this error: Any idea on what this could be? Can it be from the custom properties file settings that they talk about in the Installing CMS documentation? (I use a cloud environment) -- Expression evaluation error [evaluation ID = ddf7b:7edb3] in rule 'cmgt_cb_sitepage_casetype_data' (called by rule 'cmgt_wfl_sitepage_casetypes') : An error occurred while executing a save: java.lang.NullPointerException: Cannot invoke "com.appiancorp.type.cdt.value.bridge.FieldAddressableValue.get(Object)" because "this.valueJavaBridge" is null -- Thank you for you help!
Hi All, I have requirement where i need to clone "Users" system record. we are in 24.1 and create record from record source is not available. when i tried to create using webservice its not allowing query functions. Is there a better way to achieve this? Thanks,
Given a list of files, having obtained the list of their relative sizes, I have to iterate on the list until I obtain a maximum size (for example 10MB) and from the next file start again with the same process, iterating until the end of the list
Hi [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] , Can you pls assist me in executing the multiple links all together without using linkfield?
Anyone face this kind of issueNo Validation GroupSubmit and validate are true.
Hi Team, When I click the chevron up icon in the header, a grid should appear below the icon like a pop-up screen similar to the screen shot attached. 1) I have tried to create similar to the popup by using card layout. In card layout I'm showing the grid, when I click on the icon, the card height increases too much, causing the content move down. 2)I also tried using record action, but the pop-up screen appears in the middle of the screen. Could you please guide me how to achieve this
I have a scenario where I need to make a date field required. I have a sub-interface with a date field, and in the parent interface, there's a submit button where the validation parameter is set to true. I'm using a validationGroup named 'Submit' for the date field, with the required attribute enabled.
Hi Team, I am configuring SSO in my application, but the flow isn't working. The logs indicate: "Signature was either invalid or signing key could not be established as trusted." In my SAML response, I see the authentication method x509 used by the IDP. Do I need to add any additional information besides the SAML configuration? </Attribute> <Attribute Name="">schemas.microsoft.com/.../authnmethodsreferences"> <AttributeValue>schemas.microsoft.com/.../AttributeValue> <AttributeValue>schemas.microsoft.com/.../AttributeValue> <AttributeValue>schemas.microsoft.com/.../AttributeValue> </Attribute>
Hello Everyone, I need to display a SVG format logo. I am using imagefield component for this purpose but facing one challange. If tumbanil property is not set to true, image is not visible. Drawback of using this tmbnial property is that it covers the image with a border and not accepted by client. Is there any other way to display SVG format logo in Appian without facing above issue? Please find the code below for reference - a!imageField( label: "Image", labelPosition: "ABOVE", images: { a!documentImage( document:cons!SVG_IMAGES ) }, size: "MEDIUM",isThumbnail: true, style: "STANDARD" )
Hello, I'm on the hunt for a pattern for how to best implement a risk assessment framework into Appian. Customer ask is to assign risk level characteristics (H, M, L) to various categories. I've played with a 'Grid', card layouts and not seeing anything I love. Ideally want to give it a more "dashboard" look/feel. Thanks!
Hi Team, Is there a way to hide default navigation and logged in user icon in the application? Client doesn't want the same. Could someone help?
Hello, I am facing a style related issue in newly generated pdf file, i am using a HTML Doc from Template smart service where i am passing a sample html with ### placeholders then passing this new html to PDF from HTML smart service everything working fine except the styles the new pdf didn't carrying the styles so the new pdf looks distorted. please help me to resolve this issue, Thanks in advance. , Shahid
I'm trying to use encryptvalue() and decryptvalue() in my existing rule. The purpose of using this function is to encrypt a value before inserting to Appian Cloud Database and decrypt a value when reading it from Appian Cloud Database. When trying to use encryptvalue(), I got an error saying ```Expression evaluation error at function 'encryptvalue' [line 2]: This plug-in [com.appiansolutionengineering.encryption] is not registered to access secured values for the given external system key [encryptdecryptkey]. Check the external systems plug-ins list in the Administration Console.``` Currently, I don't have any third party credentials nor Plug-Ins registered. How to use encryptvalue() and is there any other work around for encrypting data in Appian Cloud Database?
Hello All,Is there a way to track / get a count of number of nodes within the process models for each application that was created? I am currently reviewing all the applications that was created and I am stuck at this point during the documentation. I know there's a way in health check report to get the process model details which uses too many nodes but my task is to get node counts for each process model irrespective of max or min nodes criteria. Any help?
Hi Everyone, We have requirement where external API expecting a Appian Document as BLOB URL where external system to download/read the file. In simple words How to upload a Appian document as BOLB URL to external systems? Thanks in Advance.
Hi All, Need your help in the following issue: Please how can I get the difference between two dates should not more than 24 hrs? For example 1 : Start Date = 7/1/2024 12:00 AM EST End Date = 7/1/2024 11:59 PM PST if user enter the above dates and time than Don’t allow to select since the difference is > 24 hours Thank you in advance for your help!
Hi All, i am stuck in one scenario, i just want to create interface where rules would be displayed ,added and updated. i want to list all the existing rules to be display like below screenshot. There are several products with base prices and i want to set some tax percentages as per the product and countries. and my appian records are like below screenshot.
Hi, I have a record action that uses an expression rule for its name, and I would like for it to update after the action has been executed, however it seems the name for a record action gets cached upon its initial creation and doesn't update after that unless the page is refreshed? Activity chaining has been set up for the process appropriately as far as I am able to tell, and any local variables that need to be refreshed are, including in any expression rules, as demonstrated by the button and link shown beneath the record action, which use the same expression rule to define their label. For the sake of convenience I set the expression rule to also return the current time as I could then just open and close the record action for the result to update, and as you see the time refreshes for everything bar the two record actions at the top (the one on the right has a name defined just using the now() function to ensure updates weren't tied to expression rules). a!localVariables(
I am trying to complete the Query Your Data lesson and I followed the instructions in creating the Query Your Data (W000QYD) app, but when I go to search AA_GetVehicles in the expression rule, I keep getting a message saying I do not have permission to see all the objects in the app. I also cannot make a new expression rule with the name because the expression rule already exists. Does this have something to do with my security settings? I created the app so im confused as to why I wouldn't be able to see all objects. Please let me know, thanks.
Hi team, We recently planned to migrate the IDP configuration from one to another. During this migration, we did not delete the old IDP (IDP1) but added a new one (IDP2). However, when testing the new IDP (IDP2), we encountered a 401 error. Remarks: I have accounts in both IDPs with similar Email IDs. The first IDP (IDP1) works properly. When testing IDP2, the SAML response shows success (<samlp:Status><samlp:StatusCode Value="urn:oasis:names:tc:SAML:2.0:status:Success"/></samlp:Status>), but we are receiving a 401 response. where i find the SMAL responce logs in appian In Idp2 responce we recevied name id and attribute(email) was different but we are using email id as AttributeValue of Username in appian Could you please assist in resolving this issue with IDP2? Thank you.
I use the related actions of the record type to change or delete records. The flow is as follows: ①Click the "Inquire" button from the list (button of record action)②Click the "Delete" button on the inquiry screen③The inquired record is deleted.Suppose that Mr. A and Mr. B are viewing the listings at the same time. In this case, if Mr. B tries to open the inquiry screen immediately after Mr. A opened and deleted the record, an error will occur. (Error message: An error occurred while applying the context of the related action)Is it possible to handle this error?For example, to move to a screen that displays an arbitrary message, etc.Thanks
Hi, As per SAIL documentation (https://docs.appian.com/suite/help/24.2/SAIL_Performance.html) it will go for server for new UI rendering. Is it fetch call for the DB query to populate the local variables? Now, a problem is small colour change on UI, which can be done easily using JS or jQuery, it taking longer than expected as it is doing the server call. How to optimise this? Is there any way out?
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.