-
Recently active
How can we create a rich text display menu as showing in the attached format having sub list too.
Hi All, We have requirement to provide one offline mobile form as a site visit task. There engineer needs to search the customer from synched customer record. just want to know is this synched record available offline to query? if not available what is the best way to achieve the same. Thanks is advance.
Hi, I have a requirement to display a helpTooltip for a few of the controls like below "Upload any documents of type : internal / external : Draft / Final " If I place this text in the helpTooltip, everything is appearing in one row. I want the message to be displayed as is. Can anyone suggest on this? Thanks.
Hi All, I have a requirement mentioned below, please help me with this. On Button Click: Display first confirmation pop-up with the following message: "Want to go to next step ?"No: Closes the pop-up without any action.Yes: Proceeds to the next step. Secondary Confirmation, If the user chooses Yes, display another pop-up to ask if they want next action: "Do you want to save this canceled profile as a draft ?"No: Closes the pop-up without any action.Yes: Perform some task
Hi Everyone,I am getting error in the dropdown field,i have called 3 dropdown fields in interface level when i am selecting the value from 1st dropdown am getting error like this and this dropdown is 2nd and also i have passed the values and labels same only still i am getting error like this (the data is saving in the child records i have used parent records to pass the data to child )
All, I want to display two different messages as separate lines with confirmMessage in ButtonWidget. I tried using char(10) and char(13), but both are not working with the alert box. or is it possible to show two alerts one by one on the form submit? Thanks
Hi , I have a nested cdt . When i try to add a row dynamically to the grid i am unable to do it . I want it to be save in this format ,--- Details : ABC , CDF Department : depatment type: CSE , createdby : loggedin user, date:now(). And here ri!doc - is rule input with any type . Can anyone help me with it please. Below is the code. Thank you in advance . a!localVariables( local!employeesDoc: cast( 'type!{urn:com:appian:types:AA}AA_Vehicaledata', { Details: null,department:{ departmenttype: createdby:loggedInUser(), dateCreated:now() }, } ), a!formLayout( label: "Example: Add,Update, or Remove Employee Data", contents: { a!gridLayout( headerCells: { a!gridLayoutHeaderCell(label: "Name" ), a!gridLayoutHeaderCell(label: "Department" ), a!gridLayoutHeaderCell(label: "created by" ), a!gridLayoutHeaderCell(label: " created date" ), a!gridLayoutHeaderCell(label: "" ) }, columnConfigs:
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 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
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 want to implement a user-defined feature that allows specific fields to be displayed and the order to be adjusted. For example, I currently have 5 columns(column 1-5) in readonly grid, and the user can present 3 of them as needed and can adjust the order, e.g. display [column 1, column 5, column 3]. Is there any way to implement this feature? Can you give me some advice?
I got a requirement that i have a data from db record 12800 i am using filter to filter the environment type that grid contains id, data, task,count,environment in that grid date is initall scatteered like 24-02-2024 00:00 and in another row 24-02-2024 10:00 like that i want all similar date should be in in single date and need a link near to that date filed on clicking that it should show time along with particular date and tasks enviromnets and other related data to that date field can anyone help me on that
Hi All,Is there an OOTB way to clear a text box in Appian, like the X within the text field?
I have an integration services which gets data from an endpoint. I am using this integration to create a record type using record source expression. Then I have another 2 integrations which can add or edit the data. can we sync the data every time after using the edit or add integrations
Hi Guys, Is there a way we can navigate between fields using arrow keys in Appian ?
Is it possible to have as first day Monday and not Sunday in date field?
Hello Community, I need help with setting up an interface. I have an "ElectivesProfile" interface that has two columns: Elective and Students. If there are students for an elective, the Students column should show "Show More"; if not, it should show "-". When someone clicks "Show More," a list of student names should appear, and each name should link to that student's ID. Clicking on a student’s name should take the user to the "StudentDetails" interface, using the Student ID to show their details. I want to create a CDT with the keys studentFullName and studentID. When the user clicks a name, I need to update these values in the CDT (I can do this part). Then, I want to send these values to the "StudentDetails" interface as rule inputs: fullName and studentID. I'm having trouble using the CDT values as parameters in the "StudentDetails" interface.
Hello everyone, Im new to Appian, Is it able to custom a box layout like this. I found that field style:"STANDARD" could be the same but I want it have to be white one. Can anyone help me?
Hi All, I am trying to display a HTML document in interface. How can I do this any suggestions. Thanks in advance
Hi Community, I have a requirement involving a multi-select dropdown in an Appian interface. Here's the scenario: First Screen: I have a multi-select dropdown that is a mandatory field. Users must select at least one option. The selected options are saved in the database table, with each option stored in a separate row. Next Screen: The same multi-select dropdown is presented, but it is not a mandatory field. When the page loads, it should pre-select the options that the user selected in the previous screen (fetched from the database). The current user should be able to select more options or deselect previously selected options. Upon submission, the form should save the updated selections. I am looking for guidance on how to: Pre-select the options in the multi-select dropdown based on the user's previous selections. Allow users to dynamically update their selections (add or remove options) and save these changes. Any help or examples on how to implement this would
If i enter the value ,the value should be like 56.00 ,i tried , unable to achieve it it is in floatingPointField function
Hi I am using below code but my value is not saved in the database. Please suggest. a!paragraphField( label: "operations", showCharacterCount: true(), value: local!cashNotesval, saveInto: { ri!comments, a!save(local!cashNotesval,ri!comments), a!save(ri!comments,save!value), a!save( ri!Transaction.comment_txt, ri!comments ), }, I am saving local value into rule input but it is not passing in database. Basically this local!cashNotesvals is autopopulated when on selecting dropdown value.But this value is not save in database. If i am typing manually in this paragraph field then value is saved.
I’m working on an interface where I need to display the latest update for each case dynamically. Here’s the setup: Data Source: A record type (HistoryCase) that logs all movements for cases. Another record type (CASE) storing the status of each case. Goal: Show the latest "Update" (LogText = 'Updated') for each case on a dashboard. Exclude cases where the status is "Close." Add filters for a specific date range (e.g., 2024-11-01 to 2024-11-30). Challenges: How can I efficiently query and display this data in an interface, ensuring performance for large datasets? What’s the best UI design pattern to display the results dynamically as the user applies filters? I’d love your suggestions on: How to structure the query for this use case. Best practices for designing an interface that’s user-friendly and responsive.
hi I am trying to implement an editable grid , which should have collapsible rows I am trying to avoid nested loops and wanted a check box option for all the rows . Any coding examples will help. Thank you
We currently support a site with a static image on entry for our internal users and customers. I was wondering if it's possible to have a video loop play in the background on entry navigation in Appian before progressing into the applications? As an example of a website that depicts a real pop in what the business offers: Kirby Corp has a great video of how the business moves chemical pressurized, dry bulk, or heavy product while still allowing the users to interact with the interface.
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.