-
Recently active
I have 20 custom filters created for my read-only grid. I am unable to create more filters.Error posted above. Is there any way I can increase the saved filter limit?
Hi All, I had created one interface for opening email using mail to. The code for interface is as follows a!columnsLayout( columns: { a!columnLayout( contents: { a!cardLayout( contents: a!richTextDisplayField( align: "LEFT", labelPosition: "COLLAPSED", value: { a!richTextIcon(icon: "envelope", size: "MEDIUM"), a!richTextItem(text: " ", style: "STRONG"), a!richTextItem( text: "CONSULT SUPPLY CHAIN", style: "STRONG" ) }, /*align: "CENTER"*/ ), link: a!safeLink( uri: "mailto:" & "pradeep@xyz.com" & "?subject=" & "High Risk Material Test Email" & "&body=" & "<html xmlns:v=urn:schemas-microsoft-com:vml xmlns:o=urn:schemas-microsoft-com:office:office xmlns:w=urn:schemas-microsoft-com:office:word xmlns:m=schemas.microsoft.com/.../omml xmlns=www.w3.org/.../REC-html40> <style type=te
I have the UI which loads the record type data in Read only grid. I used 3 filters to filter the records from record type in the Grid. In my requirement, I need to delete the filtered records from DB on "Delete" action, Anyone knows how to assign the filtered records displayed in Read only Grid to the local variable. Where i can use that record set to delete. Or any other suggestion to delete the filtered records.
Hello Folks, Please anyone guide me on this? I am using below code and getting this error: "Cannot mul incompatible operands of type List of Variant and type List of Variant." Basically I am multiplying two values. Any thoughts on this? a!textField( label: "", labelPosition: "ADJACENT", value:product(index(ri!case, "amount", {}), index( ri!case, "newamount", {} ) / 100), readOnly: true(), ),
When I click on a button, it will generate a comment and we are saving it in a comment table. In particular scenarios, when we click on the same button, it will generate multiple comments and we need to save it in a comment table itself. So how can we handle in appian?
How can we select the multiple choices in a check box field. the current code that i am using right now is attached here with for your reference. if( ri!questions['recordType!{9f9ccdcb-c623-460d-b62e-11edf107c89f}MCS Questions.fields.{d24285e2-2025-4026-a79d-369fe6874d09}Style'] = cons!MCS_OPTIONSTYLE_POINTER[2], a!checkboxField( choiceLabels: { " " }, choiceValues: { true }, value: fv!item['recordType!{ed28cd83-aecc-434c-ac3c-48f88d5ab332}MCS_ANSWERS.fields.{d4e78775-ad64-4f7a-9881-ff6dac1ec243}isCorrect'], saveInto: { fv!item['recordType!{ed28cd83-aecc-434c-ac3c-48f88d5ab332}MCS_ANSWERS.fields.{d4e78775-ad64-4f7a-9881-ff6dac1ec243}isCorrect'], a!save( ri!answers, a!forEach( items: ri!answers, expression: if( fv!index <> local!presentindex, a!update( fv!item, 'recordType!{ed28cd83-aecc-434c-ac3c-48f88d5ab332}MCS_ANSWERS.fields.{d4e78775-ad64-4f7a-9881-ff6dac1ec243}isCorrect', null ), fv!item ) ) ) }, align: "CENTER" ),
In my gridColum, I am displaying an email link, with an envelope-o icon. However, if the value of the field is empty or null, it's still displaying the icon. How do I add the if logic to this code to not display the icon if the value of the field is empty or null? I've edited the code below to shorten the field recordtype! info. a!richTextDisplayField( value: { a!richTextItem( text: { a!richTextIcon( icon: "envelope-o" ), a!localVariables( local!fullString: fv!row['recordType!technicalPointOfContact'], extract( "--beginning--" & " " & local!fullString, "g--", "
Hello, I want to implement the @tag user functionality in the conversation (comment section). I am new to Appian. Can you please help me with this?
a!localVariables( local!startDate: date(ri!year,ri!month,1), local!daysInMonth: daysinmonth(ri!month,ri!year), local!startDateDay: weekday(local!startDate), local!endDateDay: weekday(eomonth(local!startDate,0)), local!days: {"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"}, local!dates: a!forEach( items: enumerate(local!daysInMonth) + 1, expression: local!startDate + fv!item - 1 ), local!datesWithDays: a!forEach( local!dates, { day: local!days[weekday(fv!item)], date: fv!item } ), { a!gridField( label: "Calendar", labelPosition: "ABOVE", data: local!datesWithDays, columns: { a!gridColumn( label: "Sunday", sortField: "sunday", value: if(fv!row.day="Sunday",fv!row.date,"") ), a!gridColumn( label: "Monday", sortField: "monday", value: if(fv!row.day="Monday",fv!row.date,"") ), a!gridColumn( label: &
Hi, I could not find any docs satisfying my requirement .Can anyone help me in designing a grid as below. Name textbox1 textbox2 textbox3 PersonA 10 1 100 PersonB 20 2 100 TOTAL 30 3 200 User will enter values in rows for textbox1, textbox2 and textbox3. Last row should display the total of the values entered in above rows.
Hello, I have the following error from web browser interface (NOT MOBILE): "Start process link not displayed because the system is in a degraded (stateless) status" , when a user press on a a!linkField( links: {a!startProcessLink(.... I saw that there are some problems with it explained here: https://community.appian.com/support/w/kb/1338/kb-1867-start-process-link-not-displayed-because-the-system-is-in-a-degraded-stateless-status-error-when-starting-processes-in-the-appian-for-mobile-devices-app but I don't have a mobile interface is a simple interface exposed as a report in sites. (ps: appian version used 18.3) Can someone give a clue what can I do? kind regards, ana
Hi, I am trying to experiment on Video Field and I would like to upload my videos to appian and play them in UI. As I am implementing this, I got stuck as a!webVideo taking URL as source but how can I implement this?
Hi I have one local variable and it has array of data in that i want one specific column data from each index and need to add those column data for example: local!test: 1. testid=1,testname="qwerty",testtime=9,testcomments="testtest" 2. testid=1,testname="qwerty",testtime=6,testcomments="testtest" 3.testid=1,testname="rest",testtime=1,testcomments="testtest" Now from first index testtime ,secondindex testtime and third index testtime needs to be added and output should be 16 i tried foreach with using index but it didn't worked could you please suggest on this
Hi, How can i configure this can anyone suggest ?
Hi community members, So the requirement is: When business user using the site, one of the interface has the two column layout, left sub-interface showing the uploaded document, right sub-interface is some summary info. The user want to able to adjust the size for the two sub interfaces. For example, there should a line between left sub-interface and right sub-interface, when user drag the line to right, the left sub-interface occupies more area of the screen and the right sub-interface occupies less area. I have did some research and it seems Appian doesn't support this feature. Please give some advice if I missed some thing. Thanks.
Hi, Sometimes on UI getting the below error:Expression evaluation error [evaluation ID = 19742:9c777] in rule 'Test_Rule' at function a!dropdownField [line 314]: An error occurred while executing a save: java.lang.ClassCastException: com.appiancorp.core.expr.portable.Value cannot be cast to com.appiancorp.core.data.Variant Please provide some guidance on the above error to fix. Regards,Sandeep
Hi, How can I achieve the below user experience. Like layouts, fields ..etc. Font color can be blank. Thank you in advance.
Here after the last XOR gate i have a condition like if the condition is true then go to the third node from left which is a UIT. Here also I am doing the assignment of the UIT to the process initator so that the form will open immediately also doing the enabling the activity chaining ,but it is not happening as expected it is getting stuck here only like the image below. Can anyone tell me what I am missing here ? Thanks In Advance !
What is the maximum value for a drop down list? And after how much data performance will impact ?
I am trying to create a record based dropdown component with a filter (shown below), where the filter value changes based on a different dropdown component. local!msSealType is the variable updated by the other dropdown component (via an a!save in that component) and can be either "S" or "D". The sealType field in the record type I'm using is either "D" or "B". I am trying to filter the options in this dropdown component based on the selection of the other dropdown, but it seems like the filter value is not updating. No matter how local!msSealType changes the dropdown values never change. I have confirmed that both data types are text. Any assistance would be greatly appreciated!
I'm getting this error while updating a form. During creating a form, all goes well but as soon as I try to update the form with existing data (I'm updating a dropdown with a new value and this is where it's erroring out) The dropdown field is being called from another interface, everything in that interface works except for that dropdown. Can anyone please tell me what is going on with the saves? I'm including a screenshot of the dropdown field that's erroring out. Any help is appreciated! Once a new value is selected, the below error occurs Here is the dropdown field for reference. If more screenshots/explanation is needed, please let me know and I'll be happy to provide more!
Hi all, How to represent data in the form of tree in appian? Like root node with parent node (with sub nodes as child 1 ,child 2),another parent (one child) and one parent with zero number of child. Can Anyone Please help me write logic on this? Thanks in advance.
Hello Appian People, [emoticon:c4563cd7d5574777a71c318021cbbcc8] I have a small doubt. Is it possible to underline and bold any word or sentences at the same time. I tried different approaches but it is failed. The only thing working is: Is it possible that the phrase 'Appian is fun' can be written by both 'Bold' and 'Underline' styles? If yes please try sending the correct codes or explanation. Any suggestions/solutions is greatly appreciated. Thank you
I want to create 4 buttons in interface which initially have no colors but when we click on them it turns to blue color( need the code using for loop)
Hi All I am using record data and displaying in a card layout something as below, On click of record actions in the card layout, I need to populate the updated data on the screen without refreshing the screen. Cant go with startProcesslink as I have a requirement of showing dialog box Does anyone has any ideas how this can be achieved?
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.