-
Recently active
Can we customize the settings? Like remove the settings for Password, Third-Party Credentials, Email Notifications, Mobile Notifications, and Accessibility? Can we also add more settings on the General tab?
I have a column layout (shown below with dividers) with text fields with adjacent labels. I need this column layout to be more narrow, but when I make it more narrow, it tries to preserve the spacing to the left of the text field labels and shrinks the text field values. I want the opposite. I need to reduce the blank space to the left labels and keep the size of the text fields. How can I get rid of the wasted blank space on the left?
I want to refer to the information on the right when filling out the form on the left. I want a new page to be displayed on the same interface when I click the product name on the right. How can I achieve this operation?
We are using an editable grid, we have a requirement where we need to display a textbox when a particular value (Other) is selected from the multi dropdown list other wise it should not display textbox. Please find the attached screenshot for requirement reference.
Hello, The categories of column char showing one 1st at its index. The column chart is as follows: series: local!columnSeries:a!forEach( items:local!months, expression: a!localVariables( a!chartSeries( label: fv!item, data: a!localVariables( local!count_usage:where(local!months=cast(typeof(local!months), fv!item), 0), if( length(local!count_usage)=0, 0, index(index(local!localCbProcessess.data, "id_count", {}), local!count_usage, 0) ) ) ) ) ) Column Chart field: a!columnChartField( categories: local!months, series: local!columnSeries, xAxisTitle: "Months", yAxisTitle: "Usage", stacking: "NONE", colorScheme: "CLASSIC" ) categories data sanp: the chart is not sho
How to populate a dropdown list of years between 1990 to 2023 using enumerate function
I am displaying a menu of links for viewing various Record Lists from an interface. How can I display a Record List for specific record type? a!headerContentLayout( header: { a!cardLayout( contents: { a!richTextDisplayField( labelPosition: "COLLAPSED", value: { a!richTextHeader(text: "Reports") } ) }, height: "AUTO", style: "#666666", marginBelow: "NONE", showBorder: false ) }, contents: {
Hello, I have a multiple dropdown where sometimes so many values are selected that it is hard to find them in the list. Is it possible to have a multiple dropdown sort by the values that are selected? For example, in the below screen shot you can see all of the selected values highlighted in blue. Is it possible to have the dropdown sort by showing the highlighted/selected values at the top of the dropdown list? This would make it easier to remove values that we need to when editing/updating. Thanks in advance!
I am working in a planning poker App, and I'm trying to refresh the values for all users at the same time automatically after some record action is executed. I just don't want to complete the action via dialog window, is there any way for doing that or am I doomed?
Hi Everyone, Is there any way to include radio button instead of check box in read only grid for selection?
Hi there, I have created a button to generate CSV file but after clicking on button- page redirects to home page. I want to create document link when clicking on button so that file get downloaded. How can I do this in interface? Thanks
Hi All, Is it possible at all to edit the reassign task screen? I want the user to be able to only select a certain number of groups not all the ones available in the application itself. thanks in advance
I have an interface created, It is an employee onboarding form, it is there on the website , so once an employee fills the form, the details gets stored to database table, now my database table is populated with the new employee detail. I have another tab, Update information if an employee needs to update information , so when an employee clicks on Update information it should automatically fetch my older details but is now, how can I make it hapen?
I am having a problem navigating back to the home screen when clicking on a site tab that is supposed to redirect to the main Interface. The tab click is perfectly reloading the interface in the desktop view but it is not working in the mobile view. Does anyone have any idea how can this work in mobile view too?
I am facing issue in interface when I am preforming action on my records or form it not showing the updated value until I refresh the whole browser it will be helpful if anyone sugggest how I can resolve this issue.
Hi All, Is it possible to have some type of "Workflow" to show the user where a task is at the moment? I know we can see it in the actual process model in the monitor view but is this possible in an interface? for example, a submitter fills in a form then it goes to the manager he approves then it goes to the supervisor and he approves or denies and then it completes the task. Is there a way to have some kind of visual in an interface to show where at is the task at the moment? something like submitted----------------------> Manager-----------------> Supervisor---------------> completed . Just so for example the supervisor will know at what part of the workflow is the task at. Thanks in advance
How can we achieve CSS like linear/radial gradient background image in Appian?
Hello, I'm trying to use the new Translation Set object to translate the choiceLabels of a multipleDropdownField, but I don't see a way to get several items from the translation object to assemble that array. Does anyone know if it is possible to do this?
Hi, I have a style issue with the radio button size. The size of radio button will be bigger when the screen is small. How can I control it don not change the size.
Hi i have written code like this but it is showing the data like option1, option 2 but i want to show data like •option1 •option 2 how can write code for it
I'm trying to get the User Filters that are currently applied in a readonly grid to use them in a Process Model, but I don´t find a way to do it. Is it possible to retrieve that data?
Hi All, Is there a way to implement a form for other users that are not in the application to fill out, but at least have some sort of validation of who gets access to this form. The purpose is to save the form information but the user who fills it out is not an application user, and this form doesn't appear in any menus of our application. Is this possible?
When the screen loads Custom picker show load the Editable Interface. And while search example if searching any data from the grid it should return the respective row from editable grid
As per my Requirement I need to use the Dual Picklist with Editable Grid in Interface instead with Dual Picklist with Checkbox Design Pattern. So the issue here is 1.Currently i am having the 4 items in the available list 2. When i am selecting 1 & 4 the local variables is taking the respective data related to 1 & 4 and after clicking on the ADD SELECTED it moved to the Selected List local variable 3.Remaining items available 2 & 3 when i am selecting them it should consider as 2 &3 but instead it was consider as new iteration as 1 & 2 Now the issue here is when i am selecting 1,4 those needs to be added to selected list and after submitting these when i select 2,3 the items needs to consider as 2,3 instead of 1,2 and all needs to be append and display the data Code: a!localVariables( local!availableDataIndex, local!selectedDataIndex, local!availableList: rule!example().data, (record type) local!selectedList, { a!sectionLayout( contents: { a!col
I using a record relationship (1 - Many) (Dept -- Employee (multiple)). I am trying to create a interface, where in top grab the Dept details and in bottom Employee details for that Department , which is Editable grid. When I try to addRowLink - its not creating a new row. Pls see the code below and let me know , what is the issue. a!localVariables( local!emp : 'recordType!{f4411d12-5d9e-43b0-9eb3-430ef2ea01b9}Emp.fields.{a808753b-fbba-4fd9-bd49-058256eae7a2}empno' : "", local!empnme : 'recordType!{f4411d12-5d9e-43b0-9eb3-430ef2ea01b9}Emp.fields.{62b2206f-9897-4495-9957-8fc3c3a6253a}ename': "", local!job : 'recordType!{f4411d12-5d9e-43b0-9eb3-430ef2ea01b9}Emp.fields.{47784a4a-362f-4104-a42d-4762074fddec}job':"", local!sal : 'recordType!{f4411d12-5d9e-43b0-9eb3-430ef2ea01b9}Emp.fields.{2d76dd3c-1e76-4924-af64-24652c4f3b4f}sal':"", a!formLayout( label: "Department & Employee Relationship", contents: {
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.