-
Recently active
Hi Team, I have a requirement to upgrade the older existing process instances having errors to latest published version after deployment and need to restart the instances to fix the error and run the flow. can someone help me with the process to implement this changes. please let me know if any further information is required. Thanks in Advance
a!gridColumn( label: "Task Name", sortField: "c0", value: a!linkField( links: a!processTaskLink(label: fv!row.c0, task: fv!identifier) ) ) Tasks active only when I am trying open the tasks from the site. I am getting below error. Could anyone give suggestions. Thanks in Advance
Hi All, Can anyone please help me how to get the count of the related record fields from queryRecordType in appian.
Hi there I am doing something which display the table data in email body. but there is an issue: for decimal value, when building the table data. it automatically cut to 7digits, like I have the value it's "2671266.78", it cut it to "2671266", tried function "tostring" and "touniformstring", it does not work. please any one know how can we keep the whole value? Regards, Lin
Hello, I have a parent recordtype Claim which has a relationship with a transaction, a rule can have several transactions, I want to save more than one record within the recordtype but when saving I get the following error: Could not display interface. Please check definition and inputs.Interface Definition: Expression evaluation error [evaluation ID = 6a3c5:31751] : An error occurred while executing a save: Expression evaluation error at function 'append' [line 492]: Insert is not supported for AOC TRANSACTION types Main recordType 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM'( 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{85821409-5bf4-46d5-ae14-0102b7127440}product': "CUENTA DE AHORROS - 04010020101 - activo", 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{9dc19019-1bdf-453f-865f-ebbaecd94957}relatedToVisaCard': true, 'recordType!{5871e10b-6fc1-4f38-a51a-becdd72dcf12}AOC CLAIM.fields.{0bf5aae9-6379-48a0-b28e-e
Hi Everyone, I have field which has values "a", "b", "c" and I need to get the count of these values in record types. Can anyone please help me with this.
what impact does raising and lowering priority created on task in Appian? In what scenarios do we use it ?
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
Hello Team, Could you please let me know whatt type of questions we can expect in appian developer interview . Any insights would be helpful Thanks
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
Hi everybody.I have a process model that starts after a trigger from an email received.When i save the subject of the mail, witht the mail's property "Subject", I pass the subject as a rule input for a expression rule.Unfortunally, the rule doesen't work well, but if I pass the subject of the mail as a wired string, the expression rule works correctly.I DON'T KNOW WHY.I suppose it's something about the format of the subject passed from the mail, but I tried with functions like "touniformstring" but nothing.
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.
Hello [emoticon:c4563cd7d5574777a71c318021cbbcc8], I was going through the product training videos from the Appian Academy and I came across this trick which I wanted to show you. Scenario : Lets say we have a table whose primary key would be a foreign key to some other table (like an Order table whose primary key will be a foreign key to Order_Items table) In such scenario, when we insert the record in the first table (order table) , we need to extract the ID of the inserted row and we will use a script task to update the ID to the other table rows (Order_Items) In the script task we have couple of ways to update the foreign key as suggested in the below answers https://community.appian.com/discussions/f/process/25333/script-task-to-multiple-parameter-in-process-model https://community.appian.com/discussions/f/new-to-appian/24905/script-task-in-process-model/98510#98510 But the trick I found is, as below. It can be found in the community edition process name : AA New
I want to bold text on confirmation message when i click the button.
Hi Community, I am just trying all scenarios related to send email smart servce though my environment. when I am doing start process for debugging first I am recieving an email. after that I added pv in the email body tried start process for debugging the process s completed but not recieved any email. Could you please help me. Thamks in Advance
It's critical to be able to tell Fitnesse to reload the DOM and move to a tab that is opened by the application. How do we do this in Fitnesse? Please don't include any UX recommendations for not opening new tabs just looking for an answer as to whether it's possible and if so how. Here is the same question with no answer from 5 years ago. [mention:b91cee8a40da4dec91d2b850668d8c3c:46448885d0e64133bbfbf0cd7b0fd6f7]
Hi, I have a process that triggers emails to non appian users.This email body should have a link that could navigate to a word document to view or download it.Add attachments is also an option but I want the document to be in a link in the email body.can someone help me in achieving this. Thanks
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 Everyone, Can anyone please help me how to display custom message on grid when the data after applying search in grid is empty. The search is implemented using record type.
Hi, does anybody knows what http code do I receive for the operative APIs when the Appian service goes down?
How to attach a link in the email where it should open a document in appian.Im using email template not a plain text for the email body, Can someone elaborate the procedure which I need to follow. [mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05]
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
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.