-
Recently active
Hi Experts, Is it possible to have this Horizontal Scrollbar at the Top of the Grid rather being in the bottom. Thanks, Gaurav Singh
So, I have a form for " Document Details", the user can enter as many documents as they want. and when they add a document, it should appear in the grid. I declared " local!indexNum" as index , so the user can enter many documents. And here is an example code of how i entred data: a!dropdownField( label: "Main Type", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels:local!type['recordType!{ba0dd34e-52a6-4f09-ba3a-dd6885feda5b}SKJ Main Type.fields.{e5eb76e0-4885-44d7-b9c3-263533a5f721}descEn'], choiceValues: local!type['recordType!{ba0dd34e-52a6-4f09-ba3a-dd6885feda5b}SKJ Main Type.fields.{4a008dc7-3ea8-466e-a515-75c5cb965a49}itemCode'], value: if( a!isNotNullOrEmpty(local!filled), ri!DocDetails[local!filled].main
Hello All, i am trying to filter the record which has been created in the 1st half of that particular month. So basically, I have a record with a column "Created on" (Data type). on this column, i have to apply the filter to get the records which have been created in the 1st half of the month. For eg. if record created on "11/10/2023, it is created in the 1st half (Before 16th October and so on.
Hi, My use case is this: - We have set automatic deletion for process 4 days fater its termination - If users report some issue, we archived process involved using Process Management Utilities plugin, just to be sure that we dont lose all the data about what user did, services responses, and so on. We are assuming that archives process remains there until we manually remove them when issue get solved. - To see all the info about process execution on a better view, our idea is unarchive the process using the aforementioned plugin My question is, ¿once we get a process unarchived will Appian remove it if its retention period is expired? In my case, ¿will Appian remove the unarchived process when the 4 days period is over? ¿What happen if we unarchived a process after the 4 days period? Regards
Is there a way I can set visibility of a site page based on "DESKTOP" or "MOBILE".Both a!isNativeMobile and a!isPageWidth do not work on site object.
How to download multiple documents based on a caseId just with a single click... by using a!documentDownloadLink able download single document
Hi I need to implement a use case, where I implemented links to view document and download document links. So that, I can capture the user response and use it for audit purpose. Like how many times document is viewed and how many times document is downloaded. When user clicks on view, I have used documentViewerField and users can able to view. For pdf documents, users can download the document from the pre-defined options on the component. Like (download, print) etc. Is there any way to hide those options? Like disable download or disable print option. Kind Regards Rahul Gundu
Hi my query is working fine for the last 9 months and now it is showing errors as below: Expression evaluation error at function a!queryEntity: An error occurred while retrieving the data. Details: Unexpected error executing query (type: [DetailViewDT3872], query: [queryentity expression], order by: [[Sort[AccNumber asc]]], filters:[null]) I built a new constant and it still did not work. Could you please assist why it is starting to show this error and how to fix it? this is my query: a!queryEntity( entity: cons!Detail_View, query: a!query( selection: a!querySelection( columns: {a!queryColumn(field: "AccNumber")} ), pagingInfo: a!pagingInfo( startIndex: 1, batchSize: -1 ) ), fetchTotalCount: true ).totalCount
Hi Team, I am Looking forward to learn Advanced topics like data analysis and prediction Algorithms in appian by implementing the below Explained Proof of Concept (POC). 1.Data Analysis and Prediction of sales: The progressive stock control, quote to buy, and conveyance system designed for Organization XYZ utilizes data Analysis and predictive algorithms to upgrade stock levels in light of past sales and future forecasts. 2.Quote to procure: When goods become scarce, the system first investigates internally for spare parts, producing items if parts are available. If not, it autonomously puts in orders for spare parts with providers, assessing cost and delivery offers from numerous vendors to make an informed judgement. 3.Logistics: Once procurement is finalized, the system meticulously plans shipping, streamlining paths and techniques of transportation to guarantee on-time delivery of components. I need you inputs and suggestions to learn and implement this POC. Regards J
Hi I'm using document extraction and document Reconcile document extraction smart service to process the invoices. The document extraction is successfully getting completed but in the Reconcile smart service document is shown as broken. The document contains invoice information and invoice item details. Another thing, invoice items is a table and it failed to get extracted? Can't find the reason? Please let me know if anyone came across similar kind of problem. Kind Regards Rahul Gundu
Hi Please be informed that i am trying to provide validation for a one user input field in a pattern like P (upper case).7 digits.2 digits.2 digits (if applicable) i have tried like below but for two conditions it was not working if first letter P is lower case also it was returning true and for last 2 digits if applicable then only it will be having those digits but it was expecting those two as mandatory. Could you please suggest on this a!localVariables( local!input:"P.8790889.87", local!pattern:"[P].[0-9]{7}[.][0-9]{2}[.][0-9]{2}", local!output: regexmatch( local!pattern,local!input ), local!output )
Hi, we have a process with 2 tasks. When the first task has been completed, there is a subprocess that elaborate different script and, simultaneously, second task has been opened in chaining. Second task is used to preverse chaining in the process, meanwhile the activities of subprocess are on working. Until the subprocess has not been completed, if user click on submit button, task has been generated, This is simple example: Sometimes, after completed the second task (without subprocess completed), system regenerate the task with SUBMITTED Status and user cannot retrieve it in the task list. Do you encounter this problem? Is there a way to solve it? Thanks in advance. Regards, Juri Monti
Hello, I have a problem on my form interface that I can't figure out, I have a dynamic input that can add more paragraph fields if needed but when the form is submitted, two records are created with the same data saved, and only the last text from the different paragraph fields created by the dynamic input is saved in the duplicated records but with 2 differents ID. I'm new to development and to Appian and I'm not english so I have difficulties to understand what can be the source of the problem, I tried many things using documentation but it's unsuccessfull. All my form's data is saved in my record type "HELLO Evaluation", except for the text from the different paragraph fields who are saved in my record type "HELLO Objectif" by a one Evaluation to many Objectifs relationship. Here's my code, I suppose the problem comes from the paragraph field code (259 to 288) or the submit button (348 to 376) but I'll give you all of it in
i have a use case, where i need to display two arrays - a before and after if you will. local!array1:{"Dog","Cat","Mouse"},local!array1:{"Dog","Cat","Mouse","Elk","Rat"} ideally i'd like to display them in a grid, so that the user see's a nicely formatted list - which I can then add some functionality too. Something like :----BEFORE---- AFTER-------------------------------------------Dog ----- Dog -------------Cat ------Cat ---------- ----Mouse ---- Mouse ----- ----NULL ------- Elk ------------Null ------- Rat ----------However / whatever i do, i keep tripping over that the gird only really wants to parse one data array. if i try using the two different arrays in the row then I soon trip over having different array lengths.Any ideas ?
hi every one i have some valus whih is representing in the precentage formate example 1)908743.2% and some other like 2)23% it was data population in grid field my query was if the value contain length of 2 then need to print asit is but if it was more that length of 2 like i shown in example 1 it should show only 2 digit value if value was 33% i want show same 33 % if the value was like 98567.23% i want like 98% note : there is no fixed length for the number which display on grid
Hi I am working on task where i am supposed to generate a pdf , using "XML" method , I created template and build this process model , but i don't know what to do next, can some one direct me through the steps or share an example maybe? Like how should i pass the data in the scrip in xml form ?
I want to generate the pdf using XML expression , you can explain the steps to do that , i want the first using this process model to build the dynamic pdf , in the script task i passed the parameter from the inteface then i must do the xml expression , you can help ? i want to pass three parameter , the first parameter is the requestDetails , requestDocument , Generate (this rule input for the button when click on it to generate the pdf)
this error am getting, unable to figure it out
How to generate a dynamic docx template from images with description appended adjacent to it
I would like to convert the following XML to a CDT. I have no problem capturing the values in Key, LastModified, and Size using torecord(). However, I do not know how to create a field in my CDT to capture DisplayName using torecord() since it is nested in Owner. Please let me the best way to get the data in this XML. <Result><Key>Mock_Doc.pdf</Key><LastModified>2023-10-06T02:19:06.000Z</LastModified><Size>38864</Size><Owner> <DisplayName>Tracy</DisplayName></Owner></Result>
I have a requirement to run a process once scanning a QR code. How Can I achieve this? Please suggest some solutions.
What is Environmental Constant ?
I'm facing an error while triggering a process from an email. Once it is triggered I have tried below two things basically 1. Extracting Data from Document 2. Move document to particular folder And user is guest since i am triggering from an email. Any insights or guidance on resolving this would be much appreciated
Hi All, How can we avoid tabbing for Help Tool Tip. Like in a section layout implemented tabbing but this tabbing is also getting applied to the help tool tip of the text fields and drop-down fields, how to avoid this tabbing to those help tool tips. Any suggestions? Thanks In Advance, Gousii
Hi all, I have these site pages, (these pages have rule inputs, but they start as null from sitepages): On another page, there's a state and location in which the user can click on a button to redirect to those options, in this case I'm able to pass values to RI: I'm using for these buttons the starprocesslink to display the same site pages, but I notice the tab doesn't have highlighted, it remains highlighted the page from which it was invoked. Wrong selection: Desired: Is there any suggestion in how I can programmatically open the site page (in the 2nd scenario, passing rule inputs) and have it highlighted ? Thanks in advance
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.