-
Recently active
Hi All, Am getting error message stating Activity class parameter keys must be unique across custom and non custom parameters after clicking validate process model. Can any one let me know how to troubleshoot this error suggestion? Thanks in advance
An Error Has Occurred An error occurred while applying the context for the ZMS_ST DBA Case related action [identifier=126]. Details: No process parameter found corresponding to override [name=pv!processId]. Non-parameter process variables cannot be overridden.
Hell Dears, I am working on a project that contains multiple tables, what I noticed while I am working on a table is that the column width is set based on the column name width. In other words, if I have a long name of a column header this column width is larger than the column that has a short name. I am looking for a way to set a column width based on the column values rather than the column name. Would you please help me with this issue? Thank you in advance
Hello, I have a wizard interface set up where each section of the wizard calls an interface rather than having all of the code in the same object. The interface object I call has a number of text fields that run an email notification process. The text fields are all working properly and all the input values are saved in rule inputs. (When I type my name in, and then move to the next field, the value I typed persists and does not revert back to the placeholder value). However, when I call this interface in my wizard, the value does not persist and reverts back to the placeholder value. What am I missing? Thank you, Jason Bongiovanni
I have an editable grid where user can add new records. UI is build on New Record Syncs. When i click "Add something" link, getting below error. this issue is happening when the grid/whole interface is empty. For example, if i have records in another sections, then it is working fine. Everytime we click on add, i am saving specific data to columns. Could not figure it out what this error is saying. Attached code of that UI, any help appreciated. a!localVariables( local!refTickerData: rule!SRT_QRY_tickerReferenceRecordType(pagingInfo: a!pagingInfo(1, 5000)), local!labels: { "Equity", "Fixed-Income", "Other", "Review Required" }, local!filterSelected: if( ri!filterSelected = "1 ADJUSTED", 12, ri!filterSelected = "2 ADJUSTED", 13, ri!filterSelected = "3 ADJUSTED", 14, {} ), local!data: ri!portfolioData, local!adjustmentOne: if( local!filterSelected = 12, if( a!isNullOrEmpty( index(
Hi All, I wanted to transfer the data from cdt to Excel, but earlier the Export cdt to excel smart service was thr but recently it is showing as deprecated, how to handle this now? Thanks in Advance
Hello Team, Let's imagine that I have the following case: two users open the same interface (summary view page of a record) and there is a section with multiple actions (cards with startProcessLink to initiate different actions); First user trigger one of these actions. A process model is initiated (everything chained) and the process is completed. Since this is chained, after the completion a LV is refreshed (this LV will be used on a condition to enable/disable the visibility of the button that I just clicked on) and the button is disabled for this user; Second user with the same interface open still can see the button. Do you know how to prevent that the button is visible for the second user? I was expecting that after the first user completes the action, both sessions will be refreshed, however only the sessions for the user that performed the action is being refreshed. I understand that I can create a condition on the PM, and as soon as the user click on the button (the
Dear Practitioner's, I have a process model with a Start Event Timer configured to run periodically. The scheduler must be enabled/disabled based on a feature flag which is nothing but an entry in a DB table that returns a true/false (via a rule XYZ_isFeatureEnabled(name: "<featureName>") ). I tried to add a timer condition with expression in the Start Event but it does not fetch the latest value from this table and requires the process model to be re-published to get the latest value from DB. Is this a standard behaviour when it comes to Start Event Timer? I had to fall back to the OG method of adding a XOR gate after the start event to check if the feature is enabled/disabled and simply route to an End Event when it's not enabled. This works but I was trying to avoid triggering an instance itself. Any thoughts?
I need to create a user interface. The interface consists of multiple sections, each section will have it's dedicated submit buttons. Each section will have it's own dedicated required fields (using required parameter of field) and fields validations. Now, when I use buttons in each section with validate as true, it checks for the required validity of every section, though that button is not dedicated to those other sections. How can I make it to check only the requiredness and validation of the section which it is dedicated to. In the attached code, when I click "Submit as Future Hire" or "Onboard Employee Now", besides checking the validation or requiredness of the section fields in which it is placed, it is checking for other section as well. Validation groups are also not working properly, when I click "Onboard Employee Now" in first section, it checks for validation of fields "Phone Number" and "Start Date" for first sectio
Hello, I had added a CALL INTEGRATION smart service in my process model and couldn't modify its properties as shown in the picture, while i open it from another user with the same security rules and it works properly. Note that my user is system administrator and included in the process model creators group. I also checked the process folder's security and everything seems fine. Any Advice?
I am trying to setup a connected system to an API provided by another client. They're using OAuth 2.0, but they're expecting the client_id and client_secret in a JSON format, rather than the x-www-form-urlencoded which Appian is sending. Is there a way to change this configuration somewhere?
Hi All, We have Appian on premise in my current organization . I am thinking of building a utility which can fetch tomcat logs in a Appian UI and user can search the logs on the basis of Appian UI search filters . Please let me know if any one of you have done the same in past or if you have suggestions to approach this particular problem .
Hi, Can we shade the rows with different colors in READ-ONLY GRID based on condition? Thanks in advance.
Can anyone please explain why Task will not show in the Tempo after it has been assigned? Please have a look at the attached screenshots. Thank u all in advance.
Hi, I am making an Asset Management application. I have a functionality which allows me to create new assets with information such as asset name and asset Id. There is also an ability to add images of the asset in the interface where I have used the a!fileuploadfield which points to a constant which is a folder that stores the images. Here is the code for the same. /*a!fileUploadField(*/ /*label: "Asset Image",*/ /*labelPosition: "ABOVE",*/ /*target: cons!G1_folderAssetImages,*/ /*value: ri!G1_Assets.imageId,*/ /*saveInto: ri!G1_Assets.imageId,*/ /*required: true,*/ /*validations: {}*/ /*),*/ I want to make a summary view (Interface) which shows all the information about the asset along with its image. But as of now I am just able to show the image id. Is there any way I can dsiaplay the image in this new interface?
Hi I have requirement where i don't want to show the field if it was null in summary view if it has the data it has to be displayed. the source of the view is interface in that interface the source of the fields is View. so could you please help on how can display this accordingly
Hello, Is there any way to update rule input values as soon as local variable is updated? Do I need to create Process model for updating rule input values?
Hi Everyone, More curiosity about to know more capabilities about Appian compared to other workflow tool. For example, low code...etc features and capabilities. Thanks In Advance
I have a Summary view interface with tabs at the bottom that each display another Read-Only Grid interface displaying info from related tables. I need to be able to have the information on those tabs to only show the records related to the parent record being viewed on the summary view. I know you can set filters at the Read-Only grid level on the individual interfaces, but at that point there is no parent record to reference so it returns an error. Does anyone have a way around this?
a!localVariables( local!path:{ id:"1", name:"Method", type: "331324", numberOfChildren: 3, isDrillable: true, image:cons!EA_EMP }, local!name:{ { id:"1", name:"Section 1", subnodes:{ {title:"subsection 1.1", id:"100", type:"264447", numberOfChildren:0, isDrillable:true, image:cons!EA_FEMALEEMP}, { title:"subsection 1.2", id:"200", type:"264447", numberOfChildren:0, isDrillable:true, image:cons!EA_MALEEMP1 } }, type:"264447", numberOfChildren:1, isDrillable:true, image:cons!PT_SUPERVISOR_1 }, { { id:"2", name:"Section 2", subnodes:{ {title:"subsection 2.1", id:100, type:"264447", numberOfChildren:1, isDrillable:true, image:cons!PT_SUPERVISOR_1}, { title:"subsection 2
Hi All, As per requirement, I have to send data in CSV with pipe separated, but for decimal data as highlighted in screenshot, its appending with ' before the actual value in the decimal. I'm using a DB view to construct the required data and pass it to Export Data Store Entity to CSV smart service in PM. In the DB data is normal but while it's generated in CSV the below highlighted issue is observed. Any leads on this issue are greatly appreciated. Expected --> -92333.00000 Actual --> '-92333.00000 Thanks & Regards Kumudini
Hello, On my UI, I have two text fields that I need to store temporarily until the user confirms their input with a button. I wanted to store these values in a local variable using a!map() function, like so: local!data: a!map( firstName: "", lastName: "" ) I wanted to initialize the variable to be a map with two keys containing empty text strings. On the text fields, I wanted to access and save this data like so: a!textField( label: "First Name", value: property(local!data, "firstName", null), saveInto: a!save( property(local!data, "firstName", null), save!value ) ) And it does not work. It just does not save the value - goes back to null, as If I could not save into the variable and initial empty strings were returned. I tried using index(), but it failed as well. May I ask for some help on this one?
Hi, Can we add dynamic link to entire row instead of one column. The below screen has link on Make field. But I need It for entire Row. Is it possible in Appian. If it is what changes do I to make to below expression. Please suggest.
Hi Champ, I want to prevent user from copy pasting from one field to other for example in the Account Number field. Is that possible? Regards, Ghanashyam
When editing a rule in expression mode, and searching for some text, the search control positions itself over the scroll window such that you cant easily scroll a single line to make the selected search result visible . Here's an example:
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.