-
Recently active
I have two processes: Process A and Process B Process A calls Process B using the SubProcess Smart Service. When Process A starts it will have a target completion date for the entire process. Process B is configured with a ProcessVariable that indicates a number of weeks prior to the target completion date that it should start (pv!startWeek). What I would like to do is set the scheduled start of the Subprocess Smart Service node based on that value like: = a!subtractDateTime(startDateTime: pv!reset_date, days: pv!startWeek * 7) My issue is that I'm currently not able to reference pv!startWeek from ProcessB from the Configuration of the SubProcess Smart Service in that calls it from ProcessA. Is it possible to access this value in the configuration of the Smart Service? Is there a better way to set this up? I'd prefer to keep this config in the SubProcess Model as I wouldn't want to change all of my processes that call this SubProcess if we determine the sched
Hi, when i create a translate object, i have this error
Hi All, I am trying to hide one button based on condition, that initiator cannot see that button it is working in UI level but it is not working in site, showWhen: and( not(local!isCurrentUserInitiator_bool), or( and( /*local!actionTypeId_int cons!CR_CREDIT_ACTION_TYPE_IDS[8],*/ local!actionTypeId_int cons!CR_CREDIT_ACTION_TYPE_IDS[14], a!isUserMemberOfGroup( loggedInUser(), cons!CR_GRP_CREDIT_CONTROLLER_GROUP ), rule!APN_isBlank( local!moduleRecommendationStatus_cdt.approver_txt ) ), if( index( local!approver_cdt, "isApproveDisplay_bool",
Hi there, We're having issues with four process models in one of our lower environments. Three are started from a process start form, and one is just a subprocess in another process model. The error must be occurring before the process actually starts because the process models do not show in Monitoring when the error occurs. It will fail with this error on screen: And this error in the logs: 2024-10-29 14:59:28,816 [ajp-nio-0.0.0.0-8009-exec-54] ERROR com.appiancorp.rest.shared.FallbackExceptionMapper - Internal Server Error on REST API invocation. SignalException: Received signal At least one referenced Activity Class Schema is invalid: ,282 from PROCESS.prepareExecutionProcessModelIds on execution04 It doesn't happen every time - it's only failing when the process hits exec engine 3, 4, or 5. Engines 0, 1, and 2 all seem to be fine.. It is also only happening in one of our lower environments and not the other three. We recently upgraded to 24.2 and it
I have an issue that I am at a loss on how to trouble shoot. I am trying to produce an Excel Spreadsheet that notifies management of 6 different conditions that will occur within 3 months of the report date for the clergy members of our diocese. Clergy Members that do not have a term end date. All clergy assignments must have a term end date, and this report shows those that do not have one. Age Notification - This notifies management of Clergy members that are nearing several age related events. Medicare eligible, early retirement and mandatory retirement. Birthdays - This notifies management of Clergy Members' birthdays within the next 3 months Ordination Anniversaries - This notifies management of Clergy Members Ordination Anniversaries within the next three months Assignment End - This notifies management when Clergy Members are within 3 months of their assignment termination date. Status Notification - This notifies management when a Clergy Member is within 3 mont
Hi I have a requirement to edit table where I have to edit only 2 columns and show rest columns as readonly and send those 2 value in another table through process model but the another table where I need to store updated value has empty data thus I'm getting error please help me how to configure script type when I have to send value of those 2 column along with updated by and updated on in empty table where there is no id created [mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05]
Hi, i have this error when i create a translate set object and i write an string with two diferent languages My appian version is 23.4.480.0
I have a list interface A added under Site, and once user click on each individual item in the list, it start a process P1 (no process starting form). In the process, it initially set some variables and then open an summary interface S1. Now, as my site have A,B,C,D interfaces added as pages, I want to terminate process P1 once I jump out from S1 by clicking any of the A,B,C,D button on the navigation bar in main menu. How do I achieve that?
Hi there,I have a scenario where there is a dropdown, whose value is getting saved in a local!var. Now, upon selection a specific option from the single select dropdown, depending upon the value, there is another child interface which is consuming the selected local value in its ri!var throuhg which the charts are being generated.Now, If we select the value, the chart is generated rendering from the child interface.If we deselect the selected value, the chart is not getting back to the original state.I.e, it is not being selectec on deselection of a value from the dropwdown. My goal is upon the deselection of the value, the chart should be back to its normal state, means the refresh case should be working.Any thoughts upon this?
In our application, the landing page displays 1,000 records from a view with 6 or 7 fields. The application performs well for a single user, but performance declines as the number of users increases[goes 12 x slower for 100 users ]. We have reviewed the database calls, and they are quite fast, yet Appian takes a long time to load the pages. Are we missing something here ?
{ { requestTypeId: { description: "Request Type Unique Identifier", type: "integer", questionSet: "global", required: true, typedesc: "Text" }, automationId: { description: "Automat Recipe or Campaign Builder Id", type: "string", questionSet: "global", required: true, typedesc: "Text" }, status: { description: "Automation Source", type: "integer", questionSet: "global", enum: { 157, 158, 159, 160, 161, 162, 163 }, enumLabels: { "Automat", "Crossroads", "Member Web", "Public Directory", "Member App", "Provider Portal", "Faxblast" }, typedesc: "Single-Select" }, subStatus: { description: "Reported On Date / Time (format: YYYY-mm-DDTHH:MM:SS)", type: "string", questionSet: "global", typedesc: "Date and Time" }, contactPhoneNumber: { description: "Contact Phone Number", type: "string", questionSet: "global", typedesc: "Text" },
Hello everyone, I’d like to gather insights on any coding, design, or infrastructure issues that could significantly impact the scalability of the on-premise application.
I found rv!record only contains few fields of the record, which caused several bugs in our application that were not found before. Is there any update on rv!record? I remember previously it has limitation on related record but worked fine on record itself
Hello, How can we send alerts email to DL? Please assist. Thanks
I have two interfaces. I want to pass CDT rule input of interface 1 to interface 2 as a parameter. Consider CDT rule input as ri!details in interface 1 and ri!bookDetails in interface 2. I tried this code in expresssion mode of interface 1."rule!interface2(bookDetails:ri!detiails). But its showing as error. Can anyone help me?
Hi All, whether there is any option in Appian to vanish Pop up once timer got completed instead of showing error for task not active anymore.
I have inserted a new value in a database . (Scenario here is I have used a parent process to capture the values and sub process to write into the database.) Then again I update that particular value (Scenario here is I used different process to get all the updated values and used the same sub process to write it to the database). But the updated values are not getting reflected in the variables tab .It is showing the values that I used while inserting but in Process history tab the values are updated properly. I have mapped the input tabs properly. Can anyone please help me with this scenario.
I'm developing a preexisting app with many deeply nested interfaces that render as the contents of several cardLayout components. The contents displayed are dictated by a set of specific combination of Rule Inputs and Local Variables that is difficult and time consuming to reverse-engineer. Is there a way that I can get the Rule Inputs and Local Variables of a component that I'm currently looking at as a user so that I can input it into the component in the editor view? That way I can get the component to render in the editor as I'd see it as a user then work from there.
How long the appian JDBC keeps the database connection alive? and How long it will be cached ? Is the caching happens for every Data source defined in tomcatresource.xml file?
Hi there, I have a scenario where i need to change the display name of a record field value. Is it possible to do that while configuring 'Reporting Record Types' ? ex. my record filed has the value 'SME' but i need to display it as 'Subject Matter Expert' (there is no related table to fetch the expanded value) on the frontend while we display the report. Is it doable in EUR? Thanks in Advance!
Hi, I have a read-only grid that displays real-time data, populated through a local variable from an API. Users have requested an "Export to Excel" button. Is it possible to enable this functionality without storing the data in a database table?
Hii, In my case i have to edit the multiple Dropdown field value: My value is Record type. Eg: [ "Product 1,Product 2"] Choice value is Array. Eg: ["Product 1","Product 2","Product 3"] the value from my record type is like : "Product 1,Product 2". So, value is not matching with choice value. How to resolve this, I tried converting the value to list of text using split but still it is not working.
I want to publish all process models using a single user. Is there an efficient way to publish all of them at once, rather than publishing each one individually?
Hi All, I'm trying to send email using Appian after submission of a process to either users or functional mailbox based upon the requirement conditions. When email sent to users it is received by the users correctly, whereas when email sent to functional mailbox address there is no error in the send email node but email didn't get received by the functional mailbox. So, request your suggestion on what's the reason for this behavior and how to fix it? Note: i have used toemailaddress function in the To address field of email node configuration. Thanks in Advance, Pradeep.B
Hello, I just started creating the SPX Launch Tracker app and when attempting to create the HTTP Connected System, I enter the name as instructed in the Step 2 of the Build a Low-Code App course, but it the error comes up saying "Name Already Exists". I am unsure when or how the name already exists even the app creation has just started. The SPX Connected System Image is not also coming up. Any advice is appreciated
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.