-
Recently active
I have PDF pages that are being created as part of an HTML template. Basically an indefinite amount of these attachment pages can be created depending how many filing numbers the user inputs for their filing. HTML from template node -> HTML to PDF node. This is all working fine. The last page of filing numbers, if it's only a partial page, which usually is the case - the last page being just partial, is printing landscape. The print preview looks like all the other pages, but when the pages are printed, it prints out landscape. Anyone have any reason why this might be? Thanks
Hi Team, Recently, I had used the "getdocumentsfromfolder" appian function. For few days it worked well but suddenly it started throwing error saying that - The function getdocumentsfromfolder is unavailable. Could you please help me out what could be the possible reason for this error. I have attached the reference screenshot below.
I have a requirement where before submitting the form (without clicking submit ), it should call the integration and validate the entered text , if incorrect data is present then throw validation on UI . Is it possible to call the integration with in interface?
Hi All, I want to create an interface with French language. Excluding "LOAD Resource Bundle" plug in and new features of 24.1 release. There is any other way to implement this? If yes please suggest me. If no then please guide me how to use LOAD Resource Bundle plugin steps for the same.
Appian month to text conversion issue I am using this command month(today()) ---> it print current month after this i am plan to convert this as a text format like text(month(today()),"MMM") my output is something different let me know the cause of this
Due to the Appian upgrade there is a significant impact in DOM element of the webpages, most of the web elements and structure of the elements (of webpages) got changed. Due to which our selenium script is unable to locate the elements in a page anymore.Hence Automation Scripts are not working. Earlier we tried using Unique ID as a Identifier to locate elements but due to restrictions from appian product we have to use xpath to identify element on UI. After Appian upgrade, plugins related to Appian also got updated and due to which Xpaths we have used in older versions are not working in new appian version. As Selenium is dependent on DOM elements for automation , hence its creating a huge impact. In order to make our script work, a significant amount of efforts are required. So How to minimize the effort and ensure that for Future appian upgrades our automation scripts doesnt fails?
Hello Everyone, I am using rich text display field to capture ranting from user. I want that field to be required and i am not able to figure it out how to do that. Your help will be appreciated. Below is the code i am using. a!richTextDisplayField( label: "Rating", value: { a!forEach( items: enumerate(ri!totalStars), expression: { a!richTextIcon( icon: if( fv!index <= ri!rating, "star", "star-o" ), link: a!dynamicLink( value: if(ri!rating=fv!index, 0, fv!index), saveInto: ri!rating ), linkstyle: cons!MMS_DG_LINK_STYLE[2], color: cons!MMS_DG_BOX_STYLE[2], size: cons!MMS_DG_LINK_SIZE[1] ) } ) } )
Good day, I am new to Appian, I am trying to use the specific values in a return from a record query in a portal interface. I am using the interface for a customer data card using an expression, I now want to expand the information on the card to include bank branch information (name, address, etc) I have an expression that gets the branch information from a record type based on the branch Id and I am calling that into a local variable in the interface. My problem is that I do not know how to access specific parts of that local variable in order to display the data. I have tried a read only grid but get an error Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function a!gridField [line 105]: A grid component [label="Read-only Grid"] has an invalid value for "columns". A grid column [label="Branch Id"] has encountered an error. Expression evaluation error: BNK Branch can only be indexed into using squar
Hi Team, I want to display the single row of array data into multiple rows in read only grid. pls find the below screenshot. one invoice reference number multiple order items in database, but i want to display one invc numer and one order item 1 row. Again, same invc number second value vale of order item number 2 different row. pls refers first row data. Thanks, Nagesh
Hi Team, I want to export read-only grid data to excel with headers, pls find below snap. Thanks, Nagesh.
Hi Team, In Excel sheet, as per rows I want separate BoxLayout with the separate entries into it. For Example, I have a 3 rows with column firstname, lastname and city as per first row of data I want to put in 1st BoxLayout, 2nd row of data in 2nd BoxLayout, 3rd row of data in 3rd BoxLayout without hardcoded. I am getting 3 seperate BoxLayout with column name firstname, lastname and city that I am satisfied I am getting in UI but result for all the rows of records in excel sheet is showing in all the three BoxLayout not showing in 3 different entries in 3 BoxLayout. So if you can suggest it how to do it per records will having seperate BoxLayout with rows of records in excel sheet? I am sharing a screenshots for reference In 1st BoxLayout data would come firstname - rakesh, lastname - sharma, city - mumbai In 2nd BoxLayput would come firstname - rahul, lastname - dongre, city - gondia In 3rd BoxLayput would come firstname - priti, lastname
I am using the Encrypted Text field to store a user's Social Security or National ID Number. When I enter data into the field, I get the following error message. Expression evaluation error [evaluation ID = 82d04:b4023] in rule 'pmso_createorupdatespeakerpersonalinfo' at function a!encryptedTextField [line 82]: An error occurred while executing a save: Could not cast from Encrypted Text to Text. Details: CastInvalid. The SSN is stored as a text field in the Record Type PMSO Speaker. The record is stored as a Local Variable until committed to save by the user. Here is the code for the field a!sideBySideItem( item: a!encryptedTextField( label: if( local!isUnitedStates, "Social Security Number", "National Id Number" ), labelPosition: "ABOVE", placeholder:if( local!isUnitedStates, "-- Please enter your Social Se
We have a requirement to modify the placeholder of a dateField component. However, we have not been able to modify it as the placeholder parameter of that component is not modifiable.Does anyone know of a way, another component or plugin that does the functionality of the dateField and the placeholder can be modified?This alternative must have the behavior similar to the dateField, that is to say, that when clicking on it opens a calendar where the user can choose the date. Thank you very much.
Hello everyone, I have the following request: I would like from the Document and Folder Browser Component to display, from a list of documents and folders present in the same father folder, all the documents inside the father folder and only the last pdf document (i have a list of pdfs but i want to display only that one with the most recent data creation). Is it possible to achieve this? Thanks in advance!
Good afternoon. We have a requirement to preview a PDF file. For that, we are using the documentViewerField component (green circle).Both the documentViewerField component and the other components displayed in the image are inside a cardLayout.However, there is a lot of space (blue box) because of the height occupied by the documentViewerField and we want to avoid that space, making the documentViewerField component occupy exactly the same height as the rest of the components, to avoid the large space that is displayed (blue box) and that the resulting space is only the space occupied by the yellow box. We want to display pdf files in thumbnail and at the same time we want the thumbnail to be adjustable to the box we have in yellow, to avoid that space (blue box). On the other hand, is it possible, somehow, to make that with some click we can have a thumbnail in a larger viewer and be able to download the document. Does anyone know any way to do this, or any component or plugin that fi
Hi Community, There is text field type is integar type. When I entered more than 9 digits it showing infinity Symbol. Could you please help me
a!localVariables( { a!gridField( labelPosition: "ABOVE", data: todatasubset(ri!cmuFinCov_ds.data, fv!pagingInfo), columns: { a!gridColumn( label: "CIF", value: if( ri!isSelectionEnabled_bool, a!richTextDisplayField( value: a!richTextItem( text: index(fv!row, "cif_int", {}), link: a!dynamicLink( value: index(fv!row, "cif_int", {}), saveInto: { ri!selectedCif_int, a!save(ri!buttonAction_txt, null), a!save( ri!selectedRequestId_int, fv!row.requestId_int ), a!save( ri!selectedcmuFinCov_cdt, index( ri!cmuFinCov_ds.data, wherecontains( fv!row.cif_int, to
Hey Community, I have a scenario, that is in an interface I have two buttons, one for going to next page(Continue) and one in the interface for performing some action(Add Items), Intially in my interface i have an editable grid with some values, In that editable grid there is a column callaed category if any of the row doesn't hold category value then when clicking on continue it should show the validation on the interface with button(Add Items) color changed to destructive, Both these actions should be happened only when we click on continue button.Is this scenario possible. Thanks In Advance!!
My company is looking for a interface for performing Inventory variances. They are currently using a PHP program that lacks a some features they would like to have and are looking for us to migrate to an Appian based platform. With the current PHP interface, they have a grid where they have the option to select 1 of 3 quantities or to type in a different qty all together. My first thought was an editable grid, but with the number of lines which can exceed 1000. I did start with an editable grid, but after a few lines, the performance slowed down drastically and by the end, was taking up to 1 min per line selection. I am just looking for some thoughts and ideas on which road to travel down to keep it simple for them to select the qty they want, but also not kill performance. I have included a snip it of the current PHP interface.
I want to bold text on confirmation message when i click the button.
I have one interface where a form is there and there is a submit button and when I am clicking the submit button I need to create an pop up containing 2 buttons and there will be a text that do you want to make another form then if the user click the yes button then the same form should be opened which was opened first . how to configure this ? I can configure the text related things but need an guidance on the backend functional and I know appian does not provide an option to create a pop up rather than create a record action , but iI dont want to configure this using record action which is my requirement !
Hi, I have a form which has an edit button on it which is on the summary page and not added as a related action as per client's requirement. The form is working just fine will all the validations upon clicking on "Submit" button. But when opened a record from the record type and trying to click on "Submit", the form just goes forward without validating anything. Any suggestions would be helpful. a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Submit", submit: true, value: "submit", validate: true, style: "PRIMARY", saveInto: { local!submit, a!save({ local!edit, local!cancel }, null), }, ) } )
Hi, i have made a modification in milestone function for a new workflow,I am getting the below error.Please help An Error Has Occurred Expression evaluation error [evaluation ID = 67269:64b0e] in rule 'dcc_milestones' (called by rule 'dcc_request_recordsummary') at function a!milestoneField [line 599]: A milestone component [label="Milestone Status"] has an invalid value for "steps". There must be at least two steps. (APNX-1-4224-040) a!localVariables( local!isApprovalRequest: toboolean(ri!requestDetails.isApprovalsRequest), local!isQueryRequest: toboolean(ri!requestDetails.isQueryRequest), local!isJruleRequest: toboolean(ri!requestDetails.isJRuleRequest), local!isVideoRequest: toboolean(ri!requestDetails.isVideoRequest), local!isOnCallRequest: toboolean(ri!requestDetails.isOnCallRequest), local!isConsult: if( ri!requestDetails.requestTypeId = cons!DCC_REQUEST_TYPE_CONSULT, true(), false() ), local!isImage: if( ri!requestDetai
Why do buttonWidgets not have a linkField property? It would be ideal if they did.
Hi, I would like the button to be active by default if no date is selected or if a date equal to or after today is selected. And at the same time, the button is disabled if an invalid date or date older than today is entered. The problem is that I can't differentiate when the user enters a wrong date and when they leave the field empty. a!localVariables( local!dueDateAux, { a!dateField( label: "Due Date", value: ri!dueDate, saveInto: { ri!dueDate, a!save(local!dueDateAux, today()) }, validations: if( ri!dueDate >= today(), {}, "Incorrect date format or date before current date" ) ), a!buttonLayout( primaryButtons: { a!buttonWidget( label: "Submit", disabled: ri!dueDate < today(), submit: true ) } ) } )
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.