-
Recently active
Hello there! Here is my use-case: I have a large record type (80'000 rows), which users want to be able to filter and export to Excel. It works pretty good, but my platform admin is kind of obsessed by the health of the platform. He is afraid that many user export the whole set of data at the same time, putting the server CPU into heavy load. So it is required to limit the number of records a user can export. Did anyone ever have something similar to do? I know the limit is set to 100'000, but can we decrease the same in some Appian administration setting? I see no property in the gridField to do so, e.g. to set "showExportButton" to false if the size of the dataset exceeds a given value. Is there any? I think it would be possible to obtain something with something like a readOnlyGrid or so, but I would like to avoid it for the pain of handling filters (and pagination?). Please help!
Hi all, i have a related action that simply update a value in a record. Everytime i click on the action a loading page appears, like this one in link: see attachment/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/pastedimage1732014098437v1.png I want to not show it, i want to be able to see my site after the action. Any suggestions? Thanks in advice
I just tested 3 time without any changes .each time the ms getting changed. How do i know what is correct
Can I have multiple validation groups for the one sail component? Considering I have Field A, Field B, and 3 buttons. Field A is mandatory for 2 buttons Button_A and Button_B. How to achieve this? { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Name", labelPosition: "ABOVE", saveInto: {}, required: true, refreshAfter: "UNFOCUS", validationGroup: { "Button_A", "Button_B" } ), a!textField( label: "Mobile Number", labelPosition: "ABOVE", saveInto: {}, required: true(), refreshAfter: "UNFOCUS", validations: {}, validationGroup: "Button B" ) } ), } ), a!buttonArrayLayout(
Hi, i have a scenario where if condition is true means then it has to display validation message but it was displaying in attribute format instead of message kindly suggest on this
UI
i need to display the new row with the null details in the editable grid in the interface but i am unable to do it,
issue in rich text display field
Hello, I'm using a Styled Text Editor input so users can enter bulleted lists. I'd like to display the bulleted list in a summary view. I've tried combinations of Rich Text Display, Rich Text Bulleted List, and striphtml. I can get one bullet point above the list or a list without bullet points easily. The data is displayed in a bulleted list, in the email sent from the process model, perfectly. How can I display the collected information in a summary view with the bullet points like the user entered? Thank you!
Hi, I would like to know how to create this type of Chart (with stacking) using a Data Type. It's really easy using records but I'm practicing using ctds and I can't figure out how to create this. My data type has two parameter, Category and Subcategory, and I want the chart to show for each category, how many subcategories of each are there. Hope the image is more clear than my explanation. Thanks.
This is my interface in here by "Add New Row" i will add new details, while submitting all details which is displaying here will send to RI, but i want to send the only newly added details, how to separate the new from the old details, the new details will be add with the old details(it be local) only
a!localVariables( local!value: 2.50, { a!lineChartField( label: "Line Chart", labelPosition: "ABOVE", categories: "Data", series: { a!chartSeries(label: "Data", data: local!value) }, showLegend: true, showTooltips: true, allowImageDownload: true, colorScheme: "RAINFOREST", height: "MEDIUM", xAxisStyle: "STANDARD", yAxisStyle: "STANDARD" ) }) Is it possible to display graph data (2.5) to time stamp format(00:02:30) in the line chart (please find the attached image I have circled the image where I need to display in time stamp format).Please provide me the suggestions.
Hi,We have a task page where users will accept tasks and work on it. In the page, we have some filters as well. While trying to open the task without selecting the filter, the task opens normally and we are able to complete the task. But when filter is selected and trying to open task, we are getting "Are you sure you want to leave this page?" message. Any way how to not encounter this message
Hi All, For Site tab we want to show ÖPPNA ÄRENDEN (means Open Cases) but instead it is showing like this OPPNA ARENDEN which is not correct as per Swedish language translation. Please guid us on this issue.
Hi All, I am trying to hide one button based on condition, that initiator cannot see that button it is working in UI level but it is not working in site, showWhen: and( not(local!isCurrentUserInitiator_bool), or( and( /*local!actionTypeId_int cons!CR_CREDIT_ACTION_TYPE_IDS[8],*/ local!actionTypeId_int cons!CR_CREDIT_ACTION_TYPE_IDS[14], a!isUserMemberOfGroup( loggedInUser(), cons!CR_GRP_CREDIT_CONTROLLER_GROUP ), rule!APN_isBlank( local!moduleRecommendationStatus_cdt.approver_txt ) ), if( index( local!approver_cdt, "isApproveDisplay_bool",
Hi there,I have a scenario where there is a dropdown, whose value is getting saved in a local!var. Now, upon selection a specific option from the single select dropdown, depending upon the value, there is another child interface which is consuming the selected local value in its ri!var throuhg which the charts are being generated.Now, If we select the value, the chart is generated rendering from the child interface.If we deselect the selected value, the chart is not getting back to the original state.I.e, it is not being selectec on deselection of a value from the dropwdown. My goal is upon the deselection of the value, the chart should be back to its normal state, means the refresh case should be working.Any thoughts upon this?
Hi All, whether there is any option in Appian to vanish Pop up once timer got completed instead of showing error for task not active anymore.
Hii, In my case i have to edit the multiple Dropdown field value: My value is Record type. Eg: [ "Product 1,Product 2"] Choice value is Array. Eg: ["Product 1","Product 2","Product 3"] the value from my record type is like : "Product 1,Product 2". So, value is not matching with choice value. How to resolve this, I tried converting the value to list of text using split but still it is not working.
We have several Appian applications with records backed read-only grids which our business users can quickly search, filter, page through to access record instance data. One of the main gripes (over the years) with Appian is that while paging and taking an action on a record, the user has to page back through a series of data sets to arrive where the user initially started the action from. Honestly, it's a bit surprised a paging cache feature hasn't made into a default platform offering in Y2024 but would the Appian community be able to provide examples of how we can implement a "cached paging paradigm" to improve user experience. It's definitely a slight annoyance platform-wise but I'd prefer to hear your opinions and implementation thoughts on how best to improve a one-less-click experience.
I tried to complete a user's task via Chrome browser by adding a signature using the a!signatureField. But the signature gets disappeared after it's drawn. Does anyone know the root cause and a solution for it?
I have a Record Type that has 2 Record List Actions. Web Browser shows both entries and on a Mobile device only the first one displays. I confirmed this on an iPhone. I also noticed that if you have more than one Record List Action it moves the actions below the filters. Are these expected behaviors? On a Web Browser: On an iPhone:
Hi, I have an interface where I have few buttons. These buttons I have created using a a!buttonArrayLaoyout, a!buttonWidget. Now, when the user clicks on one of the button, I need to calls a "recrodActionItem". Can someone advise how I can do this. Thanks
Hi All, Why do we get this type of error in Process Model while writing to the data base? How Do I Check this issue in more detail, When i don't have system logs to check the logs? Can SomeOne Please suggest ,It would be more helpful if anyone replies and Provide me the solution. Thanks In Advance.
Geeting this error when used SP that returns datasubset for populating grid. Can someone provide more info on why this issue is coming up. UI Code a!localVariables( local!variableName, local!selectedSource, local!selectedCategory, local!pagingInfo:a!pagingInfo( startIndex: 1, batchSize: 10 ), local!categories:index(rule!OMS_getPreSelectCategories( ),"data",{}), local!sources:index(rule!OMS_getPreSelectSourceTypes( ),"data",{}), local!mdmVariableList: a!refreshVariable( value: rule!OMS_SP_getPreSelectVarsByFilters( variableName: local!variableName, source: local!selectedSource, category: local!selectedCategory, pagingInfo: local!pagingInfo ), refreshOnVarChange: { local!variableName, local!selectedSource, local!selectedCategory } ), a!cardLayout( style: "TRANSPARENT", contents: { a!columnsLayout( columns: { a!columnLayout( contents: a!richTextD
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.