-
Recently active
I have added two new columns to the CDT, When I am deploying these changes to production.are these two new fields mapped to the existing instances or not ? Pls explain with one simple example. Thanks in Advance!
Can we set character limit for rich text field
Hi All, As the application name and its prefix has been changed after the half way across the development, we are now in need to change the existing appian objects to the new prefix. While doing so, I'm trying to change the CDT, Data Store etc.. ( AFAIK while is the most tedious task) but getting the below error : is there any best practices for changing the prefix for CDT , DB tables , Data store , records etc ? Can someone please elucidate ? Error snap shot : XSD File EM_table2XSD – < 1 KB The name and namespace of the new version of the data type must be the same as the current data type's name and namespace. Received namespace: urn:com:appian:types:EM, name: EM_table2
I have an expression that takes in a dse and spits out the column names of everything in that dse. Unfortunately, the way it does this is by querying the dse and then running a!keys() on the first entry of the result to figure that all out. While this works perfectly well when the dse has values in it, it will error out if the table is empty. So is there any way to get the same information directly from a DSE that doesn't have data in it?
An often occuring frustration when testing out an interface is that it will work fine within the interface editor, but once we throw it on a site, something goes wrong. That wouldn't be too big a deal as it's all part of development, but whenever we test interfaces on a site, there is no way to see what values the variables are getting for diagnostic purposes. We can hide/show the components on the site, but is there some way for developers to also see variable values?
HI All, I am using a!fileUploadField for uploads file, which has validated to allow only "PDF" file, Our ask is, if uploaded file extension is not PDF, shall remove immediately, how i can do that? Note:- file upload feature i have given on a grid column and it's single select.
Hello, We are using MS Graph Email Poller for our project, and we upgraded to the latest version 3.1.0. Based on the documentation we followed all the instruction but we are getting as ErrorMessage: "Error executing the request" nothing else, could you share any insight what can cause this? Thanks Suhas
Good morning. I have a flow where an inclusive or node is used to branch one or two branches in parallel. However, when putting the convergent inclusive or node, the process continues when the first branch arrives and does not wait to synchronize the arrival of the second branch when both branches are fulfilled. What am I doing wrong, how should it be done? Thank you very much and best regards.
On the portal https://docs.appian.com/suite/help/22.1/Testing_and_Debugging_Problems_with_Process_Models.html mentioned:- Editing Process Optimization Reports Two reports are used to generate metrics that can be displayed in the process modeler. Default Process Model Optimization Metrics Default Process Optimization Metrics These reports can be found in the Objects View by searching for them by name Where can I find these 2 reports. ?
Hi, Which inbuild appian method should i used for clicking a button which is having tag <Strong>?
Hi, There is a button called 'Create' in our application. i am trying to click on that button using 'clickOnButton(Button Name)' ,it's not even clicking that button and getting failed. but it's having button tag
I set in the User Task the ReAssignment privileges to "No privilege" because I don't want that a user can reassign a task if another assigned the same to himself. But the "Reassign" button keeps staying when I open the task. Any advice?
Hi Team, I have a requirement to call a process model inside the button saveInto using a!startprocess function. But when i am using the function the variables declared inside the button saveInto are not updating. Any Idea on how to fix this issue. Thanks in Advance
Hello, I am currently having some issues with validation groups on a button I have in a child interface. I will be referencing the picture below. The Save button on the bottom right has validate set to true, and is in the validation group "save_1". The fields "Expected Effort & Expertise Level" and "Total Payment Amount" are set to required, and are also in validation group "save_1". The whole section Organization Details is in a child interface, and the Section Add Participant Search Criteria is part of the parent. When I click the Save button, the fields from Participant Search Criteria are also validated despite not being in the validation group. I understand this can be avoided by placing them in a separate validation group, but that forcibly removes the asterisk (*) from the field which is unwanted. Am I possibly missing something about the validation group, or am I out of luck? Thanks.
I'm trying to generate a PDF Document based on data collected in an interface, including some charts that Appian generates based on some of that information. However, I can't figure out how to get the charts into the PDF. I tried using the "Generate Chart Image" Plug-in but it completely changed the formatting of the chart and doesn't look nearly as good. Does any one know of a way to get the charts into a PDF document (or other kind of document that could be converted to a pdf) while keeping the same formatting? Thanks in advance.
Hi All, I need to get the list of deleted process instances. Please help me how can I get it?
Hi Folks, I have to iterate the loop in my process model. But second iteration not getting happened. Get stuck in xor node. Please suggestp
// Getting below error after uploading input file //Expression evaluation error [evaluation ID = a2059:3adce] in rule 'cb_headervalidation' (called by rule 'cb_fileupload_ui') : com.appiancorp.suiteapi.content.exceptions.InvalidContentException: Invalid Content ID a!fileUploadField( label: "Upload Star Details File", labelPosition: "ABOVE", target:cons!CB_UPLOADED_DOC, maxSelections:1, value:ri!starDoc, saveInto: ri!starDoc, required:true(), validations: if( isnull(ri!starDoc), "", { rule!CB_HeaderValidation(document:ri!starDoc, headers:cons!CB_STARDETAILS_HEADERS), { if( fv!files.name = "StarDetails", "", "Incorrect file name, Please upload the StarDetails File" ), if( fv!files.extension = "xlsx", "", "File extension should be .xlsx" ) } } ) ), Rule Header validation: a!localVariables( local!columnHeaders: readexcelsheetpaging( excelDocument: ri!document, sheetNumber: 0, pag
Hi, We have an interface where against each employee we have to store multiple languages. can someone suggest whether I can save the data using a single rule input or do I need to take multiple rule inputs?
So I've been configuring a send e-mail node and for some reason it wouldn't send out an e-mail. The node wouldn't error out, but no e-mails were getting sent out. It was driving me crazy until on a whim I decided to remove the variable I had sitting in the subject line to make it dynamic and suddenly it works perfectly. So the e-mail only seems to get sent as long as I don't put an expression of any sort other than a literal string in that subject line. Is this a bug, or is this expected behavior? Assuming it's a bug, can we get it fixed?
Hi, Is there any way to see where a process has been triggered from. In other words, can I see the 'super-process' which led to the execution of the current sub-process instance.
I am planning to do a POC on Test Automation using Appian Selenium on any application built on Appian platform. Could someone please help me out on how to setup and configure Test Automation using Appian Selenium API? On pre requisites like what all software need to be installed A sample Application built on Appian platform that can be used as AUT General configuration and setup
Hi Team, I need to set the timer which shall run at 4.55 am every day and get data from view which has range query 5am last day to 5am current day when the job ran, but it is not getting the data even though all timer are set right in PM and in range query of DB. The process gets executed at 4.55 am but it does not get data , but when we check view manually it gets the data. So at what time zone this PM is running? And what time zone DB is running? is it GMT I am little bit confuse that shall I un-check this box "Override with Initiator's Time Zone" as it is by default checked. Regards Bihitak
Message driven beans can use aliases for routing the email messages received. You can create aliases for process models UUIDs, process model IDs, processes, or events. Configuring an email alias is recommended when handling legacy email addresses. To add a routing alias: Open (or create) <APPIAN_HOME>/conf/custom.properties. Add a custom alias definition using the following pattern. conf.mailhandler.alias.= For example, with an email alias of HelpDeskRequest@mydomain.topdomain, define a process model start event target using a UUID with the following parameters. 1 conf.mailhandler.alias.HelpDeskRequest=processmodeluuid0004cedf-a045-8000-234b-c0a8031014c0 What does alias means 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.