-
Recently active
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.
Hi All, My requirement is when I click on the download document link. I also need store some meta data in DB. Metadata like who downloaded the document, time, document name, process variables etc. On click of the document download link two action should to be performed. 1) Document should be downloaded. 2) Data should persisted in DB. What should be my design approach.
Hi guys, I tried to use document picker to select documents, but its selecting the same document multiple times. I want the selected documents to be distinct. Thanks for the solutions in Advance.
I have a scenario where I need to somehow indicate in a lineChartField when a specific value on the X axis is selected. Basically I need a chartReferenceLine, but on the X axis. I have attached a photo as an example.
[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 I'm getting below error when I downloaded the excel form a process backed record. Any suggestion appreciated. Note: I'm able to view the records on the UI but I see the error when I download the excel. I'm using the default functionality from Appian. Here is the log if it helps. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) Caused by: java.lang.NullPointerException at com.appiancorp.dataexport.ExcelDocumentCreator.getEvaluatedGridFieldColumns(ExcelDocumentCreator.java:727) at com.appiancorp.dataexport.ExcelDocumentCreator.writeToWorkbookFormattedGridField(ExcelDocumentCreator.java:701) at com.appiancorp.dataexport.strategy.WriteToWorkbookFormattedGridField.writeBatchToWorkbook(WriteToWorkbookFormattedGridField
I need to write a validation to avoid user from selecting past data and time. My problem is when I use today() for comparison I get 13/09/2021 10:00 as date and time. There is a GMT component of 10 hours. I am expecting userInputDateTime >13/09/2021 00:00
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.
Hi All, Is there any way to open an external link using safe link and Write operation into Data Base on Single Link from User Interface Read-only Grid level. Current functionality using two columns in Grid Column1: Link (safe link) will open the external URL Column2: Start Process Link Writing operation in Database User Requirement: Merge these two columns with single Click do both operations. Thanks Vinod
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:
Hello, I created a post-deployment process model in the Dev environment and deployed it into a test and my deployment status is failing. Is there anything I have to modify the code before deploying into the test, I followed the configure post-deployment in the documentation. Can anyone suggest to me the steps to follow for post deployment.
Hi, i am using multidrop down field , i want to update my new values into local variable first then i want to update into my rule input without effecting the rule input values when it is in editable condition and i have tried using the local variable but it is not getting store, can you guys guide how to solve this a!multipleDropdownField( label:"Pets", placeholder:"select a value", choiceLabels:index(local!pets,"petsNm",null()), choiceValues:index(local!pets,"petsId",null()), value:if( ri!isEditable, ri!pets.petsIdFk, local!pet ), saveInto: if( ri!isEditable, { a!save( local!addition, a!forEach(
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
Hi folks , I have a look up table named "gender" , I want to develop a interface using which i can see, add add, update , delete values in table without going in the appian cloud directly instead we want to perform this from the interface . For example i have genderId and gender column in lookup table , where there are two entries male with id 1 and female with id 2 , how can we add another gender in the table directly or delete male row from the table or update it. I hope you guys understood my query . Thanks in advance.
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,
I am using a!recordLink() inside Editable grid row configuration : a!gridRowLayout( contents: { a!linkField( links: a!recordLink( label: fv!item.ID, recordType: cons!REQ_RECORD, identifier: fv!item.ID ) )} After clicking on the ID column link field I am getting below error: An error was encountered while processing your request. Could you please help me how can I configure the a!recordlink() field inside the editable grid row configuration.
Some of the nodes of process model are getting stuck .
Is there limitation to add viewss on appian records? If i add more than 30 views on appian records it will affect on the performance?
I have a form has 5 rule inputs as follows: 1 CDT variable, 3 Text variables, 1 Integer variable. According to best practices, how many process variables are required in the process model to Input Task?
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.