-
Recently active
When DB Write to DS is giving locking issue saying it is Locked by some other process. Below is the error message. com.appiancorp.rdbms.common.LockException: Could not write to the entities [XXXXXX] of data store "XXXXXXXXXXX", because the data is locked. (APNX-1-4180-00A): javax.persistence.OptimisticLockException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect) : XXXXXXX
hello, im develloping an application that contains 2 groupes i have created a sign in page this page allows me to create a new user and then add it to a specifique group , now i want that after the user receive a mail that contains the login and the password to his appian account an interface that contains information will be played ( i want to display this interface directly after the user loged to appian ) any help how can i do this please !
I have been trying to run automated testing through Jenkin. I have followed appian documentation Running Automated Tests on Expression Rules with Jenkins - Appian 23.4 . I was getting several errors and managed to solve some of them and got stuck at one particular issue. Highlighted all the errors faced so far - I was getting below error but managed to resolve it by modify the “build.gradle” file. I have removed the less-than symbol (<<) in build.gradle file. After resolving above issue, now I was getting message “Could not parse content-type header”. I have resolved it by adding header (content-type: text/plain) in “ciStartRuleTestsApplications” webapi. After resolving above issue, I am getting error related to “java.io.Writer” For better understanding of error, I have added parameter “--stacktrace” to task in Jenkin build step, it shows “noSuchMethodError” Error type. Can so
I just want to know how much score i have to get for passing the ACD 101 Certification Exam
I am calculating time difference between 2 time stamps in hours: min :sec format . Now my problem is I have to eliminate weekends between 2 time stamps and calculate difference in hours: min :sec format
Hello everyone, I have a question. I'm developing an application. The home page contains two buttons related to record action. The first one is the "Create Account" button, where the user can create an account and input different fields. This button works as expected. In the process model related to this page, I have added a "Create User" node so that after the creation, the process sends an email containing the name and password for the user. Now, I want to create a "Sign In" button. Is that possible, and how can I verify if this account really exists?
I just want to know Can a basic user get the access of the appian designer if account is related to community account only. how is it possible to give the designer access to a basic user. i have check it but did not find the system designer group if we set basic user authentication to a user. Please help
Hi Team, I am Self Learning appian and now creating interfaces, i want a requirement to create Repetitive Section Layout based on input integer value Scenario is let a integer input vale named Number of clients count. now i have collect the first Name, last Name and some other fields of clients, i created a CDT for those client data and created a Rule input as the interface is as shown below, when the number of client value is empty , we are displaying only one section layout as default. When i entered 2 as number of client, i got 2 section layouts how since i use for loop to display the recursive section layout, when i enter the details of first client , its is copied into second layout also i tried using indexing , but i faced problem when i am inserting data into fields. How do store Values into list type rule input in this situation. please help me, Thanks in advance I am attaching code for review. let me know if I made any mistakes { a!cardLayout(
Hi there, I'm trying to get details about a typical error that I constantly seeing on a process. A little background: This process is suppose to read rows from the uploaded spreadsheet, based on row validation it has to complete two sets of DB updates. In current configuration these uploads are done when the valid rows are passed through a start process smart service. Since we have to update two different tables we have created a parallel flow after AND gate to complete the same. But the problem arises when one of the node completes and hits the end node and the other node waiting of the sub-process to complete. Please check the screenshot attached. Consider to share the reason for this error and suggest the possible methods to avoid this. Thanks, Vishnu Devalla
Hi, Is there a way to restrict APPIAN basic users to access tempo site? Thanks/Mp
Hello.I'm new to Appian.When I try to output the contents of the data store as CSV, the following error is output.I am using "Export Data Store Entity to CSV", what should I fix?I haven't changed anything other than the capture.==================問題: An error occurred in executing an Activity Class.詳細: 新しいドキュメント名を選択するか、既存のドキュメントにアクセスする場合は更新するドキュメントを選択してください。 (APNX-1-4505-008)推奨されるアクション: Examine the activity class to correct the error and then resume.この問題の優先順位: 高い優先順位==================
Hello, I have a local variable that contains an array of text retrieved from an API Call as seen below: a!save(local!transactionList, { id: local!Transjsondata.GetTransInfo.TransInfo.Id, time: local!Transjsondata.GetTransInfo.TransInfo.Time, amount: local!Transjsondata.GetTransInfo.TransInfo.Amount, }) so let's assume for example that i have 5 items in my transactionlist, each with their own id, time and amount, how can I represent each item accordingly in a gridview in its own row? I tried the below implementation: a!gridField( label: "List of Transactions", labelPosition: "ABOVE", data: local!transactionList, columns: { a!gridColumn( label: "Id", value: fv!row.id ), a!gridColumn(
Want To fetch the data more than 5000 . let me know how to fetchrule!PPO_qrtName( pagingInfo: a!pagingInfo(startIndex: 1, batchSize: 7000) ).data,
How to insert tiff file into Word Document using ADT?
I am trying to make a simple app for IOS and am running into an issue with the provisioner tool not working due to not having the paid Apple Developer subscription. Are there any work arounds for this that could be recommended?
KalaKrut Platform needs to build a full-fledged web2/web3 community based marketplace app using Appian (site and portal). We are an artist-centric, community-based social hybrid platform for the music and events industry involves a blend of social networking, content creation, collaboration, and promotional features including common industry specific workflows. In addition, the platform has its own workflows for creating, managing, scaling the community and making policy, guidelines and rules along with many business workflows for rendering it's gamut of services. Presently our community strength is 90+ members plus few associate members. Our extended non-member community is very large. Due to disparate data sources involved in this business domain we need to integrate processes into a single or a few apps. I would be grateful if someone from support or community could share insights into how we could qualify for long-term full-featured free-tier access to app developmen
Hello All, I have a requirement where we need to delete rows based on array's of arrays(nested arrays) when i tried to implement the logic and try to delete the rows i'm getting the below error message as shown. Can you please let me know what could be the best solution or approach to achieve this requirement. CDT structure: Delete code: Error screenshot:
Hi all, We're deploying an application to a new environment for the first time, but upon inspection of the package in the target environment it's listing some record types as missing precedents. We've checked and the I've checked the forums and this seems to be a known issue. My first idea was to try and deploy the record type individually but it has too many missing precedents. Any other suggestions on how to get around this?
hello everyone I have this issue while testing my process Model .how can i solve it please !
Hi All, Is there a way to subtract the users in list 1 from the users in list 2 and return list 1 after subtraction?
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.
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
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.