-
Recently active
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.
So I have a requirement to create an interface that allows management to view and prioritize orders. I have created and editable grid, but the issue is some lines have the same "order no" and I will need to to automatically change all rows with the same order no as the one that was changed. Any thoughts?
Hi All, please tell me how to not insert the duplicate data in database code:- { a!localVariables( /* This variable is used to persist the checkbox on selected items by holding the identifiers of the selected rows. */ local!selection, local!Taglist: rule!tagslistexpression(), local!items, local!assignportfolioid, local!allportfolio: rule!Portfoliomaster_selectAll(), local!Temp, local!selected, local!Portfoliomaster:rule!portfoliomasterexp(), /*local!portfolioid: max(local!Portfoliomaster.portfolioid),*/ /* This variable would be used to pass the full rows of data on the selected items out of this interface, such as to a process model. */ local!selectedEmployees, local!filter: rule!customermasterexpression(tags: local!selectedEmployees.tagname), { a!richTextDisplayField( label: "", labelPosition: "COLLAPSED", value: { a!richTextHeader( text: "" ) } ), a!columnsLayout( columns: { a!columnLayout( contents: { a!columnsLayout( columns: { a!columnLayout( conten
Hi guys, I am working on a requirement like editable grid which contains 2 columns, In first column we are having textfield, In second checkbox. I need to procide row based on Roles for grid field which includes textfield and checkbox.In checkbox in need to select multiple function I have 3 nested CDT andgetting the value from role and function cdt,Need to display these to in Grid and map it to role Function CDT Here is my input to the ruleInput {function:{{functionName:"admin"},{functionName:"view"}},role:{{roleName:"admin"},{roleName:"view"}},} Code: a!localVariables( local!getfunctionNames:a!forEach(items: ri!AppDetails.function, expression: fv!item.functionName),local!getRoleName:a!forEach(items: ri!AppDetails.role, expression: fv!item.roleName), local!role,local!funtion,local!delete,{a!sectionLayout(contents: {a!richTextDisplayField(labelPosition: "COLLAPSED",value: {a!richTextItem(text: "Role function Mapping",size: &quo
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
Hi I have created an interface where input fields are displayed in multiple stacked box layouts. the customer wants that all the other box layouts should be collapsed if another one is click opened. behaving like a web accordion. Is there any way to do it??
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
Getting Error message: error in an expression in Process model properties at process start form : neither variable(s) or rule(s) found: recordactions Having problem with process model and being unable to access site page made with application what may be the problem? and how to solve it? thank you.
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
What is the use of forms tab on a sub-process configuration ? It is not working as expected. the start form is started or displayed but the values do not get captured to the PV! have anyone used the forms tab on a sub-process. how to configure the same. Please do not suggest alternate ways.
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.
I have a parent interface that is calling a sub-interface. I want to use a!save() is this possible?
hello, Is it possible to change color of radio button labels ?
can someone help me... how to remove username from picker field if user is already reactivated.
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.