-
Recently active
Hi, I am using a grid field and a rule input to save the selected rows, but all the selected row values are not saved in the rule input. Suppose I am selecting four rows only the value of 2 rows is saved in the rule input. When I select all the rows at once this is a problem. But if I select one row after other it doesn't create a problem.Attaching the code snippet for reference: Any help in this regard will be appreciated.
Hi, If a user is part of 2 groups: Assistant and Manager. Same user who submitted a task as an Assistant shouldn't be able to access next task in the flow as Manager. Is there a way not to show/disable the accept and reassign buttons when the same user tries to claim the task? Or can we show an error message when trying to accept? Any help/ideas are appreciated. Thanks,Keerthi
Hello, I have a use case where a read-only grid displays a list of projects, with one column showing statuses such as Complete, Cancelled, Design, etc. I want to enable users to click on the status, which should then display a dropdown containing all available statuses. The user should be able to select a new status, and the update should be saved to the database accordingly. Requirements: Clicking on the status field should open a dropdown with all status options. Once a new status is selected, it should be immediately updated in the database.
We have four user roles: Admin, Manager, Supervisor, and Agent. The Agent performs certain actions that are accessible to all three higher roles (Supervisor, Manager, and Admin). The Supervisor performs some actions that should be accessible only to the Manager and Admin. The Manager performs specific actions that only the Admin should have access to. The Admin can perform exclusive actions that no other role can access.How to configure security?
Is there a way to identify the objects with more than certain lines or sort objects by lines count or characters count?
When the "index+1" script task is reached, I would like to wait 1 second and then execute the script task.I tried to solve the problem by setting the timer, but I don't know how, so I would like to know how.
Hi Team, I want to create two columns in Interface, one column will have Calander and when we click on the date , it will display on the second column, anyone got the answer, plz share the code
Hi Appian community members, currently we are using a!columnChartField to display some columns in a UI. Recently there are many columns added, is there a way to make the column chart scrollable from left to right so all columns not squeezed? a!columnChartField seems don't have any parameters can control whether scrollable. Any suggestions? Thanks.
Hi! Has anyone implemented an interface with a similar visual style? A grid field with rows and the rows have an icon that when you click expands a section. I could be wrong, but I think Appian doesn't currently have an out-of-the-box component/layout for this, hence I'm trying to find a workaround. I am looking for ideas on how I can at least mimic a fraction of this style in Appian.
I have a requirement wherein I need to download multiple files (say 30 files) at a button click to the local system I have seen posts to try Zip plugins to add documents to zip and unzip the same. Please can someone suggest a way on how i can achieve that on a button click the files are downloaded to my local system. The number of files are dynamic.
While sending the email, some of the text is getting removed and receiving only partial text. Below is the html text: <p><span style="font-size: 10pt;">Dear colleagues,</span></p><p style="text-align:start;"><span style=""><span windowtext="" 1.0pt;mso-border-alt:none="" 0in;padding:0in;mso-ansi-language:en-us'="" style="font-size: 10pt;">&nbsp;</span></span><span style="font-size:10.0pt;"></span></p><p style="text-align:start;"><span style=""><span windowtext="" 1.0pt;mso-border-alt:none="" '="" style="">Please note that the EU approval by CHMP Positive opinion has been granted on 05 December 2024 for&nbsp;</span><span style="">KEYTRUDA (pembrolizumab) for variation EMEA/H/C/3820/II/016 which removes the instruction "
I have a following Use case- 1- Need to extract 40+ MB data from different system as per Ondemand request from Appian Interface 2- Dump this data into some staging table residing in Appian Business Database schema and perform operation afterwards Which solution will be most usefule in terms of Scalability and availability 1- Use SQLtoExcel plugin? will this support to get the dump into excel via User on demand request 2- Export Datastore entity to Excel? will it support 40+ MB data or will it be timed out? Any other approach we can adopt? Here major concern is On Demand request for processing the data via Appian Interface.
Hello everyone, { a!columnsLayout( columns: a!columnLayout( contents: if( ri!showAllLinks_bool, {}, rule!CR_APP_RT_displayApproverInfoNote( message_txt: "New workflow cannot be initiated as another child flow is open/in-progress" ) ) ) ), /*Release & delete to be shown where action proposed = Release or Delete*/ /*No other Child process to be shown when release/delete proposed*/ /*process button shown to DU users only*/ if( contains( cons!CR_APP_CHOICES_ACTION_PROPOSED, tostring( index( ri!crAppSelected_cdt, "proposedAction_txt", null ) ) ), a!columnsLayout( alignVertical: "TOP", columns: { if( and( contains( { cons!CR_TXT_CCAD_UNIT, cons!CR_TXT_SYND_GROUP }, rule!CR_FN_getUserRole(loggedInUser()) ),
I was sending a data in json format like { a!tojson("fruit": "apple") } but the output i was getting { "fruit": ["apple"] }but i need without square brackets . Could anyone please help me on this and thanks for advance
I want to set up a simple process in Appian Community, which starts when an email inbox receives an email, and from that email, a form is generated. Is it possible to do this in Appian Designer, or do I need a license?
I have a dropdown field that is giving me trouble. It used to work, but just started today. It throws, "An error occurred while executing a save: java.lang.IllegalArgumentException: Invalid index: Cannot update integer index from type List of Null". I am interpreting this error message to mean that I am trying to save a Null value into an integer index. [View:/cfs-file/__key/communityserver-discussions-components-files/13/Dropdown-Field-Error.mp4:899:244] I am limiting the drop down to the latest event. I do not want the applicant to choose any other value except the latest on. Here is the code: a!sideBySideItem( item: a!dropdownField( data: null, choiceLabels: rule!PMSO_getEventforLU()[1].event, choiceValues: rule!PMSO_getEventforLU()[1].eventId, label: "I am applying for the following Event", labelPosition: "ABOVE", placeholder: "--- Select an Event to apply ---",
Hi All, We have a requirement, where we have to import excel file data into Appian database stage table. Once data is loaded into stage table we have to validate the date format for date columns whether the date is invalid or valid using query entity or any custom function. In-valid records should be removed and only valid records be there. Can someone help us with this kind of scenario in Appian how we can avoid the in-valid date rows in Appian. Regards, Dheeraj G
Hello All , There are 10 tabs in a record view and every tab has certain view level security configured to them but now the view level security show be removed and placed inside the interface .Upon click of the page/interface check if its eligible then print the existing interface else show an error message . I wanted to know what will happen if we remove the view level security from record and place it inside interface.
I am using the smart service - "Export Data Store Entity to Excel" to convert my CDT data into excel file (.xlsx). I could able to get the desired data in excel. The issue is when I pass this system generated file (excel file) to the Aspose system via integration, I receive this error - "The Excel file is corrupted or not a valid Excel file." at aspose end. I checked opening this file in Linux server i.e. aspose server, I couldnt open the file. I could able to open the same in my local and from my Appian UI. Can you please help to know why it says file is corrupted in aspose end? Thanks in advance!
Our Security team is looking to roll out the Island browser: https://www.island.io/ Has anyone used this browser and still been able to develop in Appian Designer? Thanks, </jason>
I have an interface tied to a process model via a!startprocess on the "Upload File to Request" button. In designer mode, this process works normally and moves it to the folder as expected. It does not work when I am on the site. The file uploaded is saved to the ri!attachments. Everything but the attachments seem to be written to the process variables. Even with requests without folders, it creates a folder and does not move it there. Any guidance would be much appreciated. Thank you so much. a!columnLayout( contents: { a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", target: cons!FRR_FOLDER_RECORD_ATTACHMENTS, maxSelections: 1, value: ri!attachments, saveInto: ri!attachments, disabled: if(local!readonly = true, true, false), buttonDisplay: "ICON", buttonSize: "STANDARD"
I have a requirement in which I need to create a webapi which will create users in appian.In webapi,we are providing the userid as an input and with that Id I need to invoke a processmodel which will create user in appian and add the user to respective groups.Iam a beginner to api ,so need guidance for this.Appreciate if anyone can help on this.
I want the interface to open and the process to run simultaneously and after some seconds I need the interface to close automatically without user interaction (Process model used in related action).
we are using common application that having common objects and these objects are being used across 3 more applications.during deployment of other 3 applications, we are facing issues dependency on common application and as per the business requirementto reduce the dependency from common application what is the best approach and how we can remove the dependency.we are looking for a solution of this issue and wanted to understand the impact on it.Please suggest on this if any leads.
Would be nice if tooltips could have bold text! Pretty basic but useful feature. Makes it easier to scan and read important stuff in the tooltips.
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.