-
Recently active
Hi All When the user clicks the button on UI, the system has to load the same UI after executing certain logic/functionality in a sub process at backend.But system just closes the UI and a task is been assign to the user in task tab. On opening the task, it opens the same UI and works fine there after.No errors / warnings showing in the process models. Any thoughts / idea what could be the issue Thanks In Advance
I have a table as follow: sno department 1 CS 2 ME 3 EI I want the output after inserting a row between sno 1 and 2 as sno department 1 CS &n
I want to trigger a process in blueprism from appian, can anyone let me know the capablities of blueprism connected system, can i trigger the bots using blueprsim connected system. Or to trigger bots in blueprism from appian is there any other way, plz let me know.
[evaluation ID = bfc87:b5c51] : Expression evaluation error : The function 'isusermemberofgroup' is unavailable. (APNX-1-4198-000)Has anyone getting this error after Appian upgrade to 21.3. I checked in the code where ever isusermemberofgroup function was used it is now appearing as isusermemberofgroup_21r2, still for some user we are seeing above error.
Hi, while twiddling around with IDP, I went ahead and uploaded an invoice not provided in the community edition test environment. After a decent time of thinking the idp came back identifying not to much information out of the invoice, particullary missing out on the items/amount/price table in the middle of the document. I choose "edit table" in order to set the data up, and ran into the following problem (see screenshot). IDP was obviously not able to distinct all columns from each other, due to the layout amazon provided. Item count (Menge) and Item price (Stückpreis ohne MwSt) are identified in one column and tax pct (USt%) and price per item (Stückpreis mit MwSt) are also mixed in one column. It seems that I can only add/select to an identified column, but... how can I tell IDP to split one column with two headers in two colums with one header and go from there?Thx Greets Olaf
Hi All want to create Ann expression Rule to check weather the array of values say rollnumber with the column field in the database . Condition If 2 value passed and one is there and another is not there then i don't want user to continued
We've just started getting the following UI expression error in all our lower environments: Expression evaluation error [evaluation ID = 59de2:e8179] in rule 'u1b_com_workitemsgrid' (called by rule 'u1b_ui_workitemsdashboard') at function a!gridField [line 5]: A grid component [label="null"] has an invalid value for "columns". A grid column [label="Team"] has encountered an error. Expression evaluation error in rule 'u1b_getdirectgroupnamesforanuser' at function 'getgroupsformemberuser' [line 20]: The user Incorrect privileges to get groups for user. [User Context: test.user2] does not have sufficient privileges to perform the requested action. And the follow in the system logs: 2021-09-01 09:36:19,992 [Appian AppianServerThreadPoolProvider 2246648] ERROR com.appiancorp.ps.people.function.GetGroupsForMemberUser - Incorrect privileges to get groups for user. [User Context: test.user2]PrivilegeException[null=>null]: Insufficient permission
Hi All, I am using the Navigation pattern in my interface. I am having different tabs on the left navigation. I am referring to separate interfaces for each tab. So now when i am moving between the tabs, the content is not refreshing. (When I am changing from WorkSpace Tab and clicking back the Workspace tab i can see the content previously where i left.) I want to reload the content when we click on the tab each time. Here i am using rule!testPage1(), rule!testPage2() interfaces for different tabs. { a!localVariables( /* The selected navigation section */ local!activeNavSection: 1, /* The navigation sections */ local!navSections: { a!map(name: "Workspace", icon: "briefcase"), a!map(name: "Tasks", icon: "tasks"), a!map(name: "Requests", ico
Hello Guys, Can anyone help us on the below issue ASAP. We have created the backup script based on the Appian documentation. Below is the script #!/bin/bash source ../../../../server/_scripts/exports.sh INSTALLDIR=$AE_HOME/_admin/_scripts/tools/datamaintenance/antScripts ant -f $INSTALLDIR/aecopyfiles.xml -Dae.source.location=$AE_HOME -Dae.dest.location="/data/aebackups" - Created backup script in ‘/apps/appian/_admin/_scripts/tools/datamaintenance’ -> ‘appianbackup.sh’ But, while running the backup script getting below error : “appianbackup.sh: line 6: ant: command not found” Please suggest what we need to do on this issue.
how to find difference of minutes between 2 time parameter. For example i have StartTime: 6:00 PM, and EndTime: 7:30PM.
I created an expression rule for a summary view of a record. I have an expression rule calling all the information needed within a view DSE constant. When prompted with the error, after clicking "Okay," nothing happens. Is there a way to edit this rule without drilling into the record?Here is the modal:
Why we are using .@attributes.@anyAttribute._recordRef in the below rule and what is the need for using it in that rule. cons!COM_ENV_TXT_SITE_URL & cons!CLM_TXT_RECORD_URL & a!recordLink( recordType: cons!CLM_RECORD_REQUEST_DETAILS, identifier: ri!requestId, dashboard: ri!dashboard).@attributes.@anyAttribute._recordRef & "/view/" & ri!urlStub
Hello, As mentioned in the title, I have an SQL table that has a JSON type column. When I query it using a!queryEntity() in an expression rule, the resultant datasubset returns all the fields EXEPT the JSON field. Do I need to take special measures when I deal with a!queryEntity() when it comes to JSON fields? Thank you,
Hi, I have a requirement where i have to calculate the Business Day of a particular Date in a Month. The calculation happens from 1st of every month. Basically my requirement is opposite of workday(), in workday() business day is passed and it provides the date. Here i have the Date and the Business day has to be calculated. Thanks in advance
Hi All, is it possible to create a close button on a record page to close current browser window tab? or is it possible to do something like " window.open('', '_self', '').close(); " at Appian UI page? thanks, Gaurav
Hi Team, We have created Dashboard using Angular , user can view task summary and an Appian task link is available to user to work. we have a requirement to display closed task details and status of the instance to user. Please can you suggest how to create and get a closed task link at Appian. Thanks, Gaurav
Hello, Is there a way in appian where I can search a list of dictionaries for any item in that list that meets a specific set of properties For example, say I have the following list: {{storeNum: "003", taskCode: "A", numOfTasks: 1292}, {storeNum: "003", taskCode: "B", numOfTasks: 5}, {storeNum: "003", taskCode: "C", numOfTasks: 8}, {storeNum: "003", taskCode: "D", numOfTasks: 5}, {storeNum: "004", taskCode: "A", numOfTasks: 208}, {storeNum: "004", taskCode: "C", numOfTasks: 2}} Now, I want a function, that when I feed it a storeNum and taskCode, to return to me the numOfTasks if it exists in the list, and returns 0 (or any indication) when no dictionary items with the specified combination of storeNum and taskCode exists in the list. for example, if I call function(storeNum: "003", taskCode:"A") it will return 1292 Ho
When you are trying to copy the value from the output of the expression editor the screen will sometimes scroll up to the top of the result set. I know this seems petty, but it makes it really hard sometimes to grab a value and requires multiple try's. Pics posted as an example.
Hi All, we want to display table in below order for each customer. Could you please suggest me how we can display customer details in single column and if we get multiple customers we have to display as mentioned below. We are using dynamic docx document using a template docx & I am able to achieve Dynamic Table in Word document when customer details are displayed in row wise .But I couldn't able to display record details in column wise. Any help is appreciated. Thanks
I encountered a problem with "There was an error in an expression in Process Model Properties at Process Start Form : Neither variable(s) nor rule(s) found: type" when I made a data connection between the interface and XX and then published it. variable(s) nor rule(s) found: type", and then there was a "Missing keyword syntax" message in the interface, and I don't know if there is a relationship between the two.
While looking at the grid I see that Mike posted the last comment. But when I navigate into the topic his post is not visible. I suspect is was deleted and the grid does not account for that. If so that seems kind of weird.
In my community notification email weird stuff is happening. Should I be seeing this token? lol
Any location to get some sample appian projects?
Does anyone know of an OTB or plug in to be able to use a USB compatible weight scale to populate a particular field in an interface? Looking to be able to place items on a scale and it auto populate the weight similar to what UPS World Ship does. Thank you
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.