-
Recently active
Hi, everyone Which options is better for system setting
I am trying to move a application from Dev to UAT. When I do inception, I am getting below message No missing precedents or warnings detected null of item(s) will be created/updated. null of item(s) will be skipped because no changes were detected. Skipped objects may have identical definitions but different version histories. All version histories will be synchronized on import. Any help is much appreciated... Packagae size is 2 MB
I am having date and time of submitted form in Date time format.I want to compare the date and time if it exceeds 1 hr from submission I want to show a proceed button. How I can give a condition where it is comparing submitted form have completed 1hr
Hi Members, Am getting below Issue. Can someone help how to resolve it. Data store write operation(s) had an average response duration over 2000ms (High) and 10 data store write operation(s) had an average response duration over 1000ms (Medium) - CDT has a dependency on over 40 objects.
a!localVariables( local!userDtl: rule!GAI_GetUserDetailByUserDetailId(id: ri!userDtlId), local!userAddr: rule!GAI_getUserAddress(userDtlId: ri!userDtlId), local!address: rule!GAI_getAddress( addressId: tointeger( local!userAddr['recordType!{95223579-776a-485d-b38c-eeaedbe5930a}GAI User Address.fields.{42a88eac-f478-4bf9-a8da-e8c5e666ed11}fkAddressId'] ) ), local!userRoles: a!refreshVariable( value: rule!GAI_getUserRole( userDetailId: ri!userDtlId, isActive: true() ), refreshAfter: "RECORD_ACTION", refreshAlways: true() ), a!formLayout( contents: { rule!SCO_CommonHelpText( helpText: "User has been deactivated in the system", isError: true(), showWhen: not( rule!SCO_isUserActive( local!userDtl['recordType!{1a68a647-eb88-4f12-be8e-e3d5fc6495eb}GAI User Detail.fields.{d07378d8-ee37-479d-a6e4-06adfb5bdd15}username'] ) ) ), a!columnsLayout( col
Hi All, I need session timer on user input task like there is one interface, in that user can do three activities but if in certain time user does not click on any activity then it should show popup as do you want resume this session is it possible to do in appian? thanks in advance.
why does it mean ID NOT FOUND ?
I using a record relationship (1 - Many) (Dept -- Employee (multiple)). I am trying to create a interface, where in top grab the Dept details and in bottom Employee details for that Department , which is Editable grid. When I try to addRowLink - its not creating a new row. Pls see the code below and let me know , what is the issue. a!localVariables( local!emp : 'recordType!{f4411d12-5d9e-43b0-9eb3-430ef2ea01b9}Emp.fields.{a808753b-fbba-4fd9-bd49-058256eae7a2}empno' : "", local!empnme : 'recordType!{f4411d12-5d9e-43b0-9eb3-430ef2ea01b9}Emp.fields.{62b2206f-9897-4495-9957-8fc3c3a6253a}ename': "", local!job : 'recordType!{f4411d12-5d9e-43b0-9eb3-430ef2ea01b9}Emp.fields.{47784a4a-362f-4104-a42d-4762074fddec}job':"", local!sal : 'recordType!{f4411d12-5d9e-43b0-9eb3-430ef2ea01b9}Emp.fields.{2d76dd3c-1e76-4924-af64-24652c4f3b4f}sal':"", a!formLayout( label: "Department & Employee Relationship", contents: {
Hi Experts I need to migrate data from On premise environment to Cloud environment. For every record there is a folder creation whose id is stored in DB table , Also these folder , later, filled with documents that uploaded by end users. 1) Is there a way that I can migrate the same folders with same IDs in DB, If not then what is the best way to do so? 2) Is there a way that I can migrate the same documents with same IDs in DB , If not then what is the best way to do so ? I'm new to appian , so please provide a step by step solution in easy language. Thank you in advance
HI Team, i have active tasks which i am showing in task grid with query process analytics, My client have requirement like Once one task is submitted the user need to automatically redirect to another task, Any suggestions on how can i do this, How i can handle the completed instance task to move further and also user need to redirect to another task and also client is not looking out any activity chaining interface which we have safelink and use taskurl Thanks, Udayasai
IS there any way to download document automatically by using Process Model without click .
Hi, while accessing Appian Developer Learning Path (Associate Developer) in Appian Community ,post the new curriculum update in November am not able to access one of the lessons "Query Your Data" and also I had taken the mock test before November , currently the same set of questions are available , its not updated as per the new blueprint. Could anyone help me on this. Thanks and Regards
Hi, I have created a simple stored Proc with 1 input parameter Can someone let me know why am getting this error
There any way to append a dynamic link to a text field? For example, in a Text field with read only mode that contains a lot of characters. I want to truncate the characters and add a link after it that says "Expand" or "Read More", If they click on it, the user will sees all the text.
Hi Appian PalsPlease have a look on the interface below, this is having different cards, and each card is having independent interface behind it and can be accessed using a button click.But after the successful completion of the process, it is brining back to the main home interface instead of the child interface.Again I am back to the main interface, instead of the child interfaceThe process should end on the interface where it started.Any workaround on this?
How to pass process parameters in WEBAPI which calls process model .a!startProcess( processModel: cons!PCI_PM_CALL_INTEGRATIONS, processParameters: a!fromJson( http!request.body ), onSuccess: a!httpResponse( statusCode: 200, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( fv!processInfo ) ), onError: a!httpResponse( statusCode: 500, headers: { a!httpHeader(name: "Content-Type", value: "application/json") }, body: a!toJson( { error: "There was an error starting the process" } ) ))
Is it possible to have a drillable chart if the data from the chart is not from a record? I am getting my data from multiple tables and mapping it to what I need
Hi All, Currently, we are using the 23.2 version. I have deleted the process model's latest version, and I realized the earlier version will not be enabled or activated automatically. I saved the earlier version of that process model and then published it successfully (Version No. 10). Now, I am facing some issues. Whenever the above process model is referred to, Appian doesn't always pick the latest published version, sometimes picking an earlier version (Version No. 9). Can anyone advise on the below? How do I make sure Appian picks the last published version (version #10)? by restarting the application server? Appian is giving provision to delete the version, but is it recommended to delete the older versions? If yes, then how do I make sure the earlier version is active? Thanks in advance.
Hi all, I have a query that when we are configuring any file within validation like fv!files.size < 3Mb.Will it check the total uploaded files size or for a single file validation will it checks. Please give me some theortical knowledge on this. Thanks & Regards, Divya.
Need more customization in the csv file, I want to specify the row delimiter as @ or ^ specifically in the csv.
when I click on that card(+) the same card should be added below. value should be saved in single table. (Without using record action).
Hi, trying deploy an application via APi (externaldeployment), receive the following error {"resource":"\/suite\/deployment-management\/v1\/deployments","title":"An Error Has Occurred","error":"APNX-1-4552-004","message":"The request cannot be processed."}IN the documentacion I didn't find anything related with this code...
Hi Community , Downloading the attachments for a Particular issue from JIRA is what the user wants. Using integration, I am retrieving the submitted attachments for a certain Issue from JIRA in Appian (url). Afterwards, when the user clicks on the URL, I trigger the integration to save the document in Appian (Folder) so that the user can download it if the download document link is provided in the UI.As you can see there are two clicks are happening . 1. While invoking the integration to save the document .2 .User can download the document if provide download document link in interface.can we do this whole operation in single click ?
Hi, Select process model alerts setting and saving and publishing the process model.When error occur other users still receive alerts from the process model.As my understand (Send alerts to the process initiatior) means send alerts mail only to the process initiator.Is that correct?why other users still receive alerts ?
Hi Experts I have a Oracle DB table in which a column is of CLOB type. I need to migrate that data in maria DB I'm able to get data but unable to store the same data in mariaDB Table contains 2 columns : one is id and another is of type CLOB which is actually a string Help me to store the data in mariaDB Thanks in advance
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.