-
Recently active
Hello, I have a use case where end users must be able to define "functions" that will be applied to values defined in the application. I was wondering if it was possible for the end users to write an Appian function with SAIL format in a paragraphField and then "translate" the generated text into an actual function ? Is it possible maybe thanks to Appian Java API ? Thank you in advance, Claire
Hi all, I need your assistance to solving the situation which is important for my project. I need to modify the logfiles which I know generated automatically. I just need to add some field in the perflog/web_api_details.csv file. How shall I do this? Is there a way to manipulate log4jconfig.xml in Appian cloud environment to capture additional information in perflog/web_api_details .csv file. Please suggest. Thanks in Advance.
Can we pull news feeds comments from db? I do not have access to the table tp_feed_entry, is it the right table to look at ? Is their any other way to pull those?
Is it normal for taskid to change multiple time during a short process model? I have a process that has a UI node, followed by an XOR and an email node. I took samples of the TP!id at the start middle and finish and found it changed a whole 3 times for a simple accepting of the task to the end of the process.
Hi - Is there any easy way to compare Appian DB Table schemas from different environments just like other Appian Objects we do Compare and Deploy? Some of the tables have custom properties which we updated from Backed through SQL scripts and was not possible from CDT. Before deploying I want to find out difference between two environments so that i can prepare script to deploy the changes. Thanks.
Please can someone have a look and tell me what I am doing wrong here ?
I would like to automatically regression-test an Appian App. The idea is to populate a dynamic, nested, conditional Appian UI with minimal to no changes on Appian side. Test cases have to be defined in AzureDevOps and using Selenium is considered an option. So far, I see two alternatives: I could image to define a REST-API for the corresponding form, if that is straight forward. By straight forward I mean that only a few lines of configuration on Appian side are allowed. The challenge is the current architecture of the interface with submit-buttons on a parent form and data to be entered in an interface nested inside the parent UI via rule-input. We tried to use Selenium (without any changes on Appian side), but the trouble is to identify the buttons or to populated the pull-down menus etc. since all elements have names which change between deployments of environments, as far as I can tell. Is there a way to inject an additional, constant, user-defined CSS-property to each an every el
Anyone willing to help with calling record data and using Record Action within gridLayout component. This I can implement using gridField, but I have to use editable gridLayout. Thank you in advance
Hi, How we can change appian default message The task may have been deleted or completed by another assignee. Getting this error when trying to open completed or submitted task by another assignee.Is there any possibilities to change this The task may have been deleted or completed by another assignee to Custom text. Please find the below screenshot for more details.[mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05] [mention:6b9f80ff18f9420082d13ef2d5121d56:e9ed411860ed4f2ba0265705b8793d05] Thanks in advance
Hi All, i have seen the confirmation of Deployment(including the count if Package and the logs) in News tab till 19.4, but once we upgraded to the newer versions, we do not get news feeds in deployment status anymore, is there a way to enable the same. thanks in advance Warm Regards Vineeth
Hi All, I found some strange behavior with the below expressions related to date and time. { /* All these worked */ now() + second() * 62, now() + minute() * 5, now() + hour() * 5, now() + day() * 5, /* These didn't work */ now() + month() * 5, now() + year() * 5 } Can someone please explain why the last 2 statements don't work, and throw cast invalid error?
Who knows how to get rid of this auto generated symbol inside barcodeField? It creates false sense of available data thereby affecting my coding logics. The screenshots of both the Interface and expression are attached.
Who can please help with ideas on how to implement Selection inside gridField gridColumn? The Mockup of what I want to implement in a UI is attached. Thank you in advance.
I am using PDF Doc from Template smart service which creates the document and I have stored it in a process variable. Now I want to display the document in documentViewerField in another interface. How can I do this? Please help.
Would be nice to have the equivalent of "Replace in Files" of a text editor but for rules. It would allow you to do a search and replace across multiple rules. It would make it much easier to do some refactoring on an application.
Hello there, I have just got certified through the new certifications programme and I am trying to understand what are the courses I should take in order to keep the certification active. Can anyone help me to identify the mandatory training? Thanks a lot!
As there are more and more ways to embed Record Types in interfaces, it would be really nice to be able to specify the text in the Record Type placeholder. This would make using OOTB Record functionality in translated applications easier. ref: https://community.appian.com/discussions/f/general/14673/search-bar-in-records
Hello All, We are working on a project where in we are sending a link into an email. That link consists of a URL of web api that has been built inside appian. This works fine when user who clicked on a link is already logged into appian or have SAML enabled account but for other users it gives 401 error. I need to send API key in order to get it resolved but I don't know how. The link has been created inside an HTML template. I'm not sure how exactly we can pass the API key via html <a href> tag. Can someone please provide some kind of example here that can benefit me? Thanks in advance
Hi, I am getting cast invalid error when I am trying to store a value in my cdt field which refers as foreign key. The scenario is I am passing the product name as parameter and fetching all the details of that product using expression rules. Now the product id I want to store in another cdt then it is showing cast invalid error. Please help me to resolve this error. Thanks,
I sometimes find the toggle button(with plus icon) of the rule inputs on the Interface missing. Anyone has an idea as to what is causing this behavior ?
Hi All, code:- !buttonArrayLayout( buttons: { a!buttonWidget( label: "Create", saveInto:{ a!forEach(items: local!filter,expression:a!save(local!items, append(local!items,{customerid: local!filter.customernumber[fv!index], tag: local!filter.tag.tagname[fv!index], portfolioname: local!filter.value[fv!index], portfolioid: local!filter.customerid[fv!index], tagid: local!filter.tag.tagid[fv!index]}))), a!writeToDataStoreEntity( dataStoreEntity: cons!portfoliomasterorg, valueToStore: local!items in the above code i am trying to insert the data into Db. how to not insert the duplicates into DB. Please help me to resolve the issue. Thank you
Hi, How can we print dates on mondays between the given start date and end date? Please provide the code for it. For Example: Input: Start Date: 24/May/2021 End Date: 25 June/2021 output: 31/May/2021 07/June/2021 14/June/2021 21/June/2021
How to compare letters of a single word in Appian: Suppose, We have to compare letters of word "Apple". The output should be: 1. Number of unique characters in word. In case of "Apple", it should be 4 2. Could of similar characters. Ex: In case of "Apple", A=1,p=2,l=1,e=1 Please provide code for this.
can someone help me... how to remove username from picker field if user is already reactivated.
Hi, I am implementing excel document upload functionality in Appian. My requirements is that when any document is uploaded on document folder on the same time a copy of original document will also generate on same folder.With the help of this we can maintain version(We do not want any modification on original file, so we need a copy of that document on the same time). Please suggest the best way to implement this functionality.
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.