-
Recently active
I have used pickerfielusers in which the group filter is mentioned as "All Groups". "All Groups" has sub groups inside it called Group A, B , etc. The security of All Groups is "Group Admin" where no member of sub groups are available. Now, as only a member of Group A, when I access the picker, the picker shows me suggestions from only Group A and not the other group members. All the groups here are "Public", "Closed" and "Low". Is it security of this "All Groups" blocking them from seeing each other?
Hi guys, I have an integration in which we are sharing the user tasks in other system with a hyperlink in the ID, like this: I have the requirement of give them the way of open directly the UI which display the task (TASK FORM) once the link is clicked. In other frameworks sometimes we can use query parameters to customize the content being displayed, but I'm not sure how can we implement this, since appian use an encrypted value or generic value for task forms: Someone can guide me or knows how to open a task form directly? in this case from outside? NOTE: The users will be using SSO (OpenID) to login into our application. Thanks in advance.
Hi Team,Is it possible to open a EML file from interface. I'm having requirement for sending reply email to the original email ,so my idea is to open the original email's eml file and send reply from that. Because I want to maintain the reply emails in the original thread. Is it possible or any work around to achieve this?Thanks.
Hello is it possible to create a staked column chart like below: /resized-image/__size/996x878/__key/communityserver-discussions-components-files/13/Screenshot-2024_2D00_06_2D00_21-at-2.37.11_2F20_PM.pngThe data is like thisLous Total:50 Running: 30 D1: 5 D2: 10 D3: 10 D4: 5 Completed: 20 D1: 20How do I achieve this kind of chart. Thanks
Hi All, When I try to click the link 'Click here to download Report', it is not at all moving. We are on Appin 24.2 version and following is the code written a!linkField( links: a!documentDownloadLink( label: Click here to Download Report (Label), document: local!generatedReport Please help.
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!
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.