-
Recently active
Good morning. We have a use case with a grid that has as data source a record and we need to select all the elements of the grid.The grid allows us to select all the elements at once, but only those on the first page.We also use user filters so that the data in the grid can be filtered by those user filters. We have created a button to select all the items in the grid at once using a query, but we cannot filter that query with the user filters in the record. Is there another solution to be able to select all the elements of a grid using a registry with user filters?Is there any way to access the internal query that appian makes when using those user filters to be able to use them in the query? Thank you very much.
Is there a way to get list of unused plugins across the environment?
Hi Folks, I am trying to import around 15mb of data (via a .sql file) in maria db through the import functionality; but it's not allowing and showing error message as shown below. Anyone knows what the alternative for this is as we are gonna import gb of data from the legacy system to appian as part of data migration. What is the max size that Appian maria db allows? Regards, Ghanashyam
Hello I uploaded 10 pdfs, did mark the labeling then submitted for training how long does it take before i can publish, is it 30mins ? Is there some way to calculate this time 10 docs, 50 fields each page one page doc, structured pdf , ex:insurance Acord form
Hello,I am using Cucumber for Appian for Automation testing. I am using syntaxGiven I populate field type "File Upload" named "FIELD_LABEL with "VALUE" to upload a file. I have tried giving absolute path of the file in "VALUE" and I get error message:<<An error has occurred: Wait for Field Type - FILE_UPLOAD - File Upload>>
We are facing slowness sometimes timeout error with UI. On Ui we are displaying 10 columns and one with record action icons also. Data type is record type and layout is read only gridlayout.Using logical expression to filter data and user filters.The record is queried at many places in application. Please suggest what can be possible issues because we are facing it frequently.
Hi All,We are using Fill PDF plugin in our project. We are getting the contents.error.alertMsg error sometimes. In some previous thread, its mentioned that this will come when there is some null value. I provided " " values for null values, but still getting the same error. Any insights on this issue.
My requirement is that i have an editable grid which has lets suppose 1000 rows and i have to only sent the updated one to Database. i.e. if user change 3 out of 1000 rows then only 3 should be sent to process model or a!writerecords for updating this to DB rather than sending the whole 1000 rows. So what i did i created two variables for fetching record data from DB. 1 containing the original data and second containing the changed data, Now my requirement is to compare both these variables so that i can find the changed data which can then be sent for update.
For a while now we are getting JAXB errors in several different process models with the following error or similar to this error. Difficulty is that even if it will return the same error; where the error happens might be in different parts of the same process model (see below), but mostly it will break on the start process nodes from what I can see. We tried removing special characters or smileys from any fields that are passed to the process with clean(), since we feel like this might be causing the errors, but so far no luck yet. Any help would be appreciated!*Please note that I have redacted a large piece of the errortext for privacy purposes. Including parts that might contain the possibly disallowed characters/smileys etc. In this specific example I think it might have been the character ü, but we have found that it is also possible that the character that will break the process is only visible in our main database (not in the MariaDB) as a blank space which makes findin
Let me explain my situation: I have a workflow where certain actions are performed. When a user, let's say XYZ, initiates the process, they are initially assigned as the assignee. However, I need to be able to change this assignee. To handle this, I've created a separate workflow where I only capture the latest active tasks. From this list, I select the task for which I want to change the assignee. Once I reassign the task to a new user, let's call them ABC, I need all subsequent tasks initiated by input to go to this new assignee. To clarify, after initiating the process, I continue working with the same input task when I am the assignee. However, after reassigning the task through a different process, I need to capture the latest assignee for that process, even new assignee's information is already saved in the database. Please let me know if you need more information or if you have any suggestions.
What are three ways to trigger a process from a process model? Use a!recordActionItem(). Use a Start Process smart service. Run a!startProcess() from a script task. Call a web API. Use a subprocess
You are configuring a Related Action for an entity-backed record type. What is the proper domain prefix to reference the record data that will be passed into the Process Model as context for the Record Action? ac! rv! pv!
We have a few draft models saved by a developer that is no longer around. Though the same have been updated and published, when the process runs, it shows the ex-developer as process initiator. Is this a known behavior? Is there a way those draft models can be deleted? Thanks in advance.
I am creating a dynamic intake form in case management studio where the visibility of few fields depends on values of previous fields. Without using local variables, I am facing cache issue when the values/selections are changed in the previous fields . In the interface I don't see any submit or save button to pass no the values from local variable to rule inputs. Please suggest how to handle this situation.
Hi, I have a record type where in I have related actions, I want to access one of the related action using URL. Please help me with an example. Thanks,
Hello, I have the following code that calls an integration and it returns a file which saves in the file local variable. I must be able to click the same link then generate and download the file stored in local!file integration: a!localVariables( local!file, a!richTextDisplayField( value: a!richTextItem( text: "Download Document", link: a!dynamicLink( saveInto: { rule!ADC_Gerar_Relatorio_Campanha( idCampanha: "2C918D8783461A630184BEC5E4453392", onSuccess: { a!save(local!file, fv!result.body), }, onError: {} ) } ) ) ) ) What solution would you recommend me? I have tried through an WebAPI as well:a!localVariables( local!relatorioCampanha, local!docId: rule!ADC_Gerar_Relatorio_Campanha( idCampanha: http!request.queryParameters.cid, onSuccess: { a!save(local!relatorioCampanha, fv!result), }, onError: {} ), a!httpRespo
Hi, we are using import excel to db plugin to dump data from to excel to DB. It is reading the data from excel cell. But if the excel cell contains "- ", / "$" then the plugin removed the value from the content. For example: Excel Cell Contains "Testing - Monday", then in staging table contains "Testing Monday" Excel Cell Contains "Testing$", then in staging table contains "Testing". Is anything we missed. Can anyone help on this.
Hi Community, I have an issue when I want to deploy a constant to another application. The constant value is: 5jb899cdn1ag1gm28jvcyacrp The error that happened in Deployment Log is: content _a-0000e8aa-454b-8000-9c1a-011c48011c48_3537223 "TFO_KEY_CONST": An error occurred while creating content [uuid=_a-0000e8aa-454b-8000-9c1a-011c48011c48_3537223]: The constant [id= uuid=_a-0000e8aa-454b-8000-9c1a-011c48011c48_3537223] was not created because a value for the constant must be provided in an import customization file when it is environment specific (APNX-1-4071-054) (APNX-1-4071-007)
Hello, Is the Rule Event node supposed to break activity chaining? If yes then could someone point me how to achieve something similiar? I've got to wait for all incoming 0 to 4 flows to finish and then start the Statuses PM, all without breaking AC so i thought rule event was perfect for that but its breaking the AC. I know adding XORs and dummies in each route going into AND would solve this but im running low on nodes so maybe theres more efficient way. I'm on Appian 23.4 Thanks!
Hi, I have two environments (one is hosted, other on premise). In hosted environment Send Email Smart Service works without problems, while same code in on premise installation doesn`t.We`re using the service to send an email to the person who started a request. The configuration is following: = toemailrecipient(user(rule!HR_GetUsernameByEmployeeId(pv!recordsUpdated['recordType!HR Absence Request.fields.employeeId'])[1],"email")) Do you know what could be the reason for this to work in one setting and not in the other? Kind regards, Nejc
Hi I have UI screen interrace which consist of custom plugin and Appian SAIL component (button). Is there a way to pass event to plugin in response to outside UI events. I want to invoke a function inside my custom plugin when submit button is clicked. How can I archive this?
Hi, I'm looking for a way to start a process by a given url, the process is now in a record action, in any case I can start it as process model, without any record action's relation because of I can send parameters to the process model. Any idea how to build this url? Thanks in advance
Hello all, Recently we have found that the Appian servers has the following vulnerability in the Engines using the port 7070. Web Server Uses Plain Text Basic Authentication. Vulnerability Result GET / HTTP/1.0 Host: appian1.example.com:7070 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; .NET CLR 1.1.4322) Performing a 401 HTTP actionService Name: HTTP on TCP port 7070. HTTP Service Accepting Basic Auth Credentials Detected I have been checking in the documentation, but there is no information about how to change the configuration to avoid using text plain authentication for the engines communication. Thanks a lot in advance, Best regards,
hi, I am trying to build a landing page with three panes. middle pane has a grid with 10 columns, It ends up showing three and adds horizontal and vertical scroll bar. Is there a way where I can adjust the pane, so that it fits perfectly and shows entire grid. Already tried width component of the pane. Doesnt add difference
Hi All, i have a query related to using join in expression as you can see their is a logic mentioned in below code which is i am using in a database view but now i need to use this logic in expression rule to fetch the data so any one can help me to implement this logic or you can give any example we requird the filter on below case SELECT a.IDeChangeAffectedElements as IDsiteHistory, a.eChangeRequestDetailsID, a.siteid, a.sitename, a.location, a.network, a.elmid, a.elmalias, a.elmaddress, a.createdby, a.createddate, a.modifiedby, a.modifieddate , b.plannedstartdate as startdate, b.plannedenddate as enddate, b.EtimeCode FROM eChangeAffectedElements a WITH(NOLOCK) left join eChangeRequestDetails b WITH(NOLOCK) on a.eChangeRequestDetailsID = b.IDeChangeRequestNumber
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.