-
Recently active
Hi, The code below adds an editable paragraph field which can be resizable by the end user.I have a requirement to not let the user expand/contract the paragraph field and instead have a scroll bar if the value entered is large. Can someone please let me know if that is possible? a!paragraphField( label: "Description", instructions: "The description must include the problem statement", value: "Expenses could not be submitted. When " & char(10) & " I click on the expenses link, I see an error page.") Thanks , Akhila
Hi there, I am not getting the content or video for the 22.2 Release Showcase.
We have designed one pie chart in SAIL.Pie chart has 20 slices, out which only for 16 slices data: label is shown , for 4 slices it is not shown.tooltip is shown for every slice.Is there any limit to show data:label pair ?..
Please provide the learning path to follow to appear for Appian Certified Analyst. Regards, Akshay Sharma
Hello Appian community, I have found quite interesting observation related “native” email notification for “User Input Task”. For my test I have used 3 users with different membership -> but what was common is that all users are member of “PK_Users” group and user “Pavol Kuka” and “Pavol Kuka admin” are members of “PK_Users_admins” group. I have observed link to task created by APPIAN is somehow related to current memberships. Because for user “Pavol Kuka Test” (user is no member of another application groups) I have received link: https://domain/suite/tempo/tasks/task/k3bprjxktklo2dtpzg (Link works) For user “Pavol Kuka Admin” (this user has several memberships to other groups, one of them is CAST group – but this membership is not related to my test) I received: https://domain/suite/sites/cast/page/all-cpp/task/k3bprjxktklo2dtpzg?source=notif (Link works) For
Hi, We had a requirement to upload a purchase order and get the data extracted from it. but the issue here is the document contains a table with a number of rows, The IDP is unable to extract each row, by the way, the data is getting extracted like a bunch, As an example we can have a look into the screenshot,where Sno 2,3,4 are extracted as a single row. Is there anything we can handle these kind of issues in IDP.Thanks in Advance.
I need to log username in log file. if we customise logging by editing log4j.properties, is it possible to add user defined properties in log4j to log username?
Hi, i have a use case where we already showing table using HTML, but now the user required two more columns on one condition else show the old table only can anyone suggest me local!revRowItems: a!forEach( items: local!crGlobalRevAppLimit_cdt, expression: { if( fv!isLast, " Total Revolving Not to Exceed " & fv!item.currencyId_txt & " " & rule!CR_FN_setDecimalValues( value_dec: fv!item.limitAmount_0, decPlace_int: 2 ) & " ", " " & rule!CR_APP_FN_LSS_getFormattedLimitAmountBasedOnFilters( crRefLimit_cdt: local!crRefLimit_cdt, limitName_bool: true(), crProductLimitCode_int: fv!item.crProductLimitCode_int ) & " " & fv!item.currencyId_txt & " " & rule!CR_APP_FN_LSS_getFormattedLimitAmountBasedOnFilters( crRefLimit_cdt: local!crRefLimit_cdt, limitAmount_dec: fv!item.limitAmount_0, crProductLimitCode_int: fv!item.crProductLimitCode_in
We want the pop-up function, but since the pop-up function is not supported by appian, we are going to use dialog as an alternative. As of now, it seems that the only way to use dialog is to use record action. I want a way to open the interface as a dialog, if there is a way we don't know other than the way to use the record action, please let me know. purpose: Display a dialog for inputting additional input values to Interface A, and send the output data to Interface A. It would be nice if there was a way to just connect and use it instead of storing it in the db like using 'write to datastore entity' and retrieving it. Thank you.
Need your suggestion for creating a Newsletter about Appian Key points to include/Highlight? Where to find benefits of Appian? Any important features to highlight?
Hi Team, I would like to know that does Appian provide any plugin or 3rd party code for having feature like JIRA , where we can copy paste image from clipboard and tag persons in the comments section and also update / create incidents like in JIRA. Regards Bihitak
Hi Team, I am working on building a performance test approach including a platform baseline, benchmark for future growth, and identifying when to scale infra and system capabilities. Any inputs related to the below will be very helpful: 1. Performance test objectives at a platform level 2. Parameters to monitor at platform level (What all parameters to measure at Appian component level as well as application and process level) 3. Sources of performance data (In addition to data from tools like Loadrunner, what additional sources of data including logs are used) 4. Any sample approaches for Appian and E2E performance test where Appian integrates with other systems through API Thanks in advance
I'm having an issue where a client is receiving incomplete emails. They suspect the culprit has something to do with the source code of the email is including two (2) open and closing HTML tags. The emails are being sent to an external system as well. Here's the HTML the client is receiving (note that i've removed any details about the client in the email) <html><body><html><body lang="EN-AU" link="blue" vlink="#A2C617" style='font-family:Calibri'/><p><div><font face="Calibri" size="3" color="#4B4B4B"/><b></b><br/><b>Appointment Type: </b> <b>Name: </b> <b>Position Title: </b> <b>Commencement Date: </b> <b>C-Level: </b> <b>Classification: </b> <b>Supervisor Name: </b> <b>Supervisor Contact: </b> <b>Appi
1.What is the difference between Run as whoever started this Process and Run as whoever designed the Process Model ? Pls explain
Hi , I am new in Appian I have a simple question, I have data in my Database and I want to find if a data related to specific idNumber is exist in this database? Thank you,
Hi there, Hope everyone is doing well and safe. Could anyone of you help me with the topics and trainings need to be covered for the L2 certification? Thank you in advance! Regards, Shubham Kumar
Hello everyone I am really new to the field and starting from scratch. I am currently taking the Appian Foundations course, however there seems to be a lesson missing to learn the expressions. I believe its exercise 4. Anyone has the link to that course?
Hi Can anyone share low code reference architecture in general? Thanks in advance Som
"Deployment"
I have requirement to show PDF Document using document Viewer Field by default Document is 100% in Size I need to make it 120% in Size (by default) Please kindly suggest me if there is any way to make the file appear 120 % while viewing
if someone can help with this , as every alternate line of graph is having greyed area
In our application, tasks are assigned to users/groups and a person was able to view task even if its accepted by other user. But since our upgrade to 22.1 we are getting error if other user is opening it. Also when trying to view form through the instance we are facing the issue. Refer attached screenshot for error message.
can anyone send me the video link for timer event i found this Timer Event - Appian 20.2 which is documentation
Hi all, I have a requirement of using "blurb" property to dynamically update the signature in email of loggedInUser. I tried using user() function and it seems like there is no property like "blurb", it can return. So is there any way to get User's blurb ? Thanks
How can we check the dependents of any table or view in Appian Maria DB directly if those weren't stored in any constant?
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.