-
Recently active
Hi All, I want to understand matrix for role segregation and activities that one can do as basic user vs sys admin . Generally I want to create a matrix for business presentation defining global user vs sys admin access matrix. Can anyone please help. Thanks Bihitak
Hello, is there any way to round the corners of a progress bar or a bar chart in Appian?
When you click the add button, the CardLayout component is duplicated along with its fields. Consequently, the dropdowns in each card layout are showing the same selected value as the dropdown in the first card layout. How should I handle saving the data to ensure that each dropdown maintains its own selected value? a!localVariables( local!count: 1, local!destChildFields: a!map( status: { description: "Status", type: "integer", questionSet: "global", required: false, enum: { 12, 13, 14, 15, 16 }, enumLabels: { "To Do", "In Progress", "Escalated", "Withdrawn", "Resolved" }, typedesc: "Single-Select" }, subStatus: { description: "SubStatus", type: "integer", questionSet: "global", required: false, enum: { 17, 54, 21, 18, 19, 10019, 10021, 10018, 95, 10016, 10026,
Is there a good way to convert a list of items with no more than 1 item in it to a single item? There are 2 ways I know of, both have minor issues depending on the context. 1) use an index such as array[1] to get the first value of the array - This works, but requires some null checking in case the array is empty as it will bug out if that is the case. 2) use cast, but this requires knowing the type ahead of time, and if that's not possible, neither is this casting method. Is there any other way I'm missing? Some hidden fromList() function I haven't found yet?
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
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 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
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
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.
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
If a process model initially consumes around 30,000+ AMU during its execution and then reduces to 30 AMU upon completion, will the 30,000+ AMU memory be released from RAM once the process instance is completed?
Hello guys, can anyone explain how the save draft functionality works in some detail. In my task i have a grid in which i select a row and then press save draft. After opening the task again, the row is not selected.
You are referencing and using arrays of a CDT (Custom Data Type). Which two statements are true? (Choose two.) A. Other Appian functions can be used within the square brackets "[]" when using dot notation to return specific data from the array. B. There is no difference between using "dot notation" and the index() function. C. An array of integers can be passed as the second parameter to the index() function to return the data at those position in the array. D. The function where contains can act on operands of different types. I think options B and C are correct. Option D is incorrect. However, option A is not clear to me. The following code does not give any error: Hence, is option A correct? If that is the case, which one is incorrect?
I am working on a scheduler which will run at4:00 AM daily. but when i deploy the process model object to test enviroment it ran automatically first and later on schduled time. So how can we manage this scenario so that the scheduler will run only at the scheduled time. Many thanks in advance.
Hi All, How to schedule process for every 15 minutes and daily monday to friday - 9 AM to 6 PM in appian process model. Please guide us for schedule in process model
I am having following error when running FitNesse and it tries to login to Appian server: __EXCEPTION__:java.lang.NullPointerException at com.appiancorp.ps.automatedtest.tempo.TempoLogin.navigateToLoginPage(TempoLogin.java:228) [appian-selenium-api-24.2.jar] Screenshot: Execution Error Screenshot: I am running FitNesse in Windows 10 Enterprise environment and JDK 11. Any help or guidance would be greatly apricated.
Hello Everyone, Can anyone help me on this, Thanks in Advance. require to iterate from lists & save in cdt in above format.
Hi Everyone Iam trying to call process model from expression rule. But I am getting Reaction Tree as output result. For your reference I have attached the screenshot below. Thanks,
Hi, We have created a connected system with Google Service Account as authentication. For every few months, the key rotation happens at GCP, then we fetch the service account key and update it on the connected system manually (upload key, authorize, and save changes). To automate this process, we have the mechanism to fetch the service account key details from GCP using API schedular job, but we are unsure how to update it on the connected system without manual interaction on Appian designer. So is there a way that we can do it from the server end or any other possible way to automate this key updation in a connected system? Thanks,Mahesh.
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.