-
Recently active
I have 25 columns in editable grid i need to set weight of each column using columnConfiguration it's not happening for more than 15 columns..Any specific reason or appian limitation?or any alternative solution?
Hi,Could someone help me understand the concept and solve my below problem? I have a Two tables 1. VehicleTypesField Id category1 Cars2 Buses3 Trains 2nd table SubVehicleTypes SubID Id SubCategory1 1 Sedan2 1 Suv3 2 Luxury4 2 Semi luxury5 3 Ac Trains6 3 Non Ac Trains Requirements:1. Drop Down 1 will have data from Table 12. Drop Down 2 will have data from Table 2 When I select category from DD1 the second DD2 should give Subcategory based on ID(Common in both Tables). ThanksFaisal
Hello All, I have a multiple dropdown that have values ex. "ACTIVE", "PENDING, "INACTIVE". I need to display all the details with a status like ACTIVE and PENDING. However, I can't do it using a!queryFilter. Here's my line up code for filter. a!queryFilter( field: "status", operator: "includes", value: ri!statusSearch, applyWhen: not(isnull(ri!statusSearch)) )
Hi Everyone, If I select the fields Ex. -"name","email", etc. from the interface. Only the data related to the fields should only download in excel format. Please explain to me how to do it. Thanks in advance.
I have 2 dropdowns at my form, If I select the option of the index 1 of dropdown1(car companies), I want that dropdown2(car models) has to fetch accordingly with that company name i selected. How can we acheive that in appian?
My case is to display error message in a popup window, which should be displayed when a interface is opened. I know there is a confirm option in buttonWidget and link but they are not applicable for my case. Can any help on this? Thanks in advance.
Hi, I have two scenarios to edit a particular record in a form: 1. When clicking the Edit button the particular field should allow me to edit the field value(field should be highlighted). 2.When clicking the Edit button an another form should open for editing a particular field. Ultimately we should be using a PM to write the updated data. Could someone please help me here? Thanks Faisal
Hi All, This is the screen which we are planning to build, and the user tries to enter the data on each and every subsection in the screen. However i wanted to understand which is the best approach to save the data. Each tab in the left hand side will go into one table where these details if i am doing in process model, there might be more nodes. so i want to reduces the nodes and take the best approach. Could you please let me now which is the best approach.
Hello All, I have an issue wherein my validationMessage is not removing after clicking cancel button. My scenario is I have a User Form that whenever I click submit it will show a message "All fields are required". After that I will now click the Cancel Button. However, when I go back to the Form my validation is still there. Can anyone explain to me how can I prevent that from happening?Here's my validation a!validationMessage( message: "You must fill up both roles and email address!", validateAfter: "SUBMIT", showWhen: or(isnull(local!email), isnull(local!role)) ) Here's my field a!textField( label: "Email", labelPosition: "ABOVE", value: local!email, saveInto: local!email, refreshAfter: "UNFOCUS", validations: {} ) I put the validationMessage under the columnLayout.
Hi, I have an interface with a section layout which displays a read-only grid using a!gridField_19r1(). The data is fetched from a DB view using a query rule and displayed in the grid columns. My requirement is to conditionally display the data in one of the columns called Proposal Type. There is a boolean column named IsEarlyRenewal which stores true or false and for every entry in the view, I need to conditionally display if(IsEarlyRenewal = true, "Early Renewal', whatever the original value of the ProposalType column) . So, example: id= 12345, IsEarlyRenewal = false, ProposalType = Modification -> ProposalType returned as Modification id= 56789, IsEarlyRenewal = true, ProposalType=Modifiction => Proposal Type returned as Early Renewal Both the Proposal Type and IsEarlyRenewal are columns in the view and can be fetched on the interface. TIA!!
Hi! I have a question. Can I change the message error that appears in the section layout when some other component inside has an error? Bellow its an image of that error message. Thanks for your help!
Hey All, It seems like a common way to cast a value to the type "List of Dictionary" is via: cast(194, local!thingBeingCast) Does anyone know of a way to do this without hardcoding the "194" value? This approach doesn't seem very explicit (I personally have to remind myself of what it's doing in a blank rule whenever I see it), and god-forbid that type id changes one day and needs to be changed one-by-one throughout the codebase. Thanks!
Hi, Currently when user logs in in Appian with "Remember Me" unchecked, the user will be automatically logged out of Appian after a particular threshhold in case its inactive, however this is not the case when "Remeber Me" is ticked/checked. Is there any way in Appian to customize (Remove) "Remember Me" option while logging in for a particular process ? The process contains PII and its not safe to keep the user logged in for long time when in inactive state.
My use case is i need to create editable grid for 100 columns from one table.While building interface type of data is fixed it could be TextIntegerDrodpownDateI need to use foreach to loop component to store data but all columns are not mandatory to store data.How do i save data? because after .(dot) i need to pass column name.
Team, Anyone have done below? We have application UUID and using that we need knowledge centers -- using KC we need to get folders inside it.
Hi, I have the following situation: - one interface that is embedded inside the other larger interface - first interface has non submit button that starts process upon click - first interface has 4 rule inputs that are used as parameters for starting the process - these 4 rule inputs are calculated also on the button click, just before sending them to process as parameters Behavior on test: - if I test this interface "manually" from designer, process is successfully started and all the parameters are passed to the process - if I test this interface through the process which contains its "parent" interface, parameters are not forwarded So, this code for the first interface doesn't work: a!localVariables( ... a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Start process", saveInto: { a!save( ri!firstProc_cdt, rule!DLS_mapFirstProcParam(
Hi , I am facing validation issue after applying filter from dropdown. Its coming because at validation rule I am using ri!teamDataTrs which is getting reset on basis of filter criteria. But without filter validation is working fine as this ri!teamDataTrs having full dataset. Kindly share any work around to fix this issue. test
Hi All, We have a requirement to display the audit log of task reassignment to other teams in the Task list . Any ways to find out the audit histories of task reassignment . Does appian provides this feature in 20.4?
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
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??
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 ?
Hello, I have a local variable which holds the data retrieved by the rule(queryEntity columns). The columns retrieved are Col1, Col2. I want to add Col3 to this. eg. local!QA[1]: [Id:243,value:"Question"] these are the columns retrieved from the rule . I want to add column "Answer" to this. There can be multiple rows. I tried getting the individual row using foreach(), but then idk how to add anothe column to the row. how can i do it?
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.