-
Recently active
Hi All .I hope everyone is doing good. I have a scenario , but not sure if its possible / correct/not . Please let me know if any one has any ideas or any suggestions. Scenario: I have used navigation pattern in interface . This uses different interfaces in choose function and get the data accordingly . Is it possible to do it in a single interface instead of using multiple interfaces or can we use a single grid ( instead of calling a!grid and the data for all the remaining status) and call the value in local variable and pas the local variable and get data accordingly .........! Below is the code for an idea what i am describing about . Any ideas / suggestion please let me know. Thank you in advance [emoticon:c4563cd7d5574777a71c318021cbbcc8] { a!localVariables( /* The selected navigation section */ local!activeNavSection: 1, /* The navigation sections */ local!navSections: { a!map(name: "Requested"), a!map(name: "Inprogress"), a!map(name: "Delayed&q
I have a question about the text() function.When I used "#" in the second argument to text(), the following behavior occurred.When I tried to match the digits and separators to the format,the numbers after the decimal point changed.The documentation says that "#" is a format for numbers,but does it also convert the numbers themselves? ・document docs.appian.com/.../fnc_text_text.html ↓exmapletext("12,333,333,333,333.12","##,###,###,###,###.##") → "12,333,333,333,333.11" is returned.
I have a scenario where the users is viewing an interface from a record action. Before they click submit to complete the record action I want them to click a button that will call an integration and that value returned will either allow them to submit or not (it is a backend validation process). Everything I am trying I run into issues because the refresh variable.The code: a!localVariables( local!loggedInUserVar:fn!loggedInUser(), local!isLoading: false, local!isValid: a!refreshVariable( value: if( local!isLoading, rule!UWM_Map_Calculate_Data( caseId: ri!case.caseId, loggedInuserVar: local!loggedInUserVar ), false ), refreshOnVarChange: local!isLoading, refreshAlways: true, ), a!columnsLayout( columns: { a!columnLayout( contents: { a!sectionLayout( contents: { a!cardLayout( conte
Hi team , I am using record data as source for KPI but the field name in y axis taking lot of spaces. If you see y axis taking lot of spaces ,is there any way to minimize the space
I have a requirement to embed iframe into Appian user interface. Is there any way to do this?
TCN is a system used for auto-dialling customers in our use case. Currently, TCN interfaces are used to auto-dial the customers and record the communications. However, with Appian coming into picture, we are now exploring the option to embed the TCN Screen into Appian interfaces. Your inputs here are highly appreciated here on achieving this.
Hi there. Related to the best practices, wich is the best way to call to an interface rules on my interface? Calling the interface rule on a rule input, Using keyword syntax or Always use consistent ordering of rule parameters? Thanks in advance.
Hi,I want to add an dollar icon inside the floating point field or a text field, How can I achieve this?If the above one is not possible then, How can I add the Dollar Icor right before the field?Thanks in advance.
Hi Team,Could you please check and suggest a solution for below issue?Expression evaluation error in rule 'appian_rule1' (called by another rule 'appian_rule2') at function a!queryRecordType: Cannot invoke "Object.getClass()" because "activeProcessCount" is null
Hi all, I am facing an issue related to data being refreshed in read-only grid. The issue is in my read-only grid, I have navigated to a different page say 21-30. But after certain interval i.e., 30 sec my grid page navigates back to 1-10 automatically. I have a configuration of refresh Interval of 30 sec in the read-only grid. Does the grid refresh configuration update only the grid data or it also impacts the current fv!pagingInfo of the grid? Reason to add refreshInterval was to update the grid data for user as soon as a new work item is created. BTW the data field is a recordtype which allows me to use certain other features of grid.
Hi, Can I have a button inside of a dropdown? Thanks in advance
Appian Family, Here is my Interface -- JR_InterfaceName 1) File Upload field in an interface >> Define the Target Folder with all correct permissions. 2) Submit Button: "submit" set to true. I have 2 scenarios here 1) Just the interface by itself is just working fine when I upload the file and click submit. It gets save to the target folder. 2) When the same interface is either called from another interface as rule (rule!JR_InterfaceName) it doesn't work. The file is not saved to the target folder. I am pretty sure the document object is there but it's just not available to either save in a target folder or for anything else. What is it that I am missing? is it an Appian shortfall/Issue? I am assuming that this is very basic need for almost everyone. 3) Just to play around further I called a Process Model using "saveinto" property of the button passing some dummy variables and the Document Uploaded from the upload control, The PM got call
I am trying to create a dropdown menu in my application that looks and functions like the one in the attached image. I am unsure how to make the dropdown appear like this without dropdown component Can you please help me to achieve this
Hi Everyone, We need to manually validate the accessibility of a few styled text editor components before enabling the document export. While this can be done using browser extensions or accessibility testing tools, the client wants to perform the check within Appian. I would appreciate any insights on whether there are any Appian community-supported plugins or reliable APIs that can help achieve this. Thanks!
I need to validate the checkboxes when the submit button is clicked, based on a specific condition. There are four checkboxes, and before submitting the form, the user must check at least one. However, instead of using FormLayout, I’ve created the form using CardLayout and local variables. I’m looking for suggestions on how to improve or streamline this approach.
How can we allow certain users to view critical fields while restricting access for others, all within the same application and read-only interface? What’s the best approach to achieve this?
Not sure where i went wrong, gets below error, i understand error says i cannot use rule inputs in a!save, any suggestions to fix it:
I'm trying to uploading an .sql file which we have blocked in an admin console. It will throw a validation message. Then I'm trying to upload valid file, But the validation message still displays Thank you in advance
I am using a!recordsChatField(). When asking a question, I receive a response like "I apologize, but I am not able to provide information about changing a payroll vendor, as that is not related to the data provided for the RH Project Ref entity. As an AI assistant trained on this specific data, I can only respond to questions regarding the fields and information presented for this entity." I'm assuming the reason for this response is because I need to aggregate the data in the record. Within Process HQ I can aggregate all the data in the record with the click of a button. When using Copilot in Process HQ on the same record, I receive a proper response to the same question since the data is aggregated. Can someone provide an example of how I can aggregate the record data within the a!recordsChatField() component? Here's what I have so far: a!recordsChatField( label: "Chat", instructions: "Type in a question", suggestedQue
I am facing an issue with the a!fileUploadField() component in Appian. The validation logic is supposed to restrict uploads to only PDF files, but it is not throwing an error when an XLSX file is uploaded. Below is my implementation:a!fileUploadField( label: "File Upload", labelPosition: "ABOVE", target: cons!W500_KnowledgeCenter, maxSelections: 5, value: ri!File, saveInto: ri!File, validations: { if(fv!files.extension="PDF", "Error", "") } )
Hi Friends, I have a requirement for an interface that consists of a column chart and a filter with top 1 and top 2 values. I am using a record field for grouping, so it is giving 10 columns in the chart. However, when I select top 1 in the filter, I want the graph to display only 1 column. If I select top 2, I want the graph to display only the top 2 columns. Refer below pics Normal Pic : when I select top1 I want to show only inventory management in entire graph,. When I select top2 I want to show only inventory management and Quality control columns in chart.
I'm not sure why a!save doesn't work and throws error:Any suggestions where I'm going wrong?
a!localVariables( local!text, local!docIds, local!expPDF, { richTextEditorField( label: "Advanced Rich Text Editor ", labelPosition: "ABOVE", validations: {}, height: "AUTO", richTextValue: local!text, richTextSaveInto: local!text, isReadOnly: null, showMenubar: null, includeHTMLlength: null, maxSize: 200000000, placeholder: null, enableSpellChecker: null, showUsageBar: null, enableFullpageOutput: null, allowImageUpload: true(), imageStorageConnectedSystem: cons!TAAA_RICH_TEXT_CONNECTED_SYS, uploadedImagesDocIds: local!docIds, exportedPdfId: local!expPDF, enableExportPdf: true(), hideBorderInReadOnly: null ) } ) Connected system:
Hi, I want to create a Kanban board in Appian. I tried using the Draggable component, but it seems to have limitations in adding more information. Here's the reference I was looking at: see attachmentAppian Marketplace Documentation Is there an alternative approach or a workaround to achieve this? Thanks!
Hi, I have a user input task assigned to Approvers group (which has Manager access). The process model security also has Approvers(group) - Manager access. I want to control the reassignment by users of this group to do within the group of Approvers but not from all users and groups. I tried the below setting, but still I see "All users and groups" option shown.
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.