-
Recently active
Hello, Is there any way to add a dynamically generated dropdown inside of the Appian navigation bar? For example, I have a database table filled with a value that I would like to 1. Create a dropdown record for each value 2. When selected, open up an interface with that value passed into it as a rule input Thank you, Nicholas
I am getting below error when try to navigate through various Windows(WPF) app controls. Can any once please help to resolve this issue? Getting stuck in recording due to this error and tried many things but nothing seems working. And this error is coming on various control like text, Toolbar etc.
I have a few dropdowns in my interface, however when selecting the dropdown, choices are being constrained by the UI component they are housed in. This is leading to dropdown options being unable to be selected. How can I have the dropdown choices overflow the UI elements? (Prod) The strangest thing about this issue is that the dropdowns overflow as expected in my prod org, but doesn't work in either my Dev or QA org. My Prod org is 23.4 vs my Dev and QA orgs being 24.1. Any help would be greatly appreciated!
Hi All, We have the requirement to retrieve & show the Emails send to the Users in the read only format. In the Email content it contains URL links, tables so i archived the table content with the richTextFieldWithTables function but we need to show the URL link as Link but it is taking it has text. Please find below screenshot In the Preview mode we could see the Table & the associate URL Links but the URL displayed as text instead of Link. So please suggest is there any way to show the URL in link
Hi Appian User, How Can I collapse the UI vertically?" "i want collapse on the right and not upwards., how can we do that."
Hi everyone, I'm seeing this behaviour which I cannot explain. Could anyone recommend me a solution or reason for this behaviour? I'm having an interface with gridField(), one of the grid column's value is richTextIcon() containing a submitLink() to kick off a process model. Please see below the code to build up my grid column: a!gridColumn( align: "CENTER", label: "", value: a!localVariables( local!showLink: false, a!richTextDisplayField( value: a!richTextIcon( caption: "Re-open Case", icon: "folder-open", link: a!submitLink( showWhen: local!showLink = false(), saveInto: { a!startProcess( processModel: cons!PRO_PM_REACTIVATE_CASE processParameters: { noteContent: "This case was re-activated", caseId: f
Good morning, I am creating an integration with Grafana to display graphs of Appian metrics. My question is, can these metrics be extracted from the Appian logs, from which logs? Thank you very much.
Hello all, currently I have 3 org, dev, QA, and prod. I have made new inserts in a cloud data base table in the dev environment. Given that the same table in the QA org have the same 14 entries as the table in dev org, what would be the best practice to deploy the update from said table from the dev to QA org. Any help would be appreciated.
Hi All, Can anyone please help me how to change the color of button using recordaction in interface.
Hi,I am not able to see properties of any node in process models of all applications. I verified all the permissions everything is fine.Here I am attaching snippet for reference.
I'm using record field action as edit supervisor questionary button in the interface. I have a requirement that as soon as someone clicks the record action field, it should update a field in the database as edited by and when submits it, again the same field should be modified to submitted by. How can I achieve this?
Hi. I am getting an error trying to parse a list of docIds and convert it to a list of cdts I made. The cdt are of the form projectMouDocument{mouId(int), docId(int)) I pass in a static mouId and a list of docIds.Heres my script for the output into a process variable that is a list of projectMouDocuments. I expect to get a list of projectMou documents from this. a!forEach( pv!documentIds, cast( 'type!{urn:com:appian:types}DSC01_projectMouDocuments'(), a!map( docId: pv!mouId, mouId: tointeger(fv!item) ) ))Error in script task : An error occurred while evaluating expression: projectMouDocuments:a!forEach(pv!documentIds, cast('type!{urn:com:appian:types}DSC01_projectMouDocuments'(), a!map(docId:pv!mouId, mouId:tointeger(fv!item)))) (Expression evaluation error at function a!forEach: Error in a!forEach() expression during iteration 1: Expression evaluation error at functio
I have a PM with a non start form interface in it that can acquire a list of documents from the user before going on to the next node of the pm. All the inputs are set up correctly (saveinto and the form has its inputs set up), I have confirmed that the value is saving into ri!documents when testing the interface. However when it gets to the PM after submitting the user input task, documents is nowhere to be seen.
Hi all, we have a record based on a view, so no sync options is possible. The view is quite complex, it takes 10 second from db side and 20 seconds on Appian side to be executed, The record list works correctly, we have inserted the record in a site and we show only 50 rows per page, but when the user click on the record link in the list that should redirect him to the summary view the APNX appear Substituting the record link with an a start process link where we call the same interface of the summary view it works, but for another reason we cannot use this strategy We are in cloud, appian versione 24.1 2024-04-25 15:39:15,835 [ajp-nio-0.0.0.0-8009-exec-481] ERROR com.appiancorp.rest.record.data.RecordRestService - Unable to retrieve record summary for record w/ type RecordType [id=836, uuid=bdd54fd9-3928-41bc-876e-5bf67f3cf465, name=All Events Incidents, sourceTypeStr={http://www.appian.com/ae/types/2009}DataStoreEntity, sourceUuidStr=0d398e47-7f8b-45ee-9075-b62c963b4b72@_a-0000
I have created a read only grid using queried data. Now I want to export it to the excel sheet. Besodes, I am also able to export it to the excel sheet using export data store entity to excel smart service. The issue is I have a column active date in the database table as "date timestamp" but I want it as only "date value" in the sheet. And this should be done automatically when someone clicks export to excel. How can i achieve this formatting?
I have an editable grid when i go to add a row and fill it with some values and then clone the same row.I want to know that if the user clones or the data of both the rows is the same then the flag should be set to true and if the user clone the row and then change the data in that case set the flag as false. can anybody help me to make expression rule. Thanks
Hi All, I have a form like this with multiple steps. For some action, I don't want to display some of the steps. ( For action A, I want to display only the form 2 and for the remaining actions, I want to display all 3) Now I am storing the label values in a local variable. Can someone help here please on how to have the conditioning local!formSteps: { "Upload Document", "Add data", "Add other details ", },
I have a requirement to show a record with a hyperlink in excel after exporting to excel just how we show in a grid with record link. After clicking on this link in excel it should open this record. Is it possible to implement?
Use Case Screen-A Have text field and button to send value to Screen-B Screen-B Obtain value from Screen-A and display form based on obtain value. Solution that I tired 1. Record Action: Does not work because can't send value to Process Model 2. Related Action: Does not work because It can send only static value. not a value from Screen-B I search for some forums and there is solution of using starProcessLink but, It is limited to hyperlink. Not work as a button. Maybe I have to create cardLayout to simulate it as a button and use startProcessLink inside? Thanks!
Hi! I need help!!! I want to use a!aggregationFields and filter together how can i get it
Hi, Over time, Appian users have been deactivated. When process models created by these deactivated users are modified by a change to a sub process model, then warnings are sent to deactivated users. Would like to stop this happening by reassigning the process model to a active user. Regards
thank you always.I would like to ask you some questions about Appian's features.Where can I create the "query rule" displayed in the object list? I don't see any options for creating a new object.Is this a legacy thing?I apologize for the basic question, but thank you for your understanding. いつもお世話になっております。Appianの機能についてお聞きしたいことがございます。オブジェクト一覧に表示されている「クエリルール」はどこから作成できますか? オブジェクトの新規作成の選択肢には見当たりません。これはレガシーなものなのでしょうか?初歩的な質問で恐縮ですが、よろしくお願いいたします。
Actually, I had my passwords correct for the login, but I don't know for what reason I have been thrown up a message that my password/username is invalid. So, I tried to reset my password. When I'm trying to reset my password, I am getting a pop-up that my password reset link is expired even though I have opened the link right after I got the mail. No matter how many times I tried, I am getting the same issue. In the end I'm neither able to logon nor reset my password. Can anyone help me out.? NOTE:- I am new to appian. Don't have much experience with appian.
I'd like to populate a dropdown with all users in our Active Directory but do not need all the users in Appian. I've seen some threads on Azure AD but mostly to do with SSO which isn't the case here. Just would like data to be populated based on that Directory.
Hi, I am trying to add page on Acme Auto Mobile Exercise. I keep getting error HTTP code: 504 message when adding the Record List and Content. Does anyone know a workaround for this?
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.