-
Recently active
I want to display cards as rows and columns of each 15 displaying as a grid together. After this i want to apply condition to display the numbers in order and display the cards that numbers are divisible by 7 , 8 and 9 only without rearranging. I display the rows and columns using cards. Can some on help me please?
I want to make UI where two grid will be shown grid 1 will have all data and grid 2 will be initially empty. In grid 1 we have checkbox where we can select different row and when we click add button then all selected items will be transferred to the second grid and selected item will be deleted from grid 1.
Hi, local!initProvidersSegment.ServiceLocation.Addresses is my CDT where Addresses is a list of array. In the grid selection i have selection value in local!selection i want to find local!selection in Addresses except one field in local!selection.Action field which is updated and CDT values remains untouched.. Suggest an expression.
Hello Everyone, I am trying to append data into a nested cdt in the order i enter data in the tabs, but unable to do so. Currently i am saving the data like this saveInto:{local!info,a!save(ri!userData.UserInfo.field1,append(ri!userData.UserInfo.field1,local!info)) I have a big multi section form and each section has multiple tabs. The section (form) i am working has 4 tabs and each tab has almost same fields. I have a rule input called users data which is of the type usersData cdt. usersData cdt has nested cdt's. My use case is - users should be able to enter data in multiple tabs in the form and after entering the data it should be appended into one of the nested cdt's of the rule input. The nested cdt is an array. I want the data from tabs to be saved in the order user enters them. Ex - Tab 1 - Fields A, B, C &nb
Hi, We have defined the list of file extensions which are to be allowed via admin console as shown below. When we try to load any file which has an extension(png) that is not present in the admin console, it prompts an error message to the user as shown below which is expected.Had anyone faced similar issue, or any inputs to overcome this?Code snippet:a!localVariables( local!files, a!fileUploadField( label: "Upload Document", value: local!files, saveInto: local!files, target: cons!TEST_UPLOAD_FOLDER ))
why i cant add a button widget in a column component , it says that the column component cant take button widget
Hi, I am having a dropdown component that has choice labels which are sentences up to 25 words long. Is there any option in Appian to display it in a word-wrapped form? Currently it displays upto 20 words (in one choice label) and adds "..." beyond that. Thanks in advance.
Difference between load, with, local variables, refresh variables
Hi All, I am facing one challenge to implement one behaviour in appian interface. My interface presents the read only data to the user and user will take action based on his findings by selecting a dropdown value. Finally user hits a "SUBMIT" button whose implemetation is as below. where we call an integration which will update the data and returns an error if an exception found. So my requirement is when user clicks "SUBMIT" button if error occured then form should not submit and close and error message should be displayed. If data updated successfully form should close. I tried below submit condition as well but it didnt work. suggest something. a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Update", saveInto: { rule!PM06_PortalApprove( tenantId: "77b50320-5f06-5740-84f4-18d4a8cda51d", identifierId: "s57", portalTransactionId: property(local!jsonData, "PortalTransactionId", null), comments: "test", on
Hii i am getting an error in interface whenever i am starting the process. I have applied activity chaining to open back to back forms, first form is opening but the second form is showing this error. Can anyone please help me with that?
Hello, I have an interface which shown a corresponding gird with 10 records on a page, after user choose the one the would like to see. There is also a refresh bottom available within the interface. All data shown in the grid came from task reports, and assume to be refreshed when either someone press the refresh bottom or make a choice. The refresh itself do work, and my problem is that when the grid is on the second page , the way of data displayed after refreshed differs between a.no actual update for the task report b.do have update in the task report When a the grid stay on the second page while under the situation of b, the gird will display data from the first page. What should I add to my code to ensure that it maintains the same performance in all cases.
My use case is after I search for a text, when I mouseover on the results even before selecting the item, it should display relevant information about the item.
Hi, I am using 'Navigation(Subsections)' Pattern here and put this interface on the site. So when user come to the site, by default workspace subsection is displayed. Now if user select 'My time' subsection, a grid is displayed and on clicking on link under the name column summary is showed but when user return backs, it redirects to the default 'Workspace' subsection instead by 'My time' subsection. Same is happening if I use record action from the grid. I also tried by putting the interface in process model and created rule inputs 'activeSubNavSection', 'activeSubNavSubsection' and passed to the PM but to no avail.
HI Team, I stuck on feild validation which will accept only below combination: it can be 0,1,2,3,4,5,6 or 0,1 or 1,2 combinations with all numbers or it can be only value which is less than 6 I am able to achieve with below code a!isNullOrEmpty( stripwith( ri!GBL_AutoCaseRunTimeConfig.config_value, "0123456," ) ) but if user enters like 1,2,,,,,,, or 1,2,25 this is accepting , because it is under stripwith value i have added, how can we validate ? might be to use split with comma and use contains functions and also how we can remove comma at last ? Any good suggestions ?
Hello, I'm new to Appian and I'm facing an issue with my Add New Vehicle interface is not visible on my site and gives me 403 when trying to access it from my site, even though in the process model it is visible...Any ideas on how to fix this? Thanks in advance!
when we will select the any one of available pets check boxes then after click the arrow symbol immediately the selected pets are visible on right side only. when we will select cancel symbol selected pets portion should be null i.e, like current interface. Anybody please help me out in this. thank you
Hello, I want to make the second checkbox mandatory if the user does not select any value for the first checkbox. Can someone help me figure out how can I achieve this
Hello All, I have a question, is that possible to provide helptoolTip in textfield that each item has to be shown different helptool,like I have decision for each parameter different HoverOver_desc (placed screenshot) has to be shown, how that can be shown in textfield? a!textField( readOnly:index( rule!CR_RISK_PARAMETER_MAPPING( Param_description: fv!item.parameterId_int ), "isReadOnly_bool", {} ), value: rule!CR_RISK_PARAMETER_MAPPING( Param_description: fv!item.parameterId_int ).parameters, saveInto: rule!CR_RISK_PARAMETER_MAPPING( Param_description: fv!item.parameterId_int ).parameters, helpTooltip: rule!CR_RISK_PARAMETER_MAPPING( Param_description: fv!item.parameterId_int ).HoverOver_Desc, ),
Hi everyone, Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error: An error occurred while executing a smart service: An error occurred while trying to write to the data store [CR Data Store]. No values have been written. Details: could not insert: [CRModuleCommentsDT2354] (APNX-1-4208-004) This error will not be displayed to the user viewing this form. I am getting this error in interface,as per the requirement made changes and in the existing implementation a!writeToMultipleDataStoreEntities used in UI. Can anyone suggest me a solution for it? Thanks in advance.
Hi techie,Is it possible in Appian to give a value inside the donut chart like I below?
Hi everyone, how can I obtain the list of the extension of files that are shown in an interface by the document viewer?I checked the documentation and there are no indications or lists about the formats allowed.
I have an expression rule which is containing a data with multiple values, I am trying to insert that data to dropdown choice labels and choice values but I am not able to do that.Can anyone help me to configure that?
Hello: I have the following code and the 'assessment score' (which, for now, is a value generated by a rand() function) changes value when I click on the 'Show details' icon. Is there a way to prevent that from happening? Thanks! a!localVariables( /* We load the employee data into this variable. If you are populating this variable with a query, you would put .data at the end before passing it to the grid. */ local!employees: { a!map( id: 11, name: "Elizabeth Ward", role: "Senior Engineer", team: "Front-End Components", pto: 15, startDate: today() - 500 ), a!map( id: 22, name: "Michael Johnson", role: "Payroll Manager", team: "Accounts Payable", pto: 2, startDate: today() - 100 ), a!map( id: 33, name: "John Smith", role: "Quality Engineer", team: "User Acceptance Testing", pto: 5, startDate: today() - 1000 ), a!map(
Hi, How can I disable "show objects" icon which is appearing at the bottom right of Appian site.
Hi All, Is there a possibility of Highlighting a field , when it is updated. we have a scenario, where a user updates some fields of a record and send it for approval. The manager should be able to see the fields updated as Highlighted, based on which he can take decisions. Warm Regards Vineeth
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.