-
Recently active
Has anyone figured out a good way to emulate nested/merged column headers in an editable grid? I have attached an image to show what I mean.As far as I know, there is no OOTB way to do this, but it must be a relatively common requirement. Any suggestions would be greatly appreciated!
I'm looking for a few clarification how I should understand performance view on UI (Appian version 21.4) 1. Are all locals executed in sequence? In other words first marked section layout is constructed then second section layout is constructed? Both sections layout call store procedure and then display returned day 2. Total time is 33 seconds but when i sum up time for 2 selected section layout i get 43 seconds. How i should link total time with section layouts times 3. Similar to time - sum of percentages goes over 100% Above all - is it possible to call 2 stored procedure with different parameters in parallel?
Expression evaluation error at funtion Rule!DFXH_fetchSrRequestDetsbySrid Could not find variable rf!dfxhSrid
How to show validation msg on button/icon click? i want to validate the status from the docusign and on the basis of result want to show validation msg.
Expression evaluation error:invalid index(1) for list:valid range is empty load( local!choices: { { name: "MML Request Report", icon: "random" }, { name: "MML Confirmations Report", icon: "play" }, { name: "Public Equity Request Report", icon: "save" }, { name: "PE Confirmations Report", icon: "play" } }, local!userChoices: { if( isusermemberofgroups( loggedInUser(), { cons!DFXH_APP_ADMINISTRATORS, cons!DFXH_MIDDLE_OFFICE, cons!COMMON_APPIAN_LITE_SYSTEM_WIDE_GROUP_PLATFORM_ADMINISTRATORS, cons!DFXH_FRONT_OFFICE, cons!DFXH_VIEWER_USERS, cons!DFXH_MML_PORTFOLIO_MANAGERS } ), local!choices[1], {} ), if( isusermemberofgroups( loggedInUser(), { cons!DFXH_APP_ADMINISTRATORS, cons!DFXH_MIDDLE_OFFICE, cons!COMMON_APPIAN_LITE_SYSTEM_WIDE_GROUP_PLATFORM_ADMINISTRATORS, cons!DFXH_FRONT_OFFICE, cons!DFXH_VIEWER_USERS, cons!DFXH_MML_PORTFOLIO_MANAGERS } ), local!choices[2], {} ), if( isusermemberofgroups( loggedInUser
Hey guys, In my Application have the all users Group, with in it, supervisors and developers group. I also have a datatype with input name assignTo as type text or user. I created an interface with a rule input, i want to able to assign a task to a developer and supervisors and show the task and show two readonly grids with supervisors and developers with the assignTo task was created. I think i need to use a filter for the all users group and filter the developers group and supervisors group. The problem is how do i make sure i get the right data from the assignTo rule input. Here are my localvariables in my interface: local!userDevelopers: if( a!isNullOrEmpty(a!groupsByName("TEST Developers")), null, { a!groupMembers( group: a!groupsByName("TEST Developers"), memberType: "USER" ).data } ), local!userSupervisors: if( a!isNullOrEmpty(a!groupsByName("TEST Supervisors")), null, { a!groupMembers(
i am not able to figure out how to create dynamic ui from database any solutions??
can some one please help me out with this error in my interface.
a!localVariables( local!lineOfBusiness: rule!LCM_getLineOfBusinesses(lobkey: null(), lobcode: null()), local!attorneys: rule!LCM_getAttorneys(soeid: null(), attorneykey: null()), local!selectedAttorney, local!selectedAttorneyLOB, local!attorneyLOB: { a!map(attorneykey: null(), lobkey: null()) }, a!formLayout( label: "Form", contents: { a!boxLayout( label: "Attorney - Line of Businesses", contents: { a!gridLayout( label: "", labelPosition: "ABOVE", totalCount: count(local!attorneyLOB), headerCells: { a!gridLayoutHeaderCell(label: "Attorney(s)"), a!gridLayoutHeaderCell(label: "Line of Business"), a!gridLayoutHeaderCell(label: "") }, columnConfigs: { a!gridLayoutColumnConfig(width: "DISTRIBUTE", weight: 1), a!gridLayoutColumnConfig(width: "DISTRIBUTE", weight: 1), a!gridLayoutColumnCo
HI All, Getting error in process model Expression There was an error in an expression in User Input Task at: Neither Variable(s) nor rule(s) found : contents while validating the process model I know ther's few configurations missing from interface level. May some on help on this. a!localVariables( local!userAgreed, a!formLayout( label: "Online Order Form", instructions: "Please fill in the order form below with the items you want to purchase from our store. Thank you for choosing our services!", contents: { a!sectionLayout( label: "Select Your Product", contents: {a!radioButtonField( label: "Preferred Product", labelPosition: "ADJACENT", choiceLabels: cons!OA_CONSTANT_PRODUCTS, choiceValues: cons!OA_CONSTANT_PRODUCTS, saveInto: ri!product.productName, value: ri!product.productName, required: true() )} ), a!sectionLayout( label:"Shipping & billing details", contents: a!col
Can we set character limit for rich text field
Hi Team, I have a requirement to call a process model inside the button saveInto using a!startprocess function. But when i am using the function the variables declared inside the button saveInto are not updating. Any Idea on how to fix this issue. Thanks in Advance
Hello, I am currently having some issues with validation groups on a button I have in a child interface. I will be referencing the picture below. The Save button on the bottom right has validate set to true, and is in the validation group "save_1". The fields "Expected Effort & Expertise Level" and "Total Payment Amount" are set to required, and are also in validation group "save_1". The whole section Organization Details is in a child interface, and the Section Add Participant Search Criteria is part of the parent. When I click the Save button, the fields from Participant Search Criteria are also validated despite not being in the validation group. I understand this can be avoided by placing them in a separate validation group, but that forcibly removes the asterisk (*) from the field which is unwanted. Am I possibly missing something about the validation group, or am I out of luck? Thanks.
// Getting below error after uploading input file //Expression evaluation error [evaluation ID = a2059:3adce] in rule 'cb_headervalidation' (called by rule 'cb_fileupload_ui') : com.appiancorp.suiteapi.content.exceptions.InvalidContentException: Invalid Content ID a!fileUploadField( label: "Upload Star Details File", labelPosition: "ABOVE", target:cons!CB_UPLOADED_DOC, maxSelections:1, value:ri!starDoc, saveInto: ri!starDoc, required:true(), validations: if( isnull(ri!starDoc), "", { rule!CB_HeaderValidation(document:ri!starDoc, headers:cons!CB_STARDETAILS_HEADERS), { if( fv!files.name = "StarDetails", "", "Incorrect file name, Please upload the StarDetails File" ), if( fv!files.extension = "xlsx", "", "File extension should be .xlsx" ) } } ) ), Rule Header validation: a!localVariables( local!columnHeaders: readexcelsheetpaging( excelDocument: ri!document, sheetNumber: 0, pag
Hi, We have an interface where against each employee we have to store multiple languages. can someone suggest whether I can save the data using a single rule input or do I need to take multiple rule inputs?
Hi, "Expression evaluation error [evaluation ID = c3662:90d03] in rule 'bc_frm_addasset' at function a!dropdownField [line 114]: A null parameter has been passed.". An user cannot edit an asset when an UoM is deactivated. For eg. if Meters is deactivated in UoM reference table, then an user trying to edit an asset with 78 Meters as quantity can't edit the asset as it throws an error. So I am trying to use intersection function but getting the above error. Any suggestions how to fix this? TIA a!dropdownField( label: "Unit of Measure", labelPosition: "ABOVE", placeholder: cons!BC_TEXT_PLACE_HOLDER_SELECT_VALUE, choiceLabels: property( local!unitOfMeasurementList, "description", null ), choiceValues: property(
Hi, i unable to edit the data in editable grid. getting the below error. An error occurred while executing a save: Expression evaluation error: Local variables that refresh on every evaluation using "refreshAlways" cannot be saved into. Therefore, the following variable is not a valid save target.
Good Day Experts, Can anyone please help me to skip SSO on embedded interface ? Instead of SSO I wanted to use generic account or service account for the Authentication and Authorization. Thanks in advance. Cheers, Kalai.
Can we change interface window size ? As we can do for Related Actions for records, by clicking on link item on a grid ?
Hello Everyone, Is there any way that we can have a text on the image.
Hello All, I have a question regarding the uploadfile component. When a file is uploaded using this component, the default behavior is the screen shits its focus to the top. Our requirement is to have the focus at the same section of uploadfile component i.e Upload as per the screenshot. Whenever we upload any file in Appian, the file is scaned for virus and then upload to the Appian KM space. The other requirement is to capture the metric/performance when a file of size ranging from 100MB to 1GB is uploaded. Thanks & Regards Girish Katti
I want to move up or down the row in the grid with button, but I found the other answer is all about editable grid。 When I click on the corresponding button on the right, Is this line can be moved up or down? If is able to do it, please explain. Thanks very much.
Hi Appian Devs, Please have a look on the interface snippets below where I have implemented a milestone bar:I want to retain the second milestone step even after the button click Please let me know the right directions for the same
how to set a image field and how to grab a image how to set a video field and how to grab a video
Hello! could you open a startprocesslink in a new tab? Thank you!
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.