-
Recently active
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??
Hi Team, I have a process model which has around 5-6 nodes running in a loop. At one go the loop may have more than 1000 items to be run. The process model gets paused by exception after running the loop for 1000th time. Do we have any limit on number of times a loop can run in one go? If yes, how can we handle the exception if we have more items than the maximum limit ? After the loop we have few nodes to run which gets stopped as the process model is getting paused. Appian current version : 21.1. Will soon migrate to 22.2. Any help is appreciated. Thank you.
Hi, "Expression evaluation error [evaluation ID = c3662:90d03] in rule 'bc_frm_addasset' at function a!dropdownField [line 114]: A null parameter has been passed.". An user cannot edit an asset when an UoM is deactivated. For eg. if Meters is deactivated in UoM reference table, then an user trying to edit an asset with 78 Meters as quantity can't edit the asset as it throws an error. So I am trying to use intersection function but getting the above error. Any suggestions how to fix this? TIA a!dropdownField( label: "Unit of Measure", labelPosition: "ABOVE", placeholder: cons!BC_TEXT_PLACE_HOLDER_SELECT_VALUE, choiceLabels: property( local!unitOfMeasurementList, "description", null ), choiceValues: property(
I am looking for presentation ppt or pdf file to present Appian to my management team. It should cover What is Appian and how it will benifit the project if we will use Appian. I am not fidning any presentation in this direction.Please share with me if anybody have any Appian related presentation available.
Hi, i unable to edit the data in editable grid. getting the below error. An error occurred while executing a save: Expression evaluation error: Local variables that refresh on every evaluation using "refreshAlways" cannot be saved into. Therefore, the following variable is not a valid save target.
Hi Team, I want a text to be bold and underline and also apply a!safelink to some page in the UI. Can anyone please help as when I try to use a!richTextDisplayField in the label of a!linkField , I am getting some encrypted value as both of them are not working together. Regards Bihitak
Hello, I'm trying to create a gridLayout component whose components can be hierarchically selected (this means, clicking on a specific row will also select all its subrows, and their respective subrows, all the way til the last hierarchy level). The thing is, I've assigned an unique id to each row from which I can know its parent rows, but in order to build this selection system, I should be able to loop over all row ids so I know if they have specific parent rows. Hence, my problem is getting all row ids. Is there any way to do it?
What would be the best way to conclude which of the two values ( text type ) is higher ? touniformstring(1500000)<touniformstring(14285714) : this is returning as false . ( O/P should be True for mathematically to be correct ) touniformstring(1245) < touniformstring(2234) : This is returning as true as expected . Is there any other idea to compare two text type value's to find out which is higher ? P.S : The value is of text type . Changing the value to a number or decimal is out of scope .
Good Day Experts, Can anyone please help me to skip SSO on embedded interface ? Instead of SSO I wanted to use generic account or service account for the Authentication and Authorization. Thanks in advance. Cheers, Kalai.
How to configure a timer to trigger on 1st and 15th of every month? pls let me know if any solution.
Hello: Can a process model pass back data to the record view interface when the user either cancels or submits a form within the process model? The scenario I am looking to handle is when a user clicks into a record view from the record list view. Within the record view, the interface has selectable tabs. The user usually selects a different tab before starting the process model. The issue I am having is when a process model is started from a record action on the record view interface, the selected tab index within the record view is reset to the original selected tab index of when the user entered the record view. Is there a way a process model can pass the selected tab state(or any data) to record view once the record action in the process model is cancelled or submitted? Thanks! Tony Plaza
Dynamically display
Can we change interface window size ? As we can do for Related Actions for records, by clicking on link item on a grid ?
Hello Everyone, Is there any way that we can have a text on the image.
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.