-
Recently active
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 I have a requirement where i need to add one field which should be link so when i navigate to link it should open record view and in that view interface there is dropdown which should contain that value from where i clicked and navigate to record . How can i achieve the second part passing the value from source page to reflect on record view dropdown
Here the name of the fourth tab is not showing completely . Is there any way to come over this scenario ? Thanks !
Hi, I have a page in my site that has a grid with cases and on click of case id which has the process start link and that navigated to a user input Task interface. My requirement is that from an email, I want the caseid to trigger process and navigate to the user input interface in the site. How can i get this done? How can I get that process link?
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
I'm looking for a component that can help me display a result on a "spectrum" of risk from low to high. For example, the risk spectrum is 0-100 where 0-33 = LOW, 34-66 MODERATE, and 67-100 HIGH If the underlying data results in 45, I want to be able to display that on a dashboard that indicates that that is a MODERATE result - would love for it to be displayed/overlaid atop the spectrum for context but can't seem to find a good, common, pattern for this. Thanks!
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 have used pickerfielusers in which the group filter is mentioned as "All Groups". "All Groups" has sub groups inside it called Group A, B , etc. The security of All Groups is "Group Admin" where no member of sub groups are available. Now, as only a member of Group A, when I access the picker, the picker shows me suggestions from only Group A and not the other group members. All the groups here are "Public", "Closed" and "Low". Is it security of this "All Groups" blocking them from seeing each other?
hi everyone, I get an error that i don't understand when i am trying to save or publish my process , it is throwing an error of type "The process Model contains a node without a name in the site primary language :HEBREW ERROR " for each node that i created on the modeler. nowa few days ago i went in the admin console to see the optional languages that we can choose , and i choose hebrew back then. BUT I DESELECTED the language and save the changes. SO why is it throwing this error ? i dont understand why it is blocking me to save the process that i built ?? what i need to do ? Thank
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 guys, I have an integration in which we are sharing the user tasks in other system with a hyperlink in the ID, like this: I have the requirement of give them the way of open directly the UI which display the task (TASK FORM) once the link is clicked. In other frameworks sometimes we can use query parameters to customize the content being displayed, but I'm not sure how can we implement this, since appian use an encrypted value or generic value for task forms: Someone can guide me or knows how to open a task form directly? in this case from outside? NOTE: The users will be using SSO (OpenID) to login into our application. Thanks in advance.
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.
Hi Team,Is it possible to open a EML file from interface. I'm having requirement for sending reply email to the original email ,so my idea is to open the original email's eml file and send reply from that. Because I want to maintain the reply emails in the original thread. Is it possible or any work around to achieve this?Thanks.
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 is it possible to create a staked column chart like below: /resized-image/__size/996x878/__key/communityserver-discussions-components-files/13/Screenshot-2024_2D00_06_2D00_21-at-2.37.11_2F20_PM.pngThe data is like thisLous Total:50 Running: 30 D1: 5 D2: 10 D3: 10 D4: 5 Completed: 20 D1: 20How do I achieve this kind of chart. Thanks
Hi All, When I try to click the link 'Click here to download Report', it is not at all moving. We are on Appin 24.2 version and following is the code written a!linkField( links: a!documentDownloadLink( label: Click here to Download Report (Label), document: local!generatedReport Please help.
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.