-
Recently active
On an interface, I am setting the following validation using regular expressions. The format is [3-digit number] - [4-digit number]. Therefore, for example, if I enter a phone number like "080-0000-0000" here, a validation error will occur as shown below.Naturally, when I press the button, it doesn't submit and it stays on that page. However, a phenomenon occurred where nothing was submitted and the page changed.Since it cannot be reproduced, it is difficult to determine the cause.Do you know the cause? (Sorry for the screenshots written in Japanese.)
Hi All, Can you please help me how to get the intersection of Lists of array (number array). So I have a list of number array which I construct in the interface. I need to only pick the common element present in all the number array . I tried with loop and reduce function but not getting the actual result . It has been achieved by taking an array element and loop over other other array and check if present in all array then keep it or remove it which I feel is very dirty way of doing . Any suggestion would be appreciated. Thanks Manish
two different users with the same interface and with the same input values ...the output is showing different. what could be the reasons for this ? please help logic built- input type used is date field - user will be able to select date and from that selected date onwards it will exclude public holidays and weekends and will return the date of first 20 business days. for most of the users the output is as expected BUT for some users it is showing wrong output.
Hi,I've two interfaces, On selecting one row (Read only grid) then dependent interface(Read only grid) is displaying data based on the selection of rows.The issue is when I'm selecting the grid rows one by one the total count is 27. but when I select all rows quickly then the dependent interface count is reduced to 16. here is the code snippet of dependent interface. a!gridField( data: local!calculatedMetricList, initialSorts: { a!sortInfo(field: "adherence", ascending: true) }, secondarySorts: { a!sortInfo( field: "employeeFullName", ascending: true ) }, pageSize: 20, borderStyle: "LIGHT", spacing: "DENSE", selectable: true, disableRowSelectionWhen: false, selectionValue: ri!selection, selectionStyle: "ROW_HIGHLIGHT", selectionSaveInto: { ri!selection, a!save(ri!selectedSupervisorRow, save!value), a!save( ri!selectedSupervisorHierarchy, if( length(fv!selectedRows) > 0, append(
List of task is represented from which I can deactivate particular required task Before deactivating task, I need to check if that task is present as precedent task for any other task or that itself should not have any precedent taskcurrently after clicking on deactivate icon I am getting validation msg but its for all task, but i want it for only particular task that has been used as precedent taskI need to give show When condition to validation msg for that I need task name, but due to submit link used for deactivate icon all values saved are getting refreshedis it possible to retain that values and used to show validation msg
I have requirement to deactivate task with following requirements: 1. A list of Task is displayed and each task has Deactivate icon next to it 2. Clicking on Deactivate icon, check if task is used as precedent for other task 3. If that task is used as precedent task then deactivate action should not proceed and Validation msg should appear on UI 4. If task is not used as precedent task, then task should be deactivated and update action is executed where record column isDeleted as marked as true 5. Currently for this Deactivate icon Submit link is used, which proceeds deactivation action on click I am facing issue for showing up Validation msg in UI - with Submit Link/Button: it executes the Deactivation action for non Precedent Task but fails to show validation msg on UI(in Design interface validation msg is showing up) -with Dynamic Link: successfully shows the validation msg on UI if task is used as precedent task, but fails to deactivate task which is
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
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.