-
Recently active
Some how some Process models are deployed but not published. Now i need to open a ticket but want to give the list of unpublished Process model at once. Can some one please suggest how to get the list without checking one by one as we have 50+ Process models.
When I import a full application from dev to test environment, how do I make sure that my process models will be published to the latest version? Is there any special line that I have to add to the properties file so that all my process models will be published to the latest version? or is this done by default on every import?
I have a record action, once I perform the record action, it'll trigger a process, there is an api call in this process, I want to display the api response right after the action completed. Currently I'll need to refresh after the action complete, I tried to chain the process but not working. I'm not sure if it is because the it takes too long for api to respond
Hi team, I have a text to display as "Completed with Justification" and it should display as a link and on hovering over on the link, the comments saved in justification field should display. Can someone help me how to achieve this. I tried as below but it didnt work. a!richTextDisplayField( value: a!richTextItem( text: "PLL Completed with Justification", link: a!safeLink( label: "PLL Completed with Justification", uri: ri!RGRACSLBL_LabelChangeCountry['recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country.fields.{7ac1eaa1-1093-44b1-a996-7f1610dcc510}justificationForClosure'] ), style: "STRONG", size: "STANDARD" ) ),
I have built a interface for recordtype A to show summary, recordtype A has several recordtype B,C,D...related to it, but I found when I am viewing summary for related record B, it only shows 10 items, even though it actually has 20 items. I changed the grid's pagesize to 20 and can still see only 10 items. Is there a limit when we pass rv!record and the related records only has 10 rows at max?
I found multiple points raised on community regarding how to build workflows in Appian, almost at all place it's mentioned to prefer task based workflows. But i went through Appian success guides and feel both approach are well documented and in some places it's highlighted to build record centric design over task design. Wanted to know why record centric design should not be preferred in first place over task based workflow? Record Centric Applications or Task-based Applications (Modular Design with Sub-processes) are both documented approach of building the applications                    Information Source : https://community.appian.com/success/w/article/3048/how-to-create-memory-efficient-models Under Appian "Best Practices: Appian User Stories", Appian has highlighted issue with Process centric design          &ensp
Hi all, We are trying to find if there is a way to generate an Excel, using a!exportDataStoreEntityToExcel() or other functionality, and start the download automatically without the need to access the interface after a while to download the Excel manually thought a link. We want to generate the excel and then download it in one click. Has anyone tried this before or know how it can be achieved? Thanks in advance.
I just want to understand what Appian Senior Developers can do so that I can have a better understanding of this role.
Hey developers, I need some help. Can anyone tell me what the problem is with this interface? I cannot update two records using the same button. a!localVariables( local!livret: rule!PBY_getLivertByUser(), local!accounts: rule!PBY_getoccountByUser(), local!transactionAmount: if( not(isnull(ri!record['recordType!{4af9711d-c31c-43ce-b28b-448102fcb3db}PBY virementInterne.fields.{16a63de7-fa2e-4180-ae25-b255d12f5d9f}montant'])), ri!record['recordType!{4af9711d-c31c-43ce-b28b-448102fcb3db}PBY virementInterne.fields.{16a63de7-fa2e-4180-ae25-b255d12f5d9f}montant'], 0 ), local!selectedAccount: index(local!accounts, 1, {}), local!accountName: local!selectedAccount['recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}PBY account.fields.{ed06f701-2605-4d77-bcbe-b3806b766f9d}Nom'] & " " & local!selectedAccount['recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}PBY account.fields.{cdd08f61-8471-4cc4-960d-99bdc81ed235}prenom'], local!solde: local!selectedAccount['recordType!{b37
Hi folks, is there a way to limit the size of a file with fileUploadField function?
Hello, I require your support, well, I have a problem, or rather a very big doubt, is it possible to do a foreach to get data from related records? For example:supposing I have the following records:Record PersonRecord AddressRecord AccountRecord idRelationship the record idRelationship record will help me to relate the other records by means of an id. so far so good, (I hope I understand) then, I need to make an expression rule that will bring me the ordered data for a cdt, or a map, 'this is for formatting purposes'. what i am doing is relating my records, and inserting data, I am first sorting them by local variables localVariables( local!relationship:rule....(relationship: Record idRelationship....) local!getOwner:{ Record Person Record Address Record Account } local!getBenef:{ Record Person Record Address Record Account } is something like this, so after I do my indexing, what I do is create another local variable that does my foreach, but for each 'beneficiary' that I h
I've updated the application object securities to Inherit from parent then 1 object of application and 1 connected system object is now following securities from root folder respective to "Application" & "###SYSTEM_CONNECTED_SYSTEMS_ROOT_FOLDER" . So , how can I remove this inheritance security. Also, for root folders what is the default security. I'm also facing issues to set those.
Hi team, How to implement autosuggest feature for a!paragraphField ,as we do not want to use the a!pickerFieldCustom due to the small size of the text box. Please suggest.
How to calculate 15th business day of every month excluding holidays and weekends?
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
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?
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!
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.
Hello Everyone, Could anyone please assist on saving documents on click of donwloadlink on local system path folder? Thanks
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.