-
Recently active
Hello All, I was exploring if we have any option to use Windows Command in Interface. The requirement is to have print functionality through Appian. In the current solution a print icon is provide which opens up an interface through a process. The interface is added as start form to the process. Once the interface is launched users have to key-in "Control + P" to print. So my question - is it possible that if the clicks the print icon it runs the print command and the document is sent for printing. Thanks & Regards Girish Katti
Hi everyone. We are building a grid with data records in it. What we want to do is add a button above the grid, that when clicked, will unlock all the rows for editing and when clicked again will lock the rows. In other words, if a user clicks the button, all the fields will turn into text fields and if clicked again the fields would go back to read-only. Any suggestions for how to go about this?
Hi Everyone, As I try to use selection in read only grid with conditional user filters. But when I select the row first time, data is saving in the variable but in the UI it is not showing the selection. I try to remove the conditions from the user filters then it is working fine. Here on the basis of selection and showFilter , I try to handle condition userFilters: { if( rule!Test_IsNullOrEmpty(ri!selection), if( local!showFilters, { Test 1, Test 2, Test 3, Test 4, Test 5, Test 6 }, {Test 1, Test 2, Test 3 } ), null ) },
I am implementing an HTTP connected system that uses OAuth 2.0 Authorization Code Grant for authentication. When presenting our users with the Authorization Link I would like the interface component to also display the connected system's Name and System Logo. Is there a function to retrieve Name and System Logo from a connected system object? Looking through the documentation there isn't an mention on publicly visible properties from the Connected System object. The reason I am looking to retrieve these values from the Connected System object instead of passing hard coded values for Name and Logo is because I would like to create a Connected System agnostic interface to present users the authorization link.
I am trying below code. Here, expression rule GPO_questionDetails returns a list for a given number.a!gridLayout( label:"program",headerCells: { a!forEach( items: {"230108","230109","230110"}, expression:{ a!localVariables( local!list: rule!GPO_questionDetails(questionID: fv!item), a!gridLayoutHeaderCell(label: local!list.label) )} ), if(not(rule!APN_isTrue(ri!isReadOnly)),a!gridLayoutHeaderCell(label: ""),{}) },Error: Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridLayout [line 35]: A grid component [label="program"] has an invalid value for "headerCells". "headerCells" can only be of type GridLayoutHeaderCell. Received List of GridHeaderCell at index 1.Can some one help me to fix this ?
Expression evaluation error [evaluation ID = a667e:8b65e] in rule 'ntd_adminreportingdashboardmonthlycompliance' (called by rule 'ntd_adminreportingdashboard') at function a!forEach [line 42]: Error in a!forEach() expression during iteration 5: Expression evaluation error at function 'updatecdt' [line 44]: Length of input arrays must equal length of CDT/Dictionary array Interface Code: if( and(ri!isShowMonthlyCompliance = false,rule!GLB_isNotEmpty(ri!selectedMonthAndYear)), a!localVariables( local!searchVanpool, local!searchCoordinator, local!searchEmployer, local!searchOperationsContact, local!complianceData: a!refreshVariable( refreshOnVarChange: { ri!savedTripDataCounter, ri!selectedMonthAndYear }, value: rule!INT_TRP_getTransitMonthlyComplianceStats( transitAgencyCode: index(ri!selectedMonthAndYear,"transitAgencyCode",{}), month: index(ri!selectedMonthAndYear, "month", {}), yea
I have two viewer groups with end users in them. My goal is to have one group that can only view a specific page and another group that can view and interact with the functionality on the page (Add items, delete items, reorder items, etc.) How could I accomplish this?
Hi All, I am passing one dynamic value in expression rule in textField to display value but rule is not getiing refresh n taking old value only. Here below rule should take dynamic value n on t he basis of that should return respective value . Below field in in with(). What could be the root cause of that please share. a!textField( label: "Name", value:rule!getNamebyId(local!data.requestId), readonly: true() )
Interface Definition: Expression evaluation error [evaluation ID = c9564:63ac5] : An error occurred while executing a save: Expression evaluation error in rule 'TID_documentsquery' at function a!queryEntity_18r3 [line 2]: An error occurred while retrieving the data. Details: Memory threshold reached during output conversion (rule: [queryentity expression], type: [TIDContentTagsVwDT31557], threshold: [1,048,576 bytes], objects successfully converted: [3,228])
Hi All, My requirement is when I click on the download document link. I also need store some meta data in DB. Metadata like who downloaded the document, time, document name, process variables etc. On click of the document download link two action should to be performed. 1) Document should be downloaded. 2) Data should persisted in DB. What should be my design approach.
Hi guys, I tried to use document picker to select documents, but its selecting the same document multiple times. I want the selected documents to be distinct. Thanks for the solutions in Advance.
I have a scenario where I need to somehow indicate in a lineChartField when a specific value on the X axis is selected. Basically I need a chartReferenceLine, but on the X axis. I have attached a photo as an example.
Hi All, Is there any way to open an external link using safe link and Write operation into Data Base on Single Link from User Interface Read-only Grid level. Current functionality using two columns in Grid Column1: Link (safe link) will open the external URL Column2: Start Process Link Writing operation in Database User Requirement: Merge these two columns with single Click do both operations. Thanks Vinod
Hi, i am using multidrop down field , i want to update my new values into local variable first then i want to update into my rule input without effecting the rule input values when it is in editable condition and i have tried using the local variable but it is not getting store, can you guys guide how to solve this a!multipleDropdownField( label:"Pets", placeholder:"select a value", choiceLabels:index(local!pets,"petsNm",null()), choiceValues:index(local!pets,"petsId",null()), value:if( ri!isEditable, ri!pets.petsIdFk, local!pet ), saveInto: if( ri!isEditable, { a!save( local!addition, a!forEach(
Hi folks , I have a look up table named "gender" , I want to develop a interface using which i can see, add add, update , delete values in table without going in the appian cloud directly instead we want to perform this from the interface . For example i have genderId and gender column in lookup table , where there are two entries male with id 1 and female with id 2 , how can we add another gender in the table directly or delete male row from the table or update it. I hope you guys understood my query . Thanks in advance.
I am using a!recordLink() inside Editable grid row configuration : a!gridRowLayout( contents: { a!linkField( links: a!recordLink( label: fv!item.ID, recordType: cons!REQ_RECORD, identifier: fv!item.ID ) )} After clicking on the ID column link field I am getting below error: An error was encountered while processing your request. Could you please help me how can I configure the a!recordlink() field inside the editable grid row configuration.
Is there limitation to add viewss on appian records? If i add more than 30 views on appian records it will affect on the performance?
Hi I have an interface with load and with, when a user updates a value in the interface I need to return a boolean value and I am using that in another rule. In the load I have a local variable in which I am saving the old value and in the with I an doing a isnull(symetricdifference9oldval,newVal) and assigning this to a local variable and passing this to the other rule. I am having an issue in setting the boolean value please advice me here. Thank you.
Hi Team, We have usability styling requirement from client like Read-only grid header row should have some styling like backgroud color, font etc. Is there any way we can achieve through the latest Appian version. -Thanks in advance
Hi, i have created external data source by using appian admin console. post creation i trying to create CDT for the existing postgre SQL Data base table. below warning are populating due to data type miss matched. can some one suggest me how to overcome this problem ? we are using external DB(PostGres Databae)
Hi all, Our main GUI team member is concerned about the icon that shows up next to the selected usergroup when it is picked from the Group Picker. It appears to be a group of silhouettes, representing that there are multiple users. We are looking for a way to remove this picture or icon. If it isn't possible, we would prefer to use the group icon that Designer mode uses: There isn't a call for our application to configure individual groups' profile pictures or special icons. So are there any alternatives to the silhouette icon? Thank you!
Team- Is there any feasibility to disappear search box if i click on any where on screen white space instead of click on same search box for hiding. from below screen i clicked search icon after clicking on search icon below text field is appearing. this is fine for me same way when i click on some white space on screen it should diapered/hide. after it should come to like this. please suggest me how to do ?
Users of mobile app that we are developing on Appian, expects badge count to be shown tagged with the App. This badge count represents count of actions within the App. And, this count is available in the form of DB records, but not as a typical Appian task. I could not find any posts that are specific badge count. Any suggestions please?
Team- we have one requirement that the when mouse hover particular tile that tile should be little bit some appear share. like we built in java, angular. can you some one pls suggest which code i need to use to achieve this. Not only tile any text field also needs highlight on particular text field.
Hi All I want to create a CDT and an interface by passing JSON script Or even if I can pass json and create an input field in interface eg.[{"fieldname" : "name", "datatype": "varchar"}] this should create an input for name and datatype varchar. I am at beginner level in appian...please guide how can I proceed.
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.