-
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 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 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
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.
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?
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 ", },
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
Code ------------------------- a!localVariables( local!currencyValue: a!currency( isoCode:"USD", value:-152552.774, format:"SYMBOL", decimalPlaces:2, indicatorAlignment: "START" ), stripwith( local!currencyValue, "$" ) ) Output -------------------------- "(152,552.77)" I need the output as "152,552.77".Can some one help to rectify the code
I got error when deploying a package, there seems some missing objects, but all uuid, how can I find the objects by uuid
I am looking for a way to activate the Process Model as soon as a user opens the record summary for the first time. Additionally, I want to record the time when the summary was first accessed. Is there any way to achieve this? One possible solution that I thought of is displaying a button to start the process model when the summary interface is launched.
company's OneDrive account. I usually delete and change file names to correct them. However, this time, I was changing too many GB using OneDrive at the same time as the sync issues are happening at the home folder level and I don't want to use Disable File On Demand Fetch Lover Content because I have too many GB intentionally not on my computer mine.
Hi All, we have process model A ,B ,C ,D A is created by Duplicate existing process model D B is using A as Child C is using D as Child when we are saving process model A we are getting parent process warning :- This process model is used by the following process models which may be affected by your changes. If you continue, the owners of these models will be notified. B and C is affecting I checked all the nodes of C but we are not using anywhere process model A then why we are getting this warning for C
I have a dropdownfield whose choiceValue are from an api, the records from api are more than 5000, but pagingInfo only allows 5000 at max for batchSize, how can I do to put all choiceValue in this dropdownfield?
How can I do fuzzy search on text field when queryrecordtype, like "like '%text%' " in sql
I am always indebted. I have a question for all you kind people.Store the array obtained from the record type in the first local variable.Stores a new array that adds part of the value of the first local variable to the second local variable.This second local variable will be used to display the graph. The first local variable stores data corresponding to the rule input value, if any. However, in rare cases, the value entered may not exist for the record type being queried. At this time, the value of the first local variable will be []. Here comes the problem. When defining the value of the second local variable, there is no problem if the first local variable has a value other than []. However, if it is [], the addition process will not be possible and an error will occur. I would like to solve this problem, but are there any appropriate functions or ideas? When defining the second local function, if I included an IF function or a NULL check, the variable definition did not work. If a
Hi, I need help with how can we convert the number 32354645 to 32,354,645.00 or -922692.31 to -922,692.31. Can anyone help with logic. Thanks!
I have created a record type and used that one in one of my interface. I can filter it using Country Field. After a certain action - by clicking that Initiate the amount transfer Icon When I go back the previous screen I am expecting to have the 1st screen (which is filtered based on one specific country), but it is NOT a case - I am seeing everything. In refresh option - I have unselected all. Is there a way to achieve?
Hello, I have a requirement where the text field should get auto-populated based on the previous action. Once the text field is auto populated I have 2 possibilities. 1. the user can click on submit without making any changes to the text field. In this case, since there is no user interaction, the value is not storing to the saveinto local variable. 2. the user can change the text field value as per their choice. In this case, the value is saving to the local variable, but it's not reflecting in the text field, since in value parameter there is another local variable. a!textField( label: "File Name", labelPosition: "ABOVE", value: local!prepopulatedName, saveInto: local!docName, refreshAfter: "UNFOCUS", ), Here, local!docName is the variable created for storing the value for this text field. local!prepopulatedName is the field from where it's getting auto populated. Can someone please guide me here?
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.