-
Recently active
Hi all, I have a scenario where a related action opens a pop-screen for users input. If user hits the back button the pop-up goes away but the instance is active in backend, and on hitting the related action again it creates a new instance. Is there any way by which the instance is cancelled on hit of back from browser.
Hi Team,I have a use case to refresh the grid based on data inputs by the user. I have a text field in which user enters a id. In the grid field data parameter I'm using a!recorddata along with a!queryfilter for filters. In a!query filter I'm using that local!id, every time user changes the value of id field, the grid needs to show updated data. I tried with refreshonreferencedvarchange but its not refreshing.any suggestions or solutions pls.Thanks,Navin [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
Is it possible to open windows explorer folder of documents through interface. if yes then how?
i want to add two filter about departemnt and status above list how can i add it? and my expression is written below a!headerContentLayout( header: {}, contents: { a!gridField( label: "タスクä¸`覧", labelPosition: "ABOVE", data: a!queryProcessAnalytics( report: cons!DM01_process_report_pointer, contextProcessModels:cons!DM01_process_model_pointer, query:a!query( pagingInfo: fv!pagingInfo ) ), columns: { a!gridColumn( label:"タスク内容", value:a!linkField( links: a!processTaskLink( label:fv!row.c0, task:fv!identifier ) ) ), a!gridColumn( label: "departement", sortField: "c4", value: fv!row.c4, align: "START" ), a!gridColumn( label:"status", value:rule!DM01_GetTaskName(status: fv!row.c1) ),
I have a CDT declared as ri!input. The expectation is to create a section with text field which would have 1 value from cdt.(user value as per below image) The rest of values of the cdt is gotten via the grid layout.(countries, home country) I face an issue when i update a value in the text field , automatically a row gets added in the grid row layout as highlighted below. As one value is procured in the text field it expects value in the grid also to be populated. please let me know how this can be fixed as the text value is required field not the grid layout would be mandatory As this row is automatically added it interrupts the validations. I have tried to save the value in the ri variable in child form and dealt with local variable in parent form but no luck. Also the value when got from the local does not display in subforms in PMs The ask is if the user field is updated and if no values in the grid then the user value should be added to cdt but should not display
List of Dictionary - 3 items Dictionary icon:"arrow-circle-o-left"(Text) action:26(Number (Integer)) Dictionary icon:"sitemap"(Text) action:25(Number (Integer)) Dictionary icon:"check-circle-o"(Text) action:28(Number (Integer)) As i want to remove second item from dictionary what should i do
Hi All, I have a scenario where i am getting details in a recordtype which is multiple. Now i have to subsitute the record field value at a specific index of a recordtyep in interface. Is that possible as i am not seeing any option to index it.
Can data about process and user task metrics be accessed directly from Appian servers without using Task Reports and its functions like total_work_time(), task_avg_completion()...? Thanks!
I am a Designer and I use Appin Designer to present interfaces to my team and get feedback. I need a way to record and store their comments somewhere in Appian Designer so I can go through them after our sessions and make the changes that were decided. Is there any comment function in Appian that I could use for this purpose? Thank you!
We are using a!iconIndicator to display icons such as happy_face, sad_face etc in our dashboard. We are able to see those icons in lower environment. But we are not able to view the same in prod. Anyone know what is the reason for this behaviour? Lower environment Prod
I have a requirement to sort few columns in a paging grid in A to Z & Z to A. Issue :Sorting is working as expected how ever, When we click on a specific column to sort then NULL data record that is showing on top of the list then followed by A to Z records. Is there any possibility to show A to Z & Z to A first and a the end of the grid just to show record which has null column. Note: Grid is populated using record(a!recordData)
We are using Appian cloud for our application. Our application is retiring and all the clients are offboarded , However we want to take backup of our ARCHIVED processes. Please let me know the process to take backup of ARCHIVED processes. The business people want to store it for future reference.
Hi All, Is Spell check is possible in Appian? Regards,Sandeep
Hi all! On the Appian cloud environment, a process stopped working correctly, even though there were no changes to the process model. A change happened on the environment however, database encryption was enabled. Please suggest how to resolve the error. Error happens on the Deactivate User smart service, no details in the error. The node is being run with administrator rights (the whole lane is). This is from the tomcat-stdout.log 2023-12-05 01:07:32,459 [ajp-nio-0.0.0.0-8009-exec-58] ERROR com.appiancorp.process.runtime.activities.DeactivateUserActivity - There was an error when trying to deactivate the user [USERNAME].org.redisson.client.RedisException: Unexpected exception while processing command at org.redisson.command.CommandAsyncService.convertException(CommandAsyncService.java:299) at org.redisson.command.CommandAsyncService.get(CommandAsyncService.java:116) at org.redisson.RedissonObject.get(RedissonObject.java:90) at org.redisson.RedissonMap.scanKeyIterator(Redi
Can we customize the settings? Like remove the settings for Password, Third-Party Credentials, Email Notifications, Mobile Notifications, and Accessibility? Can we also add more settings on the General tab?
Hi I am getting this error for checkbox Expression evaluation error [evaluation ID = IGMIN] in rule 'gai_managegeneraladdnlinfo' at function a!checkboxField [line 19]: A checkbox component [label=""] has an invalid value for "value". All selected values must be present in the choiceValues array, but value was false and choiceValues was true. ri!projectInfo.column is boolean type where i am saving this value how can i fix this? i have attached my code a!checkboxField( choiceLabels: " Check here if you are a non-profit organization", choiceValues: true(), value: ri!projectInfo['recordType!{ba1b9bf5-818d-401c-b540-67788e6d7d2d}GAI Application Project Info.fields.{3f6f4ef6-3667-485b-86f3-6519b03d80a2}isNonProfit'], saveInto: ri!projectInfo['recordType!{ba1b9bf5-818d-401c-b540-67788e6d7d2d}GAI Application Project Info.fields.{3f6f4ef6-3667-485b-86f3-6519b03d80a2}isNonProfit']
Does anyone else use multiple monitors when developing Appian applications? How do you utilize them? Would love for Appian to have a "dock / undock" feature where you could put the expression editor on one screen and the preview on another.
Hi, i did the exam in september 2022 and i didnt completed any realeased showcases. my cerificate is now inactive. what should i do? if i now look into them will the certificate active?
Hi, I configured the sign-in Page with one link which was initially not showing on the sign-in page. But when I removed the link from the Sign In page it started showing in the login screen. Can anyone suggest how to remove the link? Screenshot of no links configured Screenshot of the link showing on the login screen
Hi All, We have given our client to add notes up to 10000 char. It is getting saved in DB as well, But when querying from Record it returns only 4000 char. I need help here to overcome this limitation. It's Urgent!!! Thanks in advance.
Hii, PARENT PROCESS Subprocess After filling the User input task in this parent process it goes to Subprocess, In the Subprocess I have another user input task(Enabled Activity Chain), After filling the UserInput Task in SubProcess and Submitted, again this Parent Process is started as new one. Note: In the UserInput Task of Subprocess I have a start process link which helps me to fill another form inside the userinput task of Subprocess. Submission of StartProcessLink UI lead me to create this New parent process
I have a column layout (shown below with dividers) with text fields with adjacent labels. I need this column layout to be more narrow, but when I make it more narrow, it tries to preserve the spacing to the left of the text field labels and shrinks the text field values. I want the opposite. I need to reduce the blank space to the left labels and keep the size of the text fields. How can I get rid of the wasted blank space on the left?
Hi Team,I have a constant which holds array of data store entities, In a interface I need names of those entities from constant.for example: cons!xyz is my constant, if I just simply use this in interface I'm getting something like this(internal representation) [Data Store Entity:"29c9c1bd-6809-486b-8da1-f993cd872bbc@867691"] [Data Store Entity:"95bb55be-5347-4ea3-9713-b78870bbf7e3@867691"]instead is there any way to get name of those entities like "employee","education" ,something like that.Thanks in advance [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
I want to refer to the information on the right when filling out the form on the left. I want a new page to be displayed on the same interface when I click the product name on the right. How can I achieve this operation?
We are using an editable grid, we have a requirement where we need to display a textbox when a particular value (Other) is selected from the multi dropdown list other wise it should not display textbox. Please find the attached screenshot for requirement reference.
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.