-
Recently active
I was previously using the Case Management 24.1 and have now installed the newer(24.2) version. I am aware that existing objects get overwritten. I can find all my data in the database but the record types and other objects that were generated and also the newly created objects seem to be deleted. I am facing issue in the Studio site, where the generated record types for the case category and type are deleted and therefore, I cannot create/modify the intake form. I can create a new record type, but the database tables have the previous record type uuid saved. Is there any documentation or course available as a guide to upgrade to a newer version? Has anyone found a workaround for this?
I am getting this error while i used refresh variable to refresh the value based in the variable change. Expression evaluation error [evaluation ID = c66ea:0543a] in rule 'mtc_griditemtotal' (called by rule 'mtc_formworkorderapproval') at function a!refreshVariable [line 31]: a!refreshVariable may only be used to define a local variable within the a!localVariables function. Please check the screenshot. Please let me know if you have solution for this..
Hi All I am using rule event in the exception tab of call integration smart service, I want the exception flow to be triggered if the integration fails. In rule event i added one condition if success = false then exception flow will trigger. It is going to exception flow but also flow going to the next node. So i want flow only go to the exception flow rather than next node.
Hi guys, the current EMEA ongoing release webinar for 24.1.- my stream is brokenany clues? No video just audio kind regards, Richard
a!localVariables( local!principalAmount:ri!loanAmount, local!totalMonths: ri!tenure * 12, local!interestForOneMonth: round(ri!interest / 12, 2), local!interest: ( local!interestForOneMonth * local!remainingAmount, ) / 100, local!remainingAmount:local!principalAmount-local!interest, a!forEach( items: enumerate(local!totalMonths) + 1, expression: { local!interest, local!principalAmount, local!remainingAmount, a!save(local!remainingAmount,local!principalAmount-local!interest,), a!save(local!principalAmount, local!remainingAmount), } ), ) For each iteration of the for loop i want to update the value of local!principalAmount and local!remainingAmount as shown above. Kindly let me know how we do this in Appian.
Hey all, Please provide suggestions for below scenario 1st row is having a columv value 'GE | SP |US' 2nd row is having column value 'USA | CA' I need to query the row which is having US or SP in it . I tried the approach of looping(US,SP) the query filter using include parameter. But for US, we are getting both the rows. Can you please suggest an approach to query the expected result which is 1st row ? Thanks in advance!
Hi Folks,When i comparing objects with higher environment i am getting below issue as my all objects are part of application. JFYI:-NDC_REC_DEAL , NDC_DASH_SummaryV1 and NDC_FRM_pipcoAllocations are part of package.NDC_REC_DEAL :- Already Present at higher environment NDC_DASH_SummaryV1 and NDC_FRM_pipcoAllocations :- New Objects.Let me know if you need more info.
Hi I would like to ask a question. I want to cast multiple record type to custom data type. If possible how can i cast it. Here is my cast data.
Hi I got a error when using multiple sql statement on query database smart service. Is not possible to use multiple sql slect statement on one query database smart service.
I have a text field in an interface and I have defined a character limit of 40. I need to be able to type both English and Greek characters in the field. When I write in Greek, the character limit count shows the double number of characters I actually type, so even if I type one character it shows 2/40. In English, it works properly. I think it is caused by the encoding, but I don’t know and can’t find any documentation on how to fix it. Is there a way to fix this problem? Maybe to configure the app so it reads all Unicode characters with UTF-8? Or is the problem somewhere else?
Create group smart service is throwing an error which reads: Problem: An error occurred in executing an Activity Class. Details: A system error occurred while creating the group. Recommended Action: Examine the activity class to correct the error and then resume. What I have tried - I believe all parameters are correctly configured and values are being fetched correctly in the process variables. Also, the same process is running correctly in different environment with the same values. Checked the security of the process model. I checked the System Logs and it reads: 2024-06-11 10:28:24,162 [Appian Work Item - 572737 - WorkID 64 - execution00 - process 311873 - model 277 : UnattendedJavaActivityRequest] ERROR com.appiancorp.process.runtime.activities.CreateCustomGroupActivity - SignalException: Received signal InvalidCreatorException from GROUPS.createGroup on groups SignalException: Received signal InvalidCreatorException from GROUPS.createGroup on group
I need to add editable grid in intake form of Case Type in Case Management Studio, but the form builder does not have the option to add grid in the intake form.Does Appian have any plan to add editable grid in intake form in future?
Hello, I had faced the fallowing error when the user opened the transactions follow-up page in a transactions project: Unexpected token '<', "html><hea" __is not valid JSON Note that, I gave access to a user outside our Appian servers, and the user faced this error. we didn't use any authentication method for the user login. Did anyone see this error before or knows whats its problem.
I want to have a dropdown/picker field that allows use either select from options or input a value when it is not in options
Hello, I have a grid to populate with data from 2 different tables. Using the Id of countries from the first column I have to get the values for other 3 columns from a different table. Can Someone help how to approach this.
Hello everyone,We have a client requirement where we need to export Client and Employee data recieved from document extraction in a PM to an Excel template provided by the client, where client data should be inserted in their respective positions in sheet 1 and the multiple employee data should be inserted accordingly in its desginated cells in sheet 2. Attached are pictures of the Excel template formats for both sheets, as well as the format of the data we are receiving. We tried using the Export Data Store Entity to Excel smart service in the process model, but the results were unsatisfactory. We also used Appian RPA Excel operations, which provided a solution, but it took 25 minutes, which is not viable in all conditions. We are looking for a more efficient solution to export data into Excel. Any tips or assistance would be greatly appreciated.
I want to create new entity category and entity types in Case Management Studio. With "Create Entity" action I am able to create entity of type "Submitter" of category "Person", there no option available to create entity of other types. I did not find any feature in Case Management Studio that allows to create new Entity Category and Entity Types.Is there any way to create new Entity Category and Entity Types.
Hi Team, I have a requirement to execute an expression rule by retrieving the rule name from the database. To provide a background on the ask: We have a landing page where tasks from various other applications/line of business is displayed. So every application designer would have to create an expression rule to return their tasks and then plugin to our common or parent expression rule. The parent rule consolidates all the tasks data from various applications and then display it in the grid. But the problem here is, one application might be in DEV phase, one in QA and another in UAT, so during the deployment there is always a problem due to the missing precedents and we have to comment out that rule that's not present in higher env and then uncomment it back. So in order to resolve this the business wanted to save all the rule names pertaining to each application in the DB and dynamically retrieve the rule name from DB and execute it. I understand that we can pass the rule referenc
I have a document download URL from Anaplan system which gives me the document once I hit the URL. There are documents like that which are hosted on that platform. Now, I will be getting those URLs through Integrations. I want to first copy that document to Amazon S3 bucket and also capture the document related data in Appian DB and then pull the document from Amazon S3 and related data from Appian database and then show in grid. We need to first host the documents from Anaplan to Amazon S3 and then show in Appian from Amazon S3. What are the best possible ways to achieve this. Please explain in detail as I'm completely new to this scenario. Thanks in advance
Dear Appian Community, I hope this message finds you well. We are currently facing an issue during the initialization of our context in our Appian environment, and we would greatly appreciate your assistance in resolving it. The error message we are encountering is as follows: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'smartServiceBridgeRegistry' defined in class path resource [com/appiancorp/expr/server/reaction/ReactionSpringConfig.class]: Unsatisfied dependency expressed through method 'smartServiceBridgeRegistry' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'reactionFunctionProvider' defined in class path resource [com/appiancorp/expr/server/reaction/ReactionSpringConfig.class]: Unsatisfied dependency expressed through method 'reactionFunctionProvider' parameter 0; nested exception is org.springframework.beans.fa
Hi, Can someone tell is there any issue with my code here.. Im getting null value when I index as below. I get output of local!orionData as a dictionary(List of Variant). a!localVariables( local!orionData: a!forEach( items: index( { 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country'( 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country.fields.{6c137b66-e39e-49a8-b443-3728d8ccd6a4}id': 20817, 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country.fields.{d38471f1-b8d4-4a37-8bee-0f24c7dd7508}country': "Australia", 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country.fields.{6ebd94a9-cdde-4846-b29c-4c833d6e80c3}requestId': 7757 ), 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country'( 'recordType!{d1de8e89-4208-44d3-bb27-0306902c0671}RGRACSLBL Label Change Country.fields.{6c1
How to check whether Process model archived or Unarchived.
In a grid we using a related action field with the list of related action in MENU style, so the label for the menu is "ACTION" by default it is not configurable. when the user change the language to Espanol it becomes "ACCIONS" is there anyways to prevent this.
Hi, Is there any to get any cdt's reference by its name like we have getrulereferencebyname function? eval() function does the trick but as its internal function and not recommended, i will avoid it. Thanks
hi I would like to ask a question. What is the disadvantages of query database smart servie.Which point is better than record type? Is there anything better than record type? Thanks
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.