-
Recently active
How to calculate 15th business day of every month excluding holidays and weekends?
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?
Case Management Studio has several out of the box email notification like case creation, case assignment confirmation. I want to send email notifications as per my requirement with email template of my choice.Is it possible in Case Management Studio? If yes how to do it?
I have a story where I need to create a PDF document. Within this PDF, I need to incorporate multiple fields and grids. While the fields are functioning properly, I encountered an error when attempting to dynamically add grids. Interestingly, there are no errors apparent in the XML structure. However, during the process of converting the XML to PDF, an error arises.Error: freemarker.core.NonStringOrTemplateOutputException: For "${...}" content: Expected a string or something automatically convertible to string (number, date or boolean), or "template output" , but this has evaluated to a sequence+hash (wrapper: f.e.dom.NodeListModel):==> wo.@vendorName [in template "fr.opensagres.xdocreport.document.docx.DocxReport@322fce7b!word/document.xml" at line 4, column 28085] ----Tip: This XML query result can't be used as string because for that it had to contain exactly 1 XML node, but it contains 0 nodes. That is, the constructing XML query has found no matche
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 am trying to create a file having all groups excluding the default groups. Default groups are the groups which are added to user account whenever any user is created like APN All Users, Application Users etc. I have created a constant with default user and trying below. a!localVariables( local!groups:rule!UAGR_getAllGroups(), local!groups1:cons!UAGR_Default_Roles, expression:union( rule!UAGR_getAllGroups, cons!UAGR_Default_Roles ) )
I am using the Cucumber for Appian package along with Junit4. For running the tests in parallel I am using the surfire plugin parameters provided in https://cucumber.io/docs/guides/parallel-execution/?lang=java#junit-4 During execution although multiple instances of chrome browser are opening in parallel, the rest for the steps are being executed on a single browser. Looks like each browser instance is not thread safe. Anyone faced this issue or are able to successfully run tests in parallel?
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.
Hi, we need to centralize the opening of an incident (on an external system) following an error found within the Appian platform. From the documentation it emerges that it is impossible to recover the information of a process that has failed in an unhattended node. In the various support functions the tasks with problems are counted, but the unhattended nodes are not shown. Furthermore, the process status is active. Is there some method that we have not taken into consideration? Unfortunately Appian Support was unable to resolve this issue.
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(), ),
This post is regarding a feature request I want to make. The feature is about being able to click on a hyperlink and able to navigate to that section on the same screen. Like how we have on websites where clicking on something scrolls the page and takes the user to a certain section. Similarly, something like a!sectionLink that takes the section label or some identifier as input and takes the user to that section on the same page. This would be helpful when there are dense interfaces or long interfaces having a lot of scrolls. And as portals come into the picture, this can also be very well used on Appian portals as they are expected to have long scrolls.
Hi Team, Can anyone please help me with regex to replace every number in string having following with space. $ € CHF EUR USD Example 1. Test 2121k$ test data :--> Test test data 2. Test 2121k€ test data :--> Test test data 3. Test 1000k CHF test data set :--> Test test data set 4. Test 1000k EUR test data set :--> Test test data set 5. Test 1000k USD test data set :--> Test test data set Thanks Bihitak
Hi All , I am trying to get fibonacci series with the following rule .But getting unexpected output . Let me know where am I doing it wrong . TIA
Student Student Year Subaject A score Student1 2021 100 Student 2 2021 100 Student 3 2021 100 Student1 2022 90(-10) Student 2 2022 80(-20) Student 3 2022 70(-30) Student 1 2023 95(+5) Student 2 2023 70(-10) Student 3 2023 78(+8) Hi Everyone, I need to achieve this in read only grid, each consecutive year how much marks difference is there with the previous year need to be shown in the bracket Thanks In Advance
Hello Team, What will be the simple and easiest solution to implement a comment section for each request. I was thinking to create comment record table with comment text, comment by, comment date and requestId which will be linked to my main tables with one to many relationship. Then create interface with one button which stores all that information in rule input pass it to the process model and then for each of these comments which are associated with the request id to pull them in the interface? Is that something possible not sure how to implement this or if there is any simple approach. I was thinking that I won't be able to use any notification like that, since preferred method would be to send notification to the users which was already commented the request or at least to the person who requested it, since I have requestor field in my main table which store the request information. Thanks for all suggestions!
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?
i'm fresher for appian and I have configured FitNesse as shown below version 21.1 While click on test i'm getting the below error Any one knows the steps to reslove please help me.
Can anyone tell me the limit for the number of basic user accounts created in Appian?
When the same process variable is updated by both the input and output of a 'user input task' what will be the result? From what I have tested, the input takes precedence. As implemented in the attached photo, the initialization set in the output (setting to NULL) does not execute. /resized-image/__size/640x480/__key/communityserver-discussions-components-files/14/_B930AF30EA30FC30F330B730E730C330C830_-2024_2D00_06_2D00_14-153006.png
I have an requirement as to rotate the document in IDP reconciliation task. some times documents are coming upside down, it makes user to difficult to extract the data. Can we have a feature in IDP reconciliation task for rotating the documents as same as which is in Classification task? any suggestions would be appreciate. Classification task have Rotate document option. But In Reconciliation task, we don't have that option
Hello Everyone, Could anyone please assist on saving documents on click of donwloadlink on local system path folder? Thanks
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" ),
For line 6, "In the Node Inputs pane, click Records I do not see that here on my application. What am I doing wrong here?
I was previously using the Case Management 24.1 and have now installed the newer(24.2) version. I am aware that existing objects get overwritten. I can find all my data in the database but the record types and other objects that were generated and also the newly created objects seem to be deleted. I am facing issue in the Studio site, where the generated record types for the case category and type are deleted and therefore, I cannot create/modify the intake form. I can create a new record type, but the database tables have the previous record type uuid saved. Is there any documentation or course available as a guide to upgrade to a newer version? Has anyone found a workaround for this?
You created and published a new process model. The process model has a start form with two synchronous subprocesses with 40 and 66 nodes each. All nodes are chained from the start node through the subprocesses to the end node. After the tasks and subprocesses, there is a second User Input Task in which the user can confirm the entries and add a comment. When testing as a normal Acme business user, you see that the confirmation screen is not shown to you. What might be the reason for this behavior?' A. Maximum number of activity chained Node is exceed and breaks B. The second User Input Task is assigned to the process Initiator C. the second User Input Task is assigned to the ACME Business user group it should be A or B confused on this
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.