-
Recently active
Dear experts, I have a PM with user input task, in task form, I define one submit button, which submit is true, validation is true, in this task form, it have a child interface, which have a paragraph field which required is true. However when I keep this paragraph field as empty and press the submit button, user input task completed, PM completed, no validation here. What maybe the possible reason here?
I am working on build an application: step 9 of the Acme Auto App. Currently working on the Process Model. When I save and publish I get 2 errors: The first one says that "there was an error in an expression in at:" but gives me no further information. When I click on it it takes me to properties but I don't know where to look. I checked the troubleshooting suggested on the lesson but did not find anything. What can I do to fix it? The second it says the process model contains a variable that it does not reference. I'm assuming this is because I will reference this variable later but I am no 100% sure. Is that correct? Thanks in advance, Gabriel
Hi, Please suggest how can i fetch first 100 rows using export data store entity to excel. In filters input we can use only a!queryFilter and a!queryLogicalExpression. Thanks
hi, I have an editable grid and save the selected rows in the a variable local!selectedrows, has fields {id:1, name:"test1, age:"60" {id:2,name:test1,age:"70"} have another variable local!displayitems has a nested list . {id:2,name:test1,age:"70"} is present inside the second index and 5 th item please suggest how to write code for this. my intent is i have to update the selected Row into the display items by indexing it upon button click.
Hi team, I have a use case where I need to delete old data. Imagine I have three tables: employee, address, and documents. To delete an employee, I need to store documents and address in history tables then i need to break the dependency (foreign key mappings) from documents and address . Then, I need to move the employee details to a history table before deleting the employees. So, I have a process model which executes these steps in individual query database nodes, like moving details to the history table using inserts, then breaking dependency using update, then moving employee details to history using inserts, and finally deleting employees using delete. These tables are just examples; I'm doing a similar process which I cannot fully explain here. The thing is, my production table has 110GB of data, so performing this operation for 3k employees took more than 3.5 hours. So, I planned to process in parallel using startprocess MNI. It is wo
For each request, we have an audit history that I'm displaying as tabular data with 2 rows per page. However, this creates an issue: if I show only 2 rows per page, the remaining space on the page looks empty. On the other hand, if I display 3 rows per page, it doesn’t fit well if any row contains a large amount of data.Below I have attached reference code for this:Note:We have to display header and general info after page breakany Alternatives for this,a!localVariables( local!requestAuditLog:rule!EPR_QE_V_getRequestAuditLog(requestId:ri!requestId,actionNotIn: cons!EPR_ACTION_LIST[1]), local!tableHeadings: { "Date", "User Name", "Action Taken", "Note" }, " "&if(a!isNullOrEmpty(local!requestAuditLog),"No Notes avaliable for this request", " AR Notes " & local!tableHeadings[1] & " " & local!tableHeadings[2] & " " & local!tableHeadings[3] & " " & local!tableHeadings[4] & " "&a!localVariables( local!rows: a!forEach( items: local!re
Hi I want to achieve such a grid, wherein there will be 1 value in the left row and can have multiple values in the right row denoting that values Mango -> Cherry belong to fruit type Can this be achieved using any of the grid components available ?
Hi, Is there any way to increase tooltip character limit. As of now I can see it is restricted to 200, is there any way to increase it? Thank you.
Hi All,I am calling 2 values from my record type in the DATE and TIME format and I want it to produce the amount of days in between the dates.Saw this suggestion in a previous post in regular date format: tointeger(tointervalds(today()) - tointervalds(today()) but did not work from the date due to not able to calculate different in seconds?
HI everyone, Could you help explain me how below code works? The character "_" is new to me and I cannot find any documentation for it. apply( contains( index( local!childTask, "id", null ), _ ), index( local!parent, "id", null ) )
Hi, Please suggest some ways through which I can avoid multiple users accessing same record at same time . Thanks
Hi everyone, do you know if is it possible to remove completely the header row into gridLayout component? I want to remove the entire header row, not the label only. If it is not possible, do you know other components that allow you to do this? Thank you
Hey , I have a scenario like I have a interface where there is a grid and there will be a button named as export to excel and upon clicking the button I will trigger a process model that will export the data which i will pass from interface to the process model by rule input . Can anyone please guide me the steps to achieve this scenario . and one thing we should not use export DSE to excel smart service . Thanks in advance !
Hello, Does anyone know of a way to return a folder's description? The folder() and getcontentdetailsbyuudi() functions don't pull back that piece of metadata, unfortunately.. I see some plug-ins that will allow me to edit the description; however, I am in need of returning the Appian Folder's description to display before I go through creating a table to store and pull all the folder data all this data simultaneously.
Section might contain the fields like dropdown, flieupload ,.. those should also get repeated
Hi All, During our upgrade from 21.4 to 22.1, we noticed below error when we were starting the services. Does anyone meet this error before? I checked the process model but can't see anything related to "Expression evaluation environment". Thank you. 2022-04-14 14:18:14,135 [localhost-startStop-1] INFO com.appiancorp.cache.persist.ProcessDesignBroadcaster - Initializing ProcessDesignBroadcaster2022-04-14 14:18:19,625 [localhost-startStop-1] ERROR com.appiancorp.process.engine.ProcessEngineServiceImpl - Invalid expression: processNodes@9/Get All Fields@activityClass@outputExpressions@Expression evaluation environment has not been configured. Either configure MinimalEvaluationEnvironment or use ServerEvaluationEnvironmentSpringConfig2022-04-14 14:18:19,625 [localhost-startStop-1] ERROR com.appiancorp.process.engine.ProcessEngineServiceImpl - Invalid expression: processNodes@9/Get All Fields@activityClass@outputExpressions@Expression evaluation environment has not be
Hello Everyone, I have an "multipleMeetings" array process variable which of MAP type, its holding the meeting related data as shown in below image, I am running a subprocess(to store it in a database) for each meeting present in multipleMeeting PV by enabling MNI. In the subprocess by inserting the meeting data in database, storing meeting data in meetingDataPV which is single type of meetingInfo CDT, so every time the sub process completes it execution it returns the meetingDataPV to parent process now in parent process i want to append it to another variable which is also a meetingInfo CDT type, but the problem is its appending the last executed instance's meeting data only. Can anyone help me in this?
Hi, could someone explain me the answer of this question? Q: One of the process models in your application takes 6 days to complete. You are considering reducing the days until a process archives after completion from 4 to 2. What percent of memory reduction for this process model would you expect to see after this change? A: 20%
/resized-image/__size/640x480/__key/communityserver-discussions-components-files/13/Screenshot-2024_2D00_08_2D00_19-at-9.18.39_2F20_PM.png In document viewer field, a random string is showing in the viewer header rather than the name of the document? How can I fix this issue?
Hello , I am not able to see report builder option in my environment . May I know the reason and how to fix the issue ?
I have a custom picker field which is used to select the countries. From the list of all countries the user should not be able to select and save Great Britain and Northern Ireland. Can someone please suggest how I can achieve this.
Dears, I need to use format text and insert table in paragraph field in interface, can I do it? if yes, how? Note: I mean for format text like Word.
Hello!We are attempting to create a read only grid which will allow the users to export to excel (so data must be a record type) to filter the relevant data into groupings we have an expression rule however the outputs will need to be pivoted to display in a way that is readable/logical on the grid Data from rule example-raisedBy: Username1Status: CompleteCount item: 2Level:1raisedBy: Username 1Status: CompleteCount item: 3Level: 2We would want to display this data pivioted i.e. RaisedBy Status Level:1 Level: 2Username1 Complete
Hi All,I am trying to access the system logs(design_errors.csv) in production. For myself and another user, we are seeing same version of that particular file. For another user, we can see more details in that particular file. And also I can see that for that particular file, the logging has stopped at 14th August. We had some latest errors for which we are getting error mails as per latest appian upgrades. But those errors are not present in that file. Not able to understand this behavior. Any insights on this?
Hello, we need to receive mails from *.appiancloud.com. I noticed that the appiancloud.com MX server has a very small set of supported cipher suites. Just 4 of them, TLS 1.2 only. No TLS 1.3 support. The receiving end requires TLS 1.2 or TLS 1.3 with supporting suites: Supported Server Cipher(s):Preferred TLSv1.3 256 bits TLS_AES_256_GCM_SHA384 Curve P-384 DHE 384Accepted TLSv1.3 256 bits TLS_CHACHA20_POLY1305_SHA256 Curve P-384 DHE 384Accepted TLSv1.3 128 bits TLS_AES_128_GCM_SHA256 Curve P-384 DHE 384Preferred TLSv1.2 256 bits ECDHE-ECDSA-AES256-GCM-SHA384 Curve P-384 DHE 384Accepted TLSv1.2 256 bits ECDHE-ECDSA-CHACHA20-POLY1305 Curve P-384 DHE 384Accepted TLSv1.2 128 bits ECDHE-ECDSA-AES128-GCM-SHA256 Curve P-384 DHE 384 Server Key Exchange Group(s):TLSv1.3 192 bits secp384r
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.