-
Recently active
Hello, guys. I am wondering how can I craete a component that has a button to copy its text content to the user's clipboard. I would like to be able to copy the rich text's content only. a!columnLayout( contents: { a!richTextDisplayField( label: "Lorem Ipsum", labelPosition: "ABOVE", value: { "Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt." }, marginBelow: "NONE" ), a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Copy to clipboard", submit: false, width: "MINIMIZE", style: "LINK" ) }, align: "CEN
Hello Team,I'm using a MNI startprocess with the Run one instance for each item in pv!array (spawn all) along Run all instances at the same time(move when All instances are done), in process parameters I'm sending pv!array[tp!instanceindex] to another process.In one scenario I have only one element in pv!array, but it triggered 2 instances for the same data. Could anyone explain me why this happening?[mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] [mention:b45a4f6a20b14a008e4e0ec732a8bf98:e9ed411860ed4f2ba0265705b8793d05]
I have a list of integers from 1 to 100 and i want 30 random numbers from that list how can we do this?
Hey developers, I would like to send an email to a client if their balance reaches a limit. How can I do that? Is it possible to set a condition on the balance in the interface definition and then trigger a process model that sends the email?a!localVariables( local!emailSent, local!button :false(), a!sectionLayout( label: "", labelColor: "#000", contents: { if( ri!account['recordType!{b37748b2-8103-41ea-8028-2b358e4f229c}PBY account.fields.{4a9de4b2-f127-44f1-86d2-21c2a6b2ee2d}Solde'] > 20000000, {}, { a!buttonLayout( a!buttonWidget( label: "Voir détails", value: true, saveInto: { local!button, a!startProcess( processModel: cons!PBY_sendEmail, processParameters: { account: ri!account, }, onSuccess: a!save(local!emailSent, true),
I have a bar chart driven by a recordType which displays the value of each bar. What happens is that these values are being placed on top of the bar for the longest bars. I'm surprised that Appian does not automatically adjust the color when it overlaps the text onto the bar. How do we get the text readable both overlapped and not overlapped? One easy answer is to use a lighter bar color.... However, I am required to meet WCAG AA color contrast between the white background and the bars. This means the bars have to be a dark color. I have found that I can adjust the Y-axis maximum value to force the bars to be shorter which keeps the labels to the right of the bar. The challenge with this solution is that the range of possible values is theoretically infinite (practically within about 10-ish years). The only way to know what the current max value would be to query the recordType ahead of time, add some buffer value to it, set the Y max to that value. 
We had an interface, while loading the interface in the flow sometimes we are getting Memory Circuit breaker error and we could not able to move forward as we cannot click anything on interface. We already optimized the code to maximum extent. Is there any way that we can show that error in separate section which will not block the interface, so that we can move forward by clicking on submit button
I'm evaluating BPM/Decision Engine solutions to integrate with our in-house built platform and I like much of what I see in Appian: its SAAS, so I don't have to host it, it has a lot of documentation and a broad user base with very active support forums. But, I can't tell if they want our business. They don't list any pricing that I can see, and won't respond to my "Contact Us" requests. Is this really just for large enterprises?
Curious if any other practitioners are running into issues with Oracle 12.2 and it's use of editionable views? Currently running Appian 23.3, we are upgrading a business Oracle database we connect to from version 12.1.3 to 12.2. With this version of Oracle, the best practice is promoted no longer reference base tables. Instead, editionable views are automatically created to utilize and this is what is mandated by our Oracle teams, via a synonym pointing to the editionable view on the table. Appian (at least in my current version 23.3), does not seem to support the use of synonyms in this new fashion, as in the past we have always used synonyms within Oracle to satisfy data store validation and operation, for objects residing in different schemas, etc. With Oracle 12.2, these editionable views are created automatically from the first 29 characters of a table name such as below: Table: ORACLE_TABLE_NAMEView: ORACLE_TABLE_NAME# This practice forces changes to the original synony
Hi there, My Email Smart Service is working great when I upload a plain text document. I need to change how the email looks. Uploading a .txt or a .HTML with the HTML, exposes the HTML while still making the correct replacements from the template. Am I uploading something or doing the HTML incorrectly? Thank you for any help.
Can you disable dates in a datefield based on a date? That is, disable calendar dates starting from a specific date
I have added some fields to the user interface (UI) and marked those fields as required. The UI that includes these fields has been merged with another UI. This combined UI is then linked to another UI that contains a "save" button. In the "save" button, I have set the validation parameter to true. However, after clicking the save button, the validation for the required fields is not being displayed.
Can we handle the exceptions in Appian interfaces ?
Hi team, We have a requirement to fetch the data from FTP server where the file exceeds 100Mb size or more and we have to store all those files(100GB) into Appian Folders. We are storing the files to display in grid and then download the file whenever required. Is it recommended to store all those files into Appian, If not what is the best way to do so? Thanks.
Hi team, im looking a way to start a rule input with data, for example: i get data in a child sail that i need to pass in a parent sail at the first moment the parent sail calls to child
Hello Everyone, I have recently completed all of my Appian Release showcase trainings and got a revised validity date on my Associate Developer Certificate. Can anyone please suggest how I can download my Associate Developer Certificate with the latest validity date on it. (Also I'm not able to find my old Appian associate developer certificate) Please guide. Thanks & regard
At first, Dropdown values already submitted. In second time, We may need to change the option So Can we load a dropdown with a pre selected text value that was submitted earlier and again select a new value from dropdown
I have some nested CDTs, like a nested in b, b nested in c, I want to cast it to recordtype with relationship, like C has one-to-many relationship to B, B has one-to-many relationship to A. All fields are mapped, how can I cast?
I am migrating Appian instance from 20.1 to 21.2. Post migration, I am receiving error is starting the Data Server. Log file name : Wachdog.log Per Log: The data server historical store (hs) folder and snapshot(ss) are not empty which is the case ( as it is migrated) but some how lastTxOffset value is found to be -1 which indicates log should be empty. Error stack {"level":"DEBUG","time":"2021-06-24T02:43:39.333Z","logger":"watchdog","caller":"KafkaConsumer.java:2181","thread":"main","msg":"[Consumer clientId=consumer-1, groupId=dataserver-consumers] Kafka consumer has been closed"}{"level":"ERROR","time":"2021-06-24T02:43:39.333Z","logger":"watchdog","caller":"Watchdog.java:1194","thread":"main","msg":"Shutting down with exit code 1..."}
I am getting this error "Cannot sort by field [teamMemberId] because it is from a one-to-many record relationship." when trying to apply sort field gridcoloumn a!gridColumn( label: "Members", sortField:recordType!WFM RID.relationships.wfmRIDmember.fields.MemberId value: count( fv!row['recordType!WFM RID.relationships.wfmRIDmember.fields.MemberId'] )
hi all,,, i have an editable grid interface in which when i choose a dropdown value for "subsidiary" field, the other 2 fields(businessunit and objectamount) will get autopopulated values..i need to add multiple rows also,,but when clicking on add row button,,iam getting error message like this: Expression evaluation error [evaluation ID = a5ba0:92723] in rule 'i2cemea_editablegridbookingfssc' (called by rule 'i2cemea_genericwriteoffform') : An error occurred while executing a save: Expression evaluation error at function 'append' [line 123]: Insert is not supported for I2CEMEA FSSC Booking Info types CODE: a!localVariables( local!Subsidiary: if( a!isNullOrEmpty(ri!companyCode), 'recordType!{837731a9-893a-4a24-aa84-dedd7697c0b8}I2CEMEA MW GL Account'(), rule!I2CEMEA_QR_getMWGLAccount(companyCode: ri!companyCode,processType: ri!processType).data ), local!bussinessUnitorObjectAccount: if( a!isNullOrEmpty( ri!bookingFSSC['recordType!{0
Hi everyone After reading this sentence, I wanted to know more, so I would like to ask a question. [mention:a776b956d9da49b1bbfb78dfc99430ac:46448885d0e64133bbfbf0cd7b0fd6f7] How can i map a view with record type. As a result of investigation, I was unable to map View to RecordType. Thanks
Hello devs, I need your help. I have two records: 'account' and 'transaction', and the 'balance' field of 'account' varies based on the value of the 'Amount' field of 'Transaction'. I've added conditions to update the 'Balance' (in the saveInto function) when the user clicks 'Create transaction' and it works well in the interface the field in my ruleInput record has been updated, but the update isn't happening at the database level. How can I dynamically change the balance on my site based on the value of the 'Amount' field of the transaction record?
Scenario: The user started the process and before process completes user left the bank .The sub process got errored because assignment of nodes is 'run as whoever started the process'. In this scenario , do we need to change assignment of that node to 'run as designer of the process'. in the production and restart the instance , or any other Approach?
Hi Everyone, We have one functionality as we are validating the data in excel and load the data into db. I uploaded file with 1500 rows and 129 columns each row will have, I am getting below error when i try to upload 1500. The System Has encountered an error, An error occured while processing your request. but when i found in server log below is the one,Can anyone of you please mention what is the below error stating? which size it is mentioning as 200,000,00? APNX-1-4532-000,"Expression evaluation error: Max compression size exceeded. Max size=200,000,000, actual size=257,715,470",,0000e69f-7bc4-8000-9844-3d4d983d4d98,,,,SITES Thanks in Advance!!
I want to have a readonly paragraph field with a scroll bar, so when text is long it can be scrolled within a box rather than displayed all in the page. How can I do?
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.