-
Recently active
After Process It's showing only start and end nodes Before starting the process
In My Practice Application, I have an accounts table that contains the details of the account holder like the name, balance, etc. Here, I am writing a stored procedure to transfer an amount from one account to another account in the Transfer Amount stored procedure, 2 steps need to be included in a transaction, 1) subtracting amount from the sender account. 2) Adding amount to the receiver account
I create an editable grid where i can see the data of my CDT "Client" (red square) and the relationship or related data from CDT "Vendor" (blue square). Now I want to select many rows to call a related or record action to UPDATE the selected fields in the black square. (don't add more rows or delete, just UPDATE) The data of the editable grid table comes from a form from another interface. For example, in the image below, I select 3 rows, then for those 3 selected rows, then click a button or link to call a preconfigured related action to update the values in the black square. The idea of this is to use the select to call a related record or action for bulk actions instead of making changes row by row. Is it possible using a editable grid or a real only or is there another way to do the same?
We have a requirement to make Encrypted Text Fields resize/expandable. Is there anyway we can achieve that? Please suggest. Thanks in advance!
Hello community, that is the error- An error occurred while trying to write to the entity "LMS_Approval_Details" [id=df9f2bb8-8169-4985-987e-21a22f970163@4662, type=LMS_Approval_Details (id=3874)] (data store: LMS Data Store). Details: org.hibernate.PropertyValueException: not-null property references a null or transient value: LMSApprovalDetailsDT7163.customerId Data: TypedValue[it=3874,v={<null>,<null>,,,Approve,,,}] Thanks in advance
Is there a way to only get the modified fields in the UI then compare it to the database value?
Cucumber for Appian Framework 22.2.1, when running tests and an alert type window is opened by webdriver, error message "org.openqa.selenium.UnhandledAlertException: unexpected alert open: {Alert text : Are you sure you want to leave?}" is displayed on the test runner console and the test execution is stopped. Any idea why this is happening and something to work around?
Hello, I'm trying to run some tests and I get the same error on login and logout. ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Logout link org.openqa.selenium.NoSuchElementException: Unable to locate element: //a[contains(@aria-label,'Open user options menu')] It doesn't seem to find the Logout Link. I have tried with Chrome and Firefox. Firefox also tried with two versions where the last one was the updated version and the drivers too, and the exception is still there. Does anyone have an idea how I can fix it? Thanks.
I have CSV file , in which all the applications related to specific environment are present . I want to use a bath processing based on weekly basis and will use that in my application so that storage burden on the environment can be reduced. so please help me with this I don't know how to use and configure the batch process. It would be better if some examples related to batch processing given.
Hi all, I have a requirement in which I am getting base64 data in a http response, I am indexing the response and storing it into a pv! of type text, but the base64 format has huge number of characters while the pv! is holding only 4000 chars followed by "...". How can I get the complete base64 data as this needs to be passed to smart service for document generation. (In fact, I even tried to pass the indexed data directly into the smart service input parameter without storing in a pv!, still its not passing complete base64 structure.)
My use case: After taking an action in the interface, I need to pause the process instance until It gets resumed back by the actor.
Hi, The requirement - Have a dropdown in an interface say -> facility with values 1,2,3. Once I select a facility say "1", I shall show some grids and other objects below with links to other processes and interfaces, in the same interface. I click on any process link on the interface, complete my action and click on go back. I will come back to my first interface with the dropdown will the value that I selected initially -" facility 1" be still there or will it be refreshed. Is there a way to keep it on the selected value. Thanks in advance, Swetha
Hello guys, I created a process model, but when I executed I got an error, it tells me XOR is invalid. Can anyone tell me why it's invalid, and how to fix it?
Hi, I have a value like APPIAN123, need to display the output as APPIAN321 Guide me
I have a list of paragraph in one of those there should be two key words in separate places could be one before another for example sometimes could be a text like this " hi carls your property is ready you can verify in 96 days" or the other way around " in 96 days your new property would be ready" in this case i would like to be able to find this two key word and get the exact paragraph the key words that will always be in this scenario are "property" and "## days" cause there are some paragraph that could have one of this words but when we find them combined it is a match. i was trying with regexarrayindexfirstmatch but i could not make it work also i tried using like() function and find(). another thing all this paragraph are coming form a PDF file with&n
Hi, How to show number remain of character in paragraph field Thanks.
Hi All, I want to use multiple data store entity node in my process model. I am passing the input as below in the inputs tab of the node, { a!entityData(entity: cons!DSE1, data: {pv!data1}), a!entityData(entity:cons!DSE2, data:{pv!data2})} But I need the outputs since I am passing that into sub process but I don't know how to save the outputs in pv!data1 & pv!data2 in outputs tab of the node. could you please help me on this. Thanks in Advance.
How do I get a listing of all Record Types? ( I am trying to build a report of Record Type IDs and UUIDs )
I have a linkField with a recordLink. It displays the wrong label, but when I click the link it takes me to the correct record. My main table has two columns that are foreign keys to another table for contacts. Ex. Main table has columns primaryContact and secondaryContact. Row 1 has primaryContact 1 and secondaryContact 2. The 1 and 2 are foreign keys that reference the Contacts Table, with columns id and name. Row 1 has id 1 name Michael. Row 2 has id 2 name Luis. Ex record link: a!recordLink( label: ri!record[recordType!MainTable.relationships.ContactsTable.fields.name], recordType: recordType!ContactsTable, identifier: ri!record[recordType!MainTable.fields.secondaryContact] ) The expected behavior is to see the name Luis and when the user clicks Luis, it displays Luis's record. The actual behavior is it shows the name Michael and when the user clicks Michael, it displays Luis's record. So, it is displaying the wrong label, but the correct
Hi, Can we customize the filters on the grid with different icons instead of icons ?
.
I have added "XOR" Gate to my PM and in that i have added a condition like "if( totime(local(now(), "IST")) = cons!IT_TIME_CONSTANTS_FOR_VERSE, true(), false()) Where The constant holds time of 12:30 PM,but even though that expression is true the Pm is returning false because of which XOR is failing.Can anyone suggest what's wrong hereThanks in advance,SSP
I had created an interface that calls another interface. Also, I had created a counter as a local variable that is incremented by 1 every time a button in the interface is pressed. On every button press I want to add a new section that calls the child interface. My problem is that on the first press only the child interface appears! So here is the code if you can help me a!localVariables( local!count: 1, { a!sectionLayout( label: "Click the button to add a new Customer Currency section", contents: { a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Add new section below", icon: "plus-circle", value: local!count + 1, saveInto: local!count, size: "SMALL", width: "FILL", style: "PRIMARY" ) }, align: "START" ) } ), if(local!count<>1,a!sectionLayout( label: "", contents: { rule!C_CustomerCurrency(ri!Currency) } ),"") })
Hi, I have process model with process variable value like below if i wanna use process variable for rule input in interface? Must I do? Thanks
Hi Appian Pals, I have a requirement to send a variable which is of type multiple to send it one by one in an incremental way in the sub process.I tried to achieve this by using MNI in the script task and align the values by using spawn all in the list variable and then align them in the new pv.Now that pv is not getting the value from the second index. For the first instance, it is getting the value and getting inside the sub process, but for the second value in the list, it is not incrementing and getting updated.What i want is recursively the list should increment and assign values to the pv so that it can go into the sub process.Any of the directions would be appreciated.
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.