-
Recently active
Hello,I am using Appian version 24.3, and it's a licensed environment and not community edition. I have three different environments available - Dev, Test, and Production. I am currently working on the Dev environment. I want to remove the following Appian default components from my Sites.1. Appian logo on the top right corner which has "Powered by Appian" as tooltip text. It was removable in version 23.3 but I don't see any option in the newer version. I am aware of the option to add custom logo (it is on the top left of the site), but it doesn't remove the Appian logo. 2. 'Process HQ' webpage from the navigation list. I want to remove it for all users.I have attaches an annotated picture of the UI below./resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/Screenshot-2024_2D00_11_2D00_07-at-2.53.52_2F20_PM.png
I am inserting excel data to data base using write to data store entity smart service . I need to inset two more fileds of data which is user inuput data which will be entered when uploading the excel through the write to data store entity . I don't know how to acheive it. Can anyone help me?
I can't find my exact issue, so I'm starting a new thread. I created two interfaces - one that shows a single survey and its answers in a grid and the user can download the data to Excel. That works fine. Then I made a copy of the interface and instead of filtering on a survey the grid displays ALL surveys and answers. However, when you try to export to Excel, I get the error "Couldn't Download - Network Issue". The number of records is LESS THAN 20 and so it's not a size issue. This happens in the DEV environment. I haven't tried it in the TEST environment because I'm not ready to push my code yet. Any thoughts why?
Hi, I'm trying to insert a timer in a process model (like that simplified in the screenshot belowe), but with the timer the chain between first and second User Input Task stop working, the second UIT doesn't appear (only in Tempo). The same behavior in a more complex process with many nodes between the two UITs What I'm doing wrong? thanks!
A very helpful addition to SAIL programming would be single-line commenting. The current block commenting method creates hassles when commenting and uncommenting chunks of code for troubleshooting, or when nesting comments, should we follow best practice and document functionality with /* Dev Notes */. We are currently unable to block-comment with single /* and */ around a section containing actual comments (nested), the first trailing */ ends the surrounding block comment early. This occurs when collapsing a large section spanning a few pages, and add these 2 lines around the collapsed section, which is sometimes easier than highlighting multiple pages for ctrl+/. Example: /* a!boxLayout( label: "Submitter Info", marginBelow: "STANDARD", contents: { /* Submitter Info */ a!textField( value: loggedInUser(), readOnly: true ) } ) */ Additionally, if you highlight a section containing comments, ctrl+/ to comment all, then ctrl+/ to uncomment all after troubl
How to concat extra spaces other than using concat function in a value. To convert a list of text strings to a string, concat is not working if it has multiple spaces in a sequence. Eg: {"a"," "," "," "," "," "," ", "b"} Actual output using concat is "a b" using to string function "a; ; ; ; ; ; ; b" Expected output "a b"
f I initially leave some fields unmapped in a record type and later decide to map them, what happens to the data in Appian? What should be the best practice? Let's suppose for instance that the system will need some unselected fields soon, but not yet
[mention:6b9f80ff18f9420082d13ef2d5121d56:e9ed411860ed4f2ba0265705b8793d05] I have a question regarding this section in the documentation: https://docs.appian.com/suite/help/24.4/Start_Process_Smart_Service.html#starting-multiple-processes-at-once Why do we need to implement this in two different ways, depending on whether autoscale is enabled or not? Can you give us some technical details? I would like to understand what is going on under the hood.
I need help with a concern. I have multiple record type fields that are boolean, and I need only one of them to have a value of true, while the rest should be null. a!localVariables( local!hearingSelected, local!reminderSelected, local!complianceSelected, a!columnsLayout( columns: { a!columnLayout( contents: { a!checkboxField( choiceLabels: { "Hearing Required" }, choiceValues: { true }, labelPosition: "COLLAPSED", value: if( ri!record['recordType!{8a8a403a-8fe2-4ed4-a3a3-9dd7b01f720d}SCA_IncidentTypev2.fields.{017a84f6-9869-4444-887a-3eddf23e1e97}hearingrequired'], true, null ), saveInto: { local!hearingSelected, a!save( ri!record['recordType!{8a8a403a-8fe2-4ed4-a3a3-9dd7b01f720d}SCA_IncidentTypev2.fields.{017a84f6-9869-4444-887a-3eddf23e1e97}hearingrequired'], if( isnull( save!value ), false, true ) )}, required: false, choiceLayout: "COMPACT", choiceStyle: "CARDS" ) } ), a!columnLayout( contents: { a!checkboxField( choiceLabels: { "Remin
Good morning, We have an Appian configuration with three servers. I would like to know if anyone knows whether I can access the log data-metrics/system.csv from the other two servers from any of the three servers, and how I could do it? Thank you very much
Here now If I click on the delete icon, then it should disappear from the list. How achieve this ? The child component is cardlayout.
I'm trying to save the filter with Or and 5 criteria. but it only let me save 4. do you know any workaround or what is the litmit of this a!queryLogicalExpression( operator: "OR", filters: { a!queryFilter(field: "year1", operator: "<", value: 2021),a!queryFilter(field: "year2", operator: "<", value: 2021), a!queryFilter(field: "year3", operator: "<", value: 2021), a!queryFilter(field: "year4", operator: "<", value: 2021), a!queryFilter(field: "year5", operator: "<", value: 2021) } )
I’m currently exploring the benefits of the Appian Instructor-Led Course and wanted to get some insights from those who have participated in it. Specifically, I’m curious about the following: Does the course provide access to an upgraded instance similar to a real-world production-like environment, or is it limited to the Community Edition for practice exercises? Benefits over the online free course provided other than personalized training
Hi Everyone, I have a use case where I need to get the date difference between two dates ; but using the calender available in Appian. Due to some performace issues, all date differences I am doing in stored procedure and calling the same from Appian to get the value. But If I have to consider Appian calender, how to pass to the stored proc, so it will provide me the correct date difference considering the calender. Regards, Ghanashyam
Has anyone else encountered Chrome driver errors while using Appian recently? I'm facing an issue and would appreciate any insights or solutions you might have to resolve this problem.
Hello All I want call Procedure that take more than 300 seconds. when call it using expression rule the result is (ORA-01013: user requested cancel of current operation) and maximum timeout is 300 second how can I call this procedure?? Is there a plug-in that increases the maximum timeout?
Hello Everyone I am generating and merging PDF. Getting this error ???contents.error.alertMsg??? Can anyone help what is this about? Thanks
In the Pricing Model of Appian Software, it mentions - This represents the entitlement per application for Standard User, Advanced User, and Premium User. For Platform - Standard User, Platform - Advanced User, and Platform - Premium User, this represents the total entitlement across all applications. What exactly is the difference between a "Platform User" and an "Application User" ?
Hi I have a table in my appian/Jdbc database and I am using write to Dse smart service to persist data into that table. Is there any log file in the system logs which tells me what data is written to what table and the timestamps ? Thanks
Lets say I have an Interface with 2 Dropdowns. Lets call them Dropdown1 and Dropdown2. Both have Values Yes and No. If User selects Dropdown1 with Value Yes, then Dropdown2 should automatically be set to No and it should be greyed out or disabled so that User cannot change it to Yes. Please advise how we can accomplish this. Regards, Mahesh
Hi all, We have a connected system with OAuth 2.0 Client Credential Grant. From the connected system we can Authorize with no error. Now, the token we get is valid for 24 hours. The problem is, after 24 hours, the integration calls fail with Authorization error. And when I go to Connected System and click on Authorize and run the integration again, it works perfectly. Does anyone know why this may be happening? I checked and the security of the integration and connected system is set properly. Thanks!
HI All, Example -- I am forty-five years old. from above text i need to get 45 in integer form. How to achieve this? Thanks, Ganesh.
I am currently reviewing the Appian pricing structure and plans, and I’m a bit confused about the difference between "Platform User" and "Application User". Could someone please clarify the difference between these two types of users in terms of access and entitlements?
I have a Parent Summary interface that I want to add a record action button to that creates an entry in a child table. Adding the button is easy enough, however adding that button alone doesn't connect the Parent to the child when using the button. So what steps am I missing to make that connection?
Hi Team, I have to show KPIs information in Dashboard based on a specific user logged in and for a specific status. For example, For user1 when he/she logged in, he wants to see how many active/completed cases showing as KPIs Dashboard. I don't want to handle that in the interface, because that will take a considerable amount of time and hit the performance. Instead, I want to store that info somewhere for example in custom record field; but again, I am not sure that also feasible. FYI: assignee info and status are part of the case table not in any related record. Any other suggestions? Regards, Ghanashyam
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.