-
Recently active
in the editable grid i am having i am displaying Questions and some other values on the basis of Sort id , Where sort ID is not primary key , i have also provided button to add new rows in between existing rows . below code works fine and increment the values automatically if new row gets added in between a!imageField( label: "Add " & ri!index, images: a!documentImage( document: a!iconIndicator("ADD"), altText: "Add Question", caption: "Add Question Here", link: a!dynamicLink( label: "Add Question", value: 'type!{urn:com:appian:types:Test}Test_Question'( entityTypeId: "", activeFlag: true, contentAreaId: ri!contentAreaId, createdBy: loggedInUser(), createdDt: now(), modifiedBy: loggedInUser(), modifiedDt: now(), questionIsRestricted: true ), saveInto: { a!save( ri!questions, insert(ri!questions, save!value, ri!index + 1) ), a!save( ri!questions, a!forEach( items: ri!questions, expression: updatedicti
Hi Guys, I am using the data subset to fetch the data to interface but the total count of rows are automatically showing in the interface. It might be identifier as well not sure why the count is showing ? Please suggest how to remove the items from interface? Please find the below screenshot for reference?
We developed a grid view with an action associated with row-click event. Is there a way we ignore a double click event triggered by users?
Hi, I am facing an issue with scrolling up & down while selecting any value in multipledropdown list on interface form. can some pls suggest to stop or restrict this functionality. as per below screen, i am doing scrolling up my form page and it was scrolling up even dropdown field also moved up. this should not be like this. if i clicked on dropdown field page stop at there i can not moved up until unless i dis selected.
I created a group and I have two interfaces where only the members in that group can see and make any approvals. Any suggestions?
Hello All, We have an Angular page where we are displaying Appian task list. We have provided a run button in one of the HTML table's column , which simply run Appian task in a new window/tab. I would like to know if there is a way to send some message back to Angular page after user complete the task/ or click submit button. I would like to get the updated task list automatically (refresh the task list section) once user finish any Appian task. Please share your thoughts. Thanks, Gaurav
Hi, I'm following the Appian dev course and one of the steps require me to Generate an Interface from the "Views" section of a record type. However, that button isn't showing up on my workspace. I tried to create an interface manually but couldn't get around to doing it since I am new to Appian. "GENERATE INTERFACE" not showing up. Appreciate any help I can get on this one. Cheers!
I have a ref CDT and from the ref CDT i am extracting id and name values using expression rule and using this expression rule as a local variable in the interface (i,e local!ammenityTypeList). Now for choice labels i used the name and for choice labels i used id . For storing these values i am using another CDT which consists of an integer field which is a foreign key. here my requirement is : 1) when I select the values it's displaying the numbers when it is in read-only format . But I want it to be names! . 2) I should have the option to select my own values but instead, it is selecting all and taking all of the values. These are my requirements , can anyone suggest how to solve them.
Hello Everyone, Please let me know whether any one implemented adding dynamic columns in paging grid? Actual query outputStudentName Age City StudentA 15 LosAngeles StudentB 16 Newyork StudentC 17 Austin Below is my requirement to display the data in vertical grid formatRequirement is below(Kind of vertical grids). StudentName StudentA StudentB StudentCAge 15 16 17City LosAngeles Newyork Austin 1)Question is number of students may be varying based on input conditions. So please let me know whethercan added dynamic columns in paging grid?2) or did any one implemented vertical grid? Thanks in advance
We have a variety of tools to force data refreshes on interfaces on local variable changes. For example, this is easy to do using a!refreshVariable and I've even found ways to force read-only grids based on record data to refresh using little hacks like this in the filter logic: a!queryFilter( field: <field reference here>, operator: if(local!updateMeToRefresh,"=","="), value: ri!id ) However, even this technique doesn't seem to work in charts such as a!barChartField() where a!recordData() is used as the data source. I have an interface where I'm showing some charts based on record data and I'd like the user to be able to refresh that data on demand (there are other components in the interface that are used to update the data behind the chart) without having to reload the page entirely. I want to use record data here, but I may have to change to local variables unless there is a way to make this work. Looking forward to your ideas!
Hi, I want the Approval form as Read Only except the radio button for approve or reject purpose and no cancel button. I want different logic other than given in https://docs.appian.com/suite/help/21.2/SAIL_Tutorial.html. I do not want to pass a step input and then make it read only. Could someone please suggest? Thanks Faisal
Interface Definition: Expression evaluation error [evaluation ID = af95d:a8823] : An error occurred while executing a save: Expression evaluation error: The save target must be a local variable that does not refresh on every evaluation or on an interval, a process variable, or a node input (or a rule input passed one of those three), but instead was: [documentId=, mappingKey=1, entityType=, entityId=, docType=, docName=, docExtension=, docDescription=, appianDocId=, isActive=, createdBy=, createdDate=, lastUpdatedBy=, lastUpdatedDate=]. In my interface, I can add multiple lists and in each list, I have multiple documents. This is my requirement. a!gridLayout( label:"", headerCells:{ a!gridLayoutHeaderCell(label:"Upload"), a!gridLayoutHeaderCell(label:"DocDescription"), a!gridLayoutHeaderCell(label:" ") },
Hi! I am new to using the tool and I want to know how I can change the background or the letters of a text field to red in a form. When the text field has an incorrect value. Where can I put this code, in the header, in the validations? Example:
Hi team, I am going through this appian tutorial Process Modeling Tutorial - Appian 21.2 but error in expenseReportSummary Interface like this "Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function 'user' [line 5]: Null argument not allowed". i have interface { a!textField( label: "Requester", labelPosition: "ADJACENT", value: user(ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{pp}pp.{initiator}initiator'], "firstName") & " " & user(ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{pp}pp.{initiator}initiator'],"lastName") ), a!textField( label: "Amount", labelPosition: "ADJACENT", value: ri!expenseReport['recordType!{618f143c-4310-4256-a9c3-b96fe7161fcf}AT Expense Report.fields.{expenseAmount}expenseAmount'],
Hi, I used multidrop down field in the interface, now I want to show in site with the readonly format, when I am calling this interface by keeping readonly=true I am facing this error can anyone help me out with this error. below is my code of the interfacea!localVariables( local!item:'type!{urn:com:appian:types:SHA}SHA_newList'(), local!propertyTypeList:rule!SHA_quertyTogetThePropertyTypeName(), local!ammenityTypeList:rule!SHA_quertyTogetTheAmmenityType(), local!mappingKey: {1}, local!Doc:'type!{urn:com:appian:types:SHA}SHA_document'(), { a!sectionLayout( label:"", contents:{ a!richTextDisplayField( label:"", value: a!richTextItem( text:"Add Listing ", size:"LARGE", style:"STRONG" ) ) }, divider:"BELOW" ), a!sectionLayout( label:"", contents: { a!richTextDisplayField( labelPosition:"COLLAPSED", value: {
Hello All, I want to remove the space between the Label and field values (Screenshot below). Is there any way I can achieve that? Please let me know if anyone knows how to do that. Thanks in advance.
Hi team, i am refering appian application tutorial i have interface 1 and interface 2, i wanna reuse interface 2 into into interface 1...but shows error like this.....Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!formLayout [line 4]: The contents field on a column layout cannot contain a form layout. Received a form layout at index 4. INTERFACE 1 a!localVariables( local!readOnly: ri!step="APPROVAL", local!labelPosition: if(local!readOnly, "ADJACENT","ABOVE"),a!formLayout( label: if(local!readOnly, "Approve expense Report", "Submit Expense Report"), contents: { a!textField( label: "Expense Item", labelPosition: local!labelPosition, value: ri!expenseItem, saveInto: ri!expenseItem, refreshAfter: "UNFOCUS", required: not(local!readOnly), validations: {} ), a!dateField( label: "Expense Date", labelPosition: local!labelPosi
Why only one smart service can be executed in an interface saveInto parameter at the same time?
We just want to find out if there is a possibility of downloading Community from the designer like the download feature available for Knowledge Center. We have several acquisition documents in knowledge centers which is stored under communities. Would like to know if a download feature is available at the community level since KC level download has to be done page by page in the designer and we have thousands of pages. We are in 18.2 version. Thanks, Meena
Hi, I need to show a check box in UI on click of Submit button, if there is a validation triggered on Submit. The check box should not be visible otherwise. If there is no validation getting triggered in UI then the form should just submit. How can we achieve this. Thanks in advance.
HI All, I have implemented a Export to excel functionality, where clicking on Export to excel will kick off the process , and once the document is available the Download excel link will be made available, the problem is, the user can click on export to excel multiple times at a time, is there a way , i can disable the export to excel link until the process is completed Thanks in advance
After Submitting a form by clicking Submit Button, it says action is completed . But unfortunately Page is not refreshing?PS: My Button type is Submit.
after selecting year from the dropdown list..., we should able to see the calender of that selected year(in dropdown) &within that calender we should able to months forward and backward & also we shoud able to select a date in particular month..., how to get it done..
Hello, There is a requirement in my project where I want to upload the image in an editable grid for every device and give a preview before submittinga!localVariables( local!counter: 0, local!deleteDeviceIds, local!device: a!refreshVariable( value: rule!SABOT_GetAllDeviceSku(), refreshOnVarChange: local!counter ), local!deviceCount: length(local!device), local!result: null, local!showButton: false, local!tableName: "SABOT_DEVICE_SKU", local!DEV_ID: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "DEV_ID"), local!SKU: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "SKU"), local!DEV_NME: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "DEV_NME"), local!DEV_IMAG_NBR: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "DEV_IMAG_NBR"), local!DSPL_ORDR_NBR: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "DSPL_ORDR_NBR"), local!ACTV_CD: rule!SABOT_GetSABOT_REFR_FLDByColumn(local!tableName, "ACTV_CD"), a!boxLayout( label: "
Hello All, Please let me know in gridLayout -Editable Grids whether can we use Add Button instead of "addRowlink:" ? I didnt find button in the default options. Please let me know whether any one implemented Add button instead of AddRow link. Thanks
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.