-
Recently active
I have a grid with data from the record type, I should have a link a column to either withdraw or cancel. when a user clicks its. The status in the record type has to be updated .UI below when I am trying to update the record type it shows error. Please help error:
Any example with search in editable grid (Filter data)
Hi All, I have to provide document size validation in file upload field like if uploaded document is more than 10 MB,I will display the validation error. I have two buttons Submit and Cancel ,and for each the submit parameter is set as true() . For submit button the validate parameter is true() and for cancel button the validate parameter is false(). So ,when the user uploads more than 10MB,they not able to submit until they reduce the doc size and for Cancel we are not saving the document into Database. But here I am facing the below issue, When the user clicks on Cancel ,it not writes in Database as expected ,but it saves in the Appian folder, since it goes out of the node. So please help me if there is any way to avoid saving this file in Appian folder if document size is more than 10MB. Thanks in Advance!
Hi, I have a plain Interface where there is a recordLink to the summary view of a Record Type.In preview mode the Interface works well: the link succeeds in opening iebr.appian.community/.../ [...]But when the Interface is launched as a starting module of a Process Model the link doesn't work anymore and returns a 403 message (Access Denied). In this case, it tries to open iebr.appian.community/.../ [...].My authorization levels seem ok.Where could be the problem? Many thanks
I have a scenario where the user uploads one or many tiff files, and then wants to see them displayed in a gridlayout. I had already built out the process before realizing that imageField does not support Tiff. I have seen a plugin that converts tiff to pdf, but this doesn't help as I don't think there is a way to display a pdf in a gridlayout (please correct me if I am wrong!). Any suggestions would be greatly appreciated.
Scenario: User wants to bulk edit rows of data which have been stored in MariaDB. User is presented with data (ranging upto 150 rows) in an editable grid. The first column in the editable grid is a picker field whose suggestFunction calls an external REST API. When the user loads the page (clicks "edit" record), will the REST API be invoked per row of the editable grid?
a!localVariables( local!pressedButton: "cancel", local!getdata: rule!getRequestByID(ri!id), { a!sectionLayout( contents: { a!boxLayout( label: "Approval Form", labelSize: "MEDIUM_PLUS", contents: { a!columnsLayout( columns: { a!columnLayout( contents: { a!textField( label: "Comments", labelPosition: "JUSTIFIED", value: local!getdata[1].requestorComments, saveInto: local!getdata[1].requestorComments, refreshAfter: "UNFOCUS", readOnly: true, validations: {} ), a!dateField( label: "Start Date", labelPosition: "JUSTIFIED", value: local!getdata[1].startDate, saveInto: loca
Hi, Any idea how to design a button with a style like below in Appian. Thanks.
I am looking for ways besides cards to initiate startProcessLink from a UI. Initially I was trying to replicate the look of Card Record Actions, but when I use a card layout I run into issues on mobile or smaller screens where the card becomes hard to read, or a scroll bar appears. Card choice field does not support links. Or is there a way to remove the scrollbar from cards?
If we have an icon on our interface, ("clickable icon") ----> configured with a start process i.e. when we click on it, a report opens and shows on a new tab, is there a way to show that report in a pop up and not in a new tab? Icon image attached fyr:
In my application there is vendor who comment when submitting a form and when it comes towards reviewer the reviewer comment again.So I want to show it as history what vendor commented and what reviewer commented.
Hi, i just want to know about how can i configure interface which open in pop up window. what is the best way do this ?
Hi Team, Im Facing the issue data was not updateing automatically. I have used like below 1) Parent interface -> contains 2 interfaces - grid and cloumns layout one after another in order 2) if data changed in grid coloumn and data(im querieing from db and stored in local variable with refresh) not changing in columns layout automatically but if i moved to next page and came back to current page then its working 3) for the point 2- i tried a!refreshVariable() and a!save() but its not working Any idea to overcome this problem, please let me know. Thanks & Regards, Vigneshkumar Radhakrishnan
Hi Team, i have a card layout and on click of it the section with contents should showup to the user. For this i have added a link on card layout but on first click it doesnot saves value to local!showDetails but on second click it does because of which my section remains hidden on first click and gets visible on second click.It should save value always. The section hide and show under a card is also controlled by an external link ExpandClicked as well. Suggest a way to achieve this. link: a!dynamicLink( value: if( index( index( index( index( index( ri!final_PRN_CDT.PrnSegment.Providers, 1, {} ), "ServiceLocation", {} ), "Addresses", {} ), ri!index, {} ), "ExpandClicked",
Hi, Working in an editable grid, when adding an "instructions" parameter, it is not working and not giving any error as well. I mean, we can add "instructions" parameter value but it is not visible just below of that textfield or datefield. Is it like editable grid do not support 'instructions'? please help.
Can we display icon(info icon) next to the header a table grid
Hi, I am facing an issue where I need to display only email Id in the interface. In database it is stored as name<email.id>. eg: Jack<Jack@hotmail.com> For displaying it in the interface we queried from the database we need to show only the email id in the interface (i.e)<jack@hotmail.com>. I used split, stripwith function but it is not working as expected . I am storing it in a local variable (local!intake.sourceEmail). In the "value" parameter of the field I referred this variable Is there any other method where we can achieve this. Please let me know. Thanks
I have a dropdown where you can select a date, the follow code is for the choiceLabels:if( and( local!prefijo.prefijo = "listasis", a!isNotNullOrEmpty(local!prefijo.idTipoAsamblea_int), and( local!prefijo.idTipoAsamblea_int 2, local!prefijo.idTipoAsamblea_int 4, local!prefijo.idTipoAsamblea_int 6 ) ), union( text( index(local!fechaPorSerie , "fechaAsamblea", null ), "dd/MM/YYYY hh:mm a"), text( index(local!fechaPorSerie , "fechaAsamblea", null ), "dd/MM/YYYY hh:mm a"), ), union( text( local!fechasDeAsamblea, "dd/MM/YYYY hh:mm a" ), text( local!fechasDeAsamblea, "dd/MM/YYYY hh:mm a" ), ) )If I have 18 dates, but 2 dates are the same... the array is goint to be 18. But the array has a variable called idAsamblea, so every date has a different idAsamblea. The follow code is for choiceValues:if( and( local!prefij
I've looked into a!documentViewerField, a!imageField (with a!documentImage), and a!richTextImage (with a!documentImage) and tried to display the contents of a TIFF file with no success. Does anyone know how to display a TIFF file on an interface? Thanks
Hello Team, Is there any way to get the currentloggedInUser site page tab URL Dynamically?. More details about my requirement...Assume that there is a record A, Site A (User1) and Site B (User2). Once User1 navigate from the Site A to the particular record weshould show related action for that User1.If User2 logged in and navigated from the Site B to the same record user shouldn't see any related actions. Is there any way to achieve this functionality without create separate record for site?. Thanks!!
Hi, PFB my code snippet. when i click on button my data in the readonly grid is not refreshing. The source is a expression rule which calls an integration to get the data to display in grid. Kindly provide suggestions. a!localVariables( local!currentUser: rule!CORE_GetLoggedInUserName(), local!refreshCounter: 0, local!employees: a!refreshVariable( value: rule!PM_GetCurrentAddresses( tenantId: "77b50320-5f06-5740-84f4-18d4a8cda51d", identifierId: local!currentUser, serviceLocationId: "cac14c53-a058-4824-86dc-f24cea29b948" ), refreshOnVarChange: local!refreshCounter ), { a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Refresh", size: "SMALL", style: "SECONDARY", saveInto: a!save(local!refreshCounter, local!refreshCounter + 1) ) } ), a!gridField( labelPosition: "COLLAPSED", data: local!employees, refreshOnVarChange: local!refreshCounter, columns: { a!gridColumn( label: "Address Type", value: fv!row.addressType
Hello everyone! I need to display 5000 rows of editable rows in the grid - it’s about 2mb of data. First thing I have thought of is to fetch data from database with batches - to set a start index and a batch size and pass it to query entity expression, and then provide that result data subset to editable grid with implemented paging option (clicking back and next will trigger an update to a start index as well as a new batch to be fetched from database) And I’m facing a problem finding an approach to update that data in the database after editing on the form when switching pages. Most probable storing 5k items in a local variable along with other data will cause memory issues while manipulating it for example Is there any approach to achieve a desired goal?
Hi all, i want to select a speficic color for this pie chart, for example if the status is "DA RIASSEGNARE" the related colour is orange and so on. Here is the code, and in attachment the pie chart. Thank in advance.a!localVariables( local!save, local!save2: a!refreshVariable(value: local!save,refreshInterval: 0.5), local!array, local!record2: 'recordType!{2def5f7f-c651-48be-9fce-fe502682f30f}GEC_Dettaglio_Task', a!sectionLayout( label: "", contents: { a!pieChartField( data: a!recordData( recordType: 'recordType!{2def5f7f-c651-48be-9fce-fe502682f30f}GEC_Dettaglio_Task' ), config: a!pieChartConfig( primaryGrouping: a!grouping( field: 'recordType!{2def5f7f-c651-48be-9fce-fe502682f30f}GEC_Dettaglio_Task.fields.{6d87248b-9f66-495a-b736-3e539bcad481}STATO', alias: "vehicleMake_primaryGrouping" ), measures: {
Hello All, I need your guidance and assistance regarding the creation of a cascading dropdown interface that supports an unlimited or variable number of levels. The purpose of the interface is to display data retrieved from a reference database table, where the values of the child level dropdowns are determined by the parentId field in the table. The cascading dropdown interface will be used to present hierarchical data from the reference database table. Each dropdown level represents a different level in the hierarchy, with the child level options being dynamically populated based on the selected value of the parent level. The goal is to enable users to navigate through the hierarchy seamlessly, regardless of the number of levels it comprises. The database table looks like this . ParentId is FK refer to Id field. Id, level parentId 1 l1v1 null 2 l1v2 null 3 l1v3 null 4
Can we show Uploaded file in same interface, {Transition files saves in TEMPORARY KNOWLEDGE CENTER, we can't pull back from there}, So is there way, to show uploaded file right beneath it??...
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.