-
Recently active
Hi Experts, I want to show selected checked box only in read only view . How to show only selected check box when we open the interface in read only view . Thanks
Hi Everyone , I need to convert Appian document to base64 . How can i achieve this . thanks in Advance
Hi, I have folder Name... i want to know, In that name there is a folder exists or not... please Suggest.. Thank You.
Below is the code in which when we want to select option "Four" then we have to press "F" twice. a!localVariables( local!options : {"One","Two","Three","Four","Five"}, local!selectedValue, { a!dropdownField( label: "Dropdown", labelPosition: "ABOVE", placeholder: "--- Select a Value ---", choiceLabels: local!options, choiceValues: local!options, value:local!selectedValue, saveInto: local!selectedValue, searchDisplay: "OFF", validations: {} ) } ) When we press "F" first time the options opens. And when we press "F" second time only then the value "Four" is selected. However, it was not the same behavior in previous versions. Can you help me achieve the same functionality/behavior with version 22.4 ?
Hii Experts, please tell me how to validate the IMSI number and IMEI number and INTERNATIONAL Number? Thanks
like we get alphanumeric characters we get to reset the password ?
I just notices that Export to Excel smart service is deprecated now. https://docs.appian.com/suite/help/21.4/Export_To_Excel_CSV_Smart_Service.html Do we have any alternative if I want to export aggregated data shown on the interface as table ?
Hi All, I am updating data to external db using Integration object. The first time when I click on update button it updates the data but when second time I click on update with different data it is not updating. Can anyone please help me out? Many Thanks!
I was working through one of the modules, went and had a meal, and suddenly the curriculum itself is gone. I have the linked bookmarked so I know it is not a URL error. Even if I just google "Appian curriculum" and try to find it, the link that would ordinarily take me to the developer page says 404 not found.
As I'm going through the Appian Developer course I have noticed that some information is missing when trying to pass the quizzes. I am completely stuck on Expressions. Is there something else I should be doing besides the Developer course?
please tell me how to validate email address without regex means with the help of like function . I am writing this expression : like(ri!email,"*@gmail.com") but i want to validate every field like first character should not be digit and all .help me to sort out this
Code snippet below shows a filter for field test whose value is reviewing. a!queryFilter( field: recordType! a.fields.test operator: "=", value: "Reviewing" ) How can I filter field test whose values are "reviewing" or null? I should be able to get rows 1 and 2 test 1 reviewing 2 3 resolved
How to index values from Record Type. For Example: how to index location from this
I am trying to connect the target vehicle.vehiclelastmodifiedby but its not listed as an option. Where do I go to fix this issue?
Dear All, Can anyone please tell me how to create connected system for active directory, because there is no template for active directory in Appian. Thanks in advance!
is there any way to apply tool tip in rich text item.
Hi Experts, Looking forward for your help. We have created a process model where we are running two process flows simultaneously using "AND" Gateway and we want our last node to be executed only once. But the problem we are facing here is that the last node is executing twice due to the "AND" Gateway. Is there any alternative solution so that the last node will be executed only once along with the "AND" Gateway? Thanks
Hi, I'm getting error message from Record Type object. Not enough disk space to complete sync. https://docs.appian.com/suite/help/22.2/Records_Monitoring_Details.html What should I do to fix this problem?
Hi Team, How do we filter the query entity with datetime (2023-01-13 14:03:59) like how we filter a string. Can anyone please tell how can we filter the entity with one specific datetime value? Eg: a!queryFilter( field: "value", operator: "=", value: "test" ),
Hi Everyone, Can anyone please help me how can I open different record views through record link function based on input params in interface. Thank you
Hello everyone, I am using the add row dynamic link in the editable grid interface for the child interface. I have field as story points for the parent interface and also have story point for child interface. Lets say I have story points 5 for the parents interface. Is there any way to automatically pop up another row without clicking the add row dynamic link when the child interface story point is not equal to 5. Lets say parent interface story point is 5. So if I put 2 as story point for field in child interface another row will pop up without clicking the add row dynamic link.
Hi Team, I am using the below code snippet for the links column and separating multiple links using semicolons. a!gridColumn( label: "Links", sortField: 'recordType!LA Record Link.fields.links', value: a!richTextDisplayField( label: "Real Links", value: a!forEach( items: split(fv!row['recordType!LA Record Link.fields.links'], ";"), expression: a!richTextItem( text: fv!item & char(10), link: a!safeLink( uri: fv!item, openLinkIn: "NEW_TAB" ), linkStyle: "STANDALONE" ) ) ) ) But when the user is inserting a link with the below texttool link- https://www.google.com/ it is giving an error tool link - https://www.google.com/ is not a permitted URI under the configured security rules and cannot be cast to safeUri. (APNX-1-4198-000). Even the tool record type interface is not working until I delete the record from the database. We tested multiple cases and found if we write
Hi Eperts, I have one senerio that : I have a dropdown list which contains 14 values in List like(BC, AB, ON,NB,CB,JK,HG,FG and so on). I want when I should be able to press the B button on my keyboard and then TAB to the next text field with the system knowing B=BC, or BA a!dropdownField( label:"provinceLabel", labelPosition: "ABOVE", placeholder: "Select a Province", choiceLabels: cons!SCE_COPA_PROVINCE_LIST, choiceValues: cons!SCE_COPA_PROVINCE_LIST, value: ri!record.province, saveInto: ri!record.province, ) Thanks
I have a requirement to count number of working days in a month where Saturdays & Sundays are always week-off. Also, I need to substract national holidays like Christmas/ New Year etc. Please help me with it.
Hi 1 or more paths can exit an OR gateway. If more than 1 paths exit an OR gateway, how can I make the paths back to one path? Thank you
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.