-
Recently active
Hi All, I have to generate PDF document for record summary data which contains mutiple grids and sections. I haven't done this before.So could anyone please help me. Thanks in Advance.
Hi all.. Can you tell me what's wrong with this expression? Why is the percentage not picked by the gauge component?
hii all, i have a requriment of placing a NOTIFY button in interface , once a new request is entered into a approval interface he has to take an action , once he took an action he needs to notify the remaining users by sending a mail by clicking a NOTIFY BUTTON , based on the request status we should sent an email by clicking NOTIFY USER BUTTON with request id , its like a push notification by sending a mail, based on request status we will sent different mails. thanks in advance
Closing this topic since I found a similar one on community that answers my question!
My interface is now using a record type (data source is a process report) to show a list of cases info, now I want to add into this interface 2 additional columns, but the data for these 2 columns is in another record type, and the common field to get the right data is "caseID". Is there any possible way to query the data from the other record type back to this interface? I tried but couldn't point to the exact case ID... a!boxLayout( label: "My Pending Tasks", contents: { a!gridField( label: "", labelPosition: "ABOVE", data: 'recordType!Cases', pageSize: local!selectedPageSize, columns: { a!gridColumn( label: "Case Id", sortField: 'recordType!Cases.fields.caseId', value: a!richTextDisplayField( value: a!richTextItem( text: if( rule!AAA_CMN_IsBlank( fv!row['recordType!Cases.fields
Hi all.. New to Appian here. I've got a general question regarding applications in Appian. What is the use of an application apart from its ability to group related design objects? Also I'm able to refer rules from a different application in current application. What are the boundaries and best practices of an application? Can there be circular references between applications and What are it's impacts?
I am having some trouble with sending an email through the process model. There's html tags being sent as part of the body of the email. I even tried using the fn!stripHtml to send just text instead of HTML. Is there a way to send an email with just text in its body. Do note that I have a process variable being called inside the email body. Any feedback/ideas would be greatly appreciated!
Hello Appian people, local!arr:{1,2,null,3,null} loca!val:{1,2,3,4,5} I have a function that gets null indexes in an array local!arr then used that indexes to remove the value from the local!val array. and also remove the value found in the local!arr. /*Get null indices */ local!getNullIndices: a!forEach( items: local!arr, expression: if(isnull(fv!item), fv!index, null()) ), local!removeNullIndices: remove( local!getNullIndices, where( a!forEach( items: local!getNullIndices, expression: if(a!isNullOrEmpty(fv!item), true, false) ) ) ), /* Removed found null in data item array */ local!data: remove( local!arr, where( a!forEach( items: local!arr, expression: if(a!isNullOrEmpty(fv!item), true, false) ) ) ), local!updatedVal:remove( loca!val, removeNullIndices ) expected value for updatedVal is: {1,2,4} Do you have any ideas to optimize this implementation? Thank you
Hello, Am getting this error for the below code that am using to build the task interface.Need your inputs and suggestions. query: a!query( filter: a!queryFilter( field: "c5", operator: "=", loggedInUser(), value: local!statusFilter, applyWhen: not(isnull(local!statusFilter))) ) Thanks.
I have a document generated by plugin called DOCX From Dynamic Template that I used a list of images in it, it works very good but when I try to convert it to PDF using pdf from docx it works only if there's only 2 images, when there's 3 images the document generates 2 pages instead of 1 page, the plugin won't convert it to pdf. [View:/cfs-file/__key/communityserver-discussions-components-files/11/new-doc-_2800_11_2900_.docx:320:240] Attached file of the document.
Hi Team,I am beginner for this and when i am trying to create interface as per given exercise facing below error:Interface Definition: Expression evaluation error at function a!forEach [line 3]: Error in a!forEach() expression during iteration 22: Expression evaluation error at function a!imageField [line 10]: Invalid Content IDPlease find screenshot and expression.Expression Rule a!queryRecordType( recordType: 'recordType!{391041f9-2ab5-47c8-aec1-305635d10c72}Maintenance', fields: { 'recordType!{391041f9-2ab5-47c8-aec1-305635d10c72}Maintenance.relationships.{c63442fb-89ae-4fd3-be56-1b5aadab0874}vehicle', 'recordType!{391041f9-2ab5-47c8-aec1-305635d10c72}Maintenance.relationships.{c63442fb-89ae-4fd3-be56-1b5aadab0874}vehicle.relationships.{85df0a35-5cc8-448b-95fc-ac0791c484b1}category', 'recordType!{391041f9-2ab5-47c8-aec1-305635d10c72}Maintenance.relationships.{c63442fb-89ae-4fd3-be56-1b5aadab0874}vehicle.relationships.{a0b52700-f420-4ded-a70b-9a9f3b824ae0}
Hi Expert, Could you please describe about the "Process Backed Record".What is the role of Process Backed Record? Is Process submission is enough to define it's defination? Or Do we need to wait the completion of the process to define its definition? Thanks
what permission is required to generate documentation for process model? is it viewer, editor or administrator?
Hi Appian Devs, I am facing an issue while converting a merged ".docx" file in my process model.If you see the .docx file, it is merging the document as per my requirements, but when i am taking that merged document output variable to convert that document into pdf, I am getting only 2 pages of the entire docx file converted whereas the actual merged docx file is of 20 pages. I tried multiple approaches, the approach of sub-process and many other methods, but not able to get the complete merged document but failed.Can you please give me the right direction?
Hi Team, When i open my application Record Type "AX Vehicle", clicking on View record list. Till here everything is going fine. But in View record list when i am clicking on any Vehcile Vin to view vehcile details like Summary getting below error. Error Evaluating UI ExpressionExpression evaluation error [evaluation ID = UKXX9] at function rule!AX_VehicleSummary [line 7]: Could not cast from RecordType to AX Vehicle. Details: CastInvalid (APNX-1-4198-000) Note: News and Related action is fine, only In Summery error is coming. Could anyone please help.I am just beginner here.
As part of my organisation the exam fee should be 100$, but it is reflecting as 200$. Can someone help me with this. I have logged in with the company Id. Profile is also updated with partner network.
I have a requirement where I have to process, filter and Validate 35-40 MB data in excel with 100+ columns and if validation is successful then Import the data into Landing table. What could be the best way to design this. We don't have any control on excel to create multiple excel files and upload. It has to be done with all. We are already managing 2K rows with process & validate but Customer wants Appian to do filtering and then process. But After filtering we need to do validation on resultant data after filter and inform user via popup or message in UI.
Hi, Is there a way to show the "user login history" on the interface screen used by end-users? I do know that system admin can monitor the "Current User Activity" from [Appian Administration Console > MONITORING > Current User Activity]. But, the needed function is to show the "history of user login". Thank you
Hello everyone We have a requirement where we must group repeated values in a table, that is, as seen in the image, the name of a user appears 3 times, how to make it only appear once /resized-image/__size/320x240/__key/communityserver-components-multipleuploadfilemanager/e7419661_2D00_e8f0_2D00_4b40_2D00_9d0d_2D00_44f18f7d1bd9-92092-complete/pastedimage1672865100983v2.png
Hello Team, Please, can you confirm if the service_manager.conf file generated in one server will be copied across other server nodes in a load balance setup as highlighted here --> https://docs.appian.com/suite/help/22.3/High_Availability_and_Distributed_Installations.html. The documentation states : As part of a distributed installation, it is a requirement to copy the service_manager.conf file located in /services/conf/ across all machines in the distributed environment, for it is necessary to enable authorized connections to the service manager and the engines across machines. Since running the password script will generate unique password for each server; will a service_manager.conf file generated on one server work for other servers in the load balance setup? Also, will I run the password script on all servers in the load balance setup? Your prompt response will be highly appreciated. Thanks
How to configure smart service "Load CSV File To Database" in process model ?
It's a new year, and your last chance to take the Appian Developer Productivity Survey! Please consider taking 5 minutes to tell Appian product managers which feature are speeding you up, which areas of the platform are still tripping you up, and more!
I am creating a bar chart with two measures: GST and TotalBill. If I use normal stacking both the values get on top of each other. like if GST = 20 and TotalBill = 100 then the bar length will be 120 as shown in the attached image. But I want the bar length to be 100 and GST measure inside that.
Hi Team, I have built an application in Appian. In my interface, I make a tab called comments. When a user is giving any link(e.g:- www.google.com) on the comment. it is coming as an plain text. There is no hover or hyperlink on it. How to keep a hover on a link automatically? Could you please suggest?
Hi, when I try to store dictionary as a custom id in a grid row layout, the system throws 500, what can I do?
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.