-
Recently active
I have a scenario where I need to make a date field required. I have a sub-interface with a date field, and in the parent interface, there's a submit button where the validation parameter is set to true. I'm using a validationGroup named 'Submit' for the date field, with the required attribute enabled.
Hello, I am facing a style related issue in newly generated pdf file, i am using a HTML Doc from Template smart service where i am passing a sample html with ### placeholders then passing this new html to PDF from HTML smart service everything working fine except the styles the new pdf didn't carrying the styles so the new pdf looks distorted. please help me to resolve this issue, Thanks in advance. , Shahid
Hi, I have a record action that uses an expression rule for its name, and I would like for it to update after the action has been executed, however it seems the name for a record action gets cached upon its initial creation and doesn't update after that unless the page is refreshed? Activity chaining has been set up for the process appropriately as far as I am able to tell, and any local variables that need to be refreshed are, including in any expression rules, as demonstrated by the button and link shown beneath the record action, which use the same expression rule to define their label. For the sake of convenience I set the expression rule to also return the current time as I could then just open and close the record action for the result to update, and as you see the time refreshes for everything bar the two record actions at the top (the one on the right has a name defined just using the now() function to ensure updates weren't tied to expression rules). a!localVariables(
I am trying to set an array I have to be null as a variable and not as an array What I want: null What I am getting: {null} I tried indexing but it did not work a!save( index(ri!CommitteeLevels, "[]", null()), null() )
for the date field need to show in red colour when then date is less than today else no colour
Hi I want to DISTINCT duplicate data like the attached image.I know that using recordtype of grouping it can be distinct data.As my requirement i want to distinct value columns and other columns. How can I implement it?
I have recently been facing a hiccup in my Appian application upon creating a task report where I can't add process variables in my fields (I want to do that for further clarification of the tasks info for the user and searching for tasks based on data stored in process variables, I found a workaround for this issue but it is impractical and I was wondering if there was a better way of going through the process in general: First, in my process model, after initiation and upon moving to the next node I stored the needed process variables in the process name as follows: First, I created my process report as follows: I then created my process report: Now within my process report, I place any necessary filter, I also add a column that includes the name of my task: I then add another column that basically extracts the added process variable from my task's name to view it separately: while this solution definitely works, it feels very finni
Hi all, browser window object has the ability to listen and post events. Is there a way in Appian to access the window object to listen and post messages? Why? I have a use case where the webcomponent (iframe) and Appian proper can communicate. The page in the webcomponent is a micro frontend. Thank you, Thanou
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 ) )
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.