-
Recently active
Hi team, i have requirement to implement a donut style of pie chart. everything is fine expect the data labels. it is not showing complete label name in the legend. a!pieChartField( label: "Employee Credential Status", labelPosition: "ABOVE", series: { a!chartSeries(label: "off boarding or termination of client", data: 1374, color: "BLUEGRAY"), a!chartSeries(label: "making account to non billabale", data: 343, color: "AMBER"), a!chartSeries(label: "updated accouts to check pay", data: 97, color: "RED") }, height: "SHORT", seriesLabelStyle: "LEGEND", colorScheme: "CLASSIC", style: "DONUT", showTooltips:true, showDataLabels: true, showAsPercentage: true ) The requirement is to show complete label in the legend.
Can anyone let me know the difference between a escalation and an exception in a process model.
I'm encountering an intermittent issue when using a!startProcessLink within a a!richTextItem in a task. The process model being called is fully chained from Start to End and works fine when called from a Record as a Record Action. But in this case where I am calling from a Task, once the process ends, I sometimes get the error message: "The Task Could Not Be Submitted. The task has already been submitted." This occurs sporadically. Any insights into why this might be happening and how it can be resolved? Thank you!
Hi All, I have two interface, A and B. When a button in interface A is clicked all the components in B should be refreshed. Is it possible to refresh all the components in interface B without passing parameters in all components in interface B?(I am passing the refresh variable from A to B, but not from B to components in B)
When I select CDT in datastore. I got this type of error. Error: "An error was encountered while processing your request. Please try again." what should I do with this.
Hi All, Is there any way to control the size of text in dropdown values?
Hello, I keep getting the this error in my process model: "Error: Work Item Cancelled (Data Inputs)" on a Create Group smart service node. I read that this is often caused by the assigned user being deactivated, however the lane assignment is to an active user and all notes as assigned in the lane. What else could be the issue?
Hi , we are trying to access Appian by using mobile apps and we receive an error "An unknown error has occurred". By using a browser we don't have that problem. Any idea how to proceed will be much appreciated. BR,Natasa
I've done some searching on this topic, but it's been awhile since this question has been asked/answered so looking for some updated info. What is the best way to send a text message to external cell phones. And to include some custom text and possibly an image in the text. Any insight into this would be super appreciated.
Hi Experts Is there any limit for the length of the name of any object. For example: an object name could not be more than 27 characters, Is there anything like this ? Thank you in advance
Hi Team,I am trying to use Export Data Store Entity to CSV smart service where DSE fetching data from view. Failing Node Error: Details: An error occurred while accessing the datastore entity: View1Contact a system administrator for additional data. Could you provide any suggestions on how to resolve it? Thanks in Advance [mention:126a676c85024855948336691b0a7b92:e9ed411860ed4f2ba0265705b8793d05]
I have a form layout with a save button. Validation executes on button click in preview when designing the form, but when the form is opened via link on the record list and and summary view opens, the validation does not execute on button click. I am at a loss to understand why this is happening. I don't see any settings on the record view that would disable validation. Any ideas why this is happening?
Hi I need someone help!! I was trying to filter relationships in record data using record type in rule input, but could not filter. When I tried to filter the relationship of record data using text datatype in the rule input, i was worked. My question is why I couldn't Filter when using recordtype. I don't know what is wrong.
インターフェイスに複数の PDF ファイルをアップロードします。各PDFファイルの名前と一致するフォルダーにファイルを保存したい。
Hi All,I'm getting these lines in any charts that are closed like column,bar,area,pie charts, Can anyone help me to avoid these.Thanks
Hi All, Can Anyone guide me on how to show preview or actual document inside a grid? I have a grid of documents , documentID number, name, but with the document ID is not enough to show the actual preview of document, does anyone know or can advise me how to achieve this? thanks in advance
Hi community members, So in a process model, I added a XOR node. In the condition I put "=a!isUserMemberOfGroup(loggedInUser, a!groupsByName("Test group"))". The purpose is if the user belongs Test group it will go to path A. If not it will go to path B. So I'm sure the loggedInUser belongs to Test group, however when testing, after this XOR node it goes to path B. Did I make some mistake on that expression? I tried "=a!isUserMemberOfGroup(pv!loggedInUser, a!groupsByName("Test group"))" and it was not working too. Any suggestions? Based on suggestions, I created a constant for the group and use the expression a!isUserMemberOfGroup(loggedInUser(),cons!TEST_GROUP) . However it still didn't work as expected in the XOR node (not outputing "true"). But when I test the expression outside of the process, it outputs "true". So I'm wondering what's potential
Hi, I want to schedule ACD201 Senior Developer Certification, For Which Voucher Code is required, Kindly let me know how I can get it. I am ready to pay for it. Thanks, Shree Krishna Tiwari
I am generating pdf document but document may contains special characters like (’,>,<,*,",) so i am getting error, is there any way to resolve this ?
Hi, Have a user input task which is assigned to group of assignees. Have configured the task to be reassigned with original pool of assignees, but user can see the option to reassign to anyone. Refer to screenshots below: Can any one help how to get this fixed. Thanks.
We are using Appian Mobile App for offline form as Action in Site. The main interface has to option 1) Create Data 2) Select Data The steps below done when user is online from mobile device:- 1) user creates data which gets written to database. 2) user navigates back to other tab and refresh the page multiple times. 3)comes back to offline form again and try to select the data which he just now created outcome:- The data is not visible to user even after multiple refreshes but once user logout and login again then only data is showing. On contrary if we try this on laptop the user is able to see the data immediately. In case we add any interface component like dropdown/grid in the main/parent interface the data is refreshed immediately. Screenshots below:- Main offline interface having two sub interfaces add and check Once the data
Hi All, I have the requirement to build solution for supply chain management for one our vendor. Is there any module in appian which supports supply chain management or it needs to be developed out of the box in appian? Thanks, Shubham
Hi all, I am new to Appian and i am trying to create a simple interface for recording orders, with their order detail. My current code for CreateOrder ls below: a!localVariables( local!orderID: ri!record['recordType!{eef9daa6-821f-458d-a4bc-bd83dc5891a3}BC Order.fields.{5339c6c7-2ebe-42bd-a56c-6f282a60f27f}OrderID'], local!orderItems: ri!record['recordType!{eef9daa6-821f-458d-a4bc-bd83dc5891a3}BC Order.relationships.{777eb5a1-e4db-42d7-a15d-a0b26f1b65fe}bcOrderitem'], local!data, a!formLayout( label: "Create New Order", contents: { a!sectionLayout( label: "Order Summary", contents: { a!sideBySideLayout( items: { a!sideBySideItem( item: a!textField( label: "Order Number", labelPosition: "ABOVE", value: local!orderID, refreshAfter: "", readOnly: true ) ), a!sideBySid
Is there any way to acquire the active process instance IDs of a particular process model which we need to update in the database for cancelling purpose Like for case id 1001, the process instance id is 12223333. Can this be achieved using any report??Thanks in advance
Hi, I have a requirement to call an integration on submit button click. Based on the response from integration if error occurred i need to hold the form from being submitted or if its success i need to submit the form but should inform the user about the success through the success message. Any suggestions or design guidance would help. local!errorMessage, a!sectionLayout( label: "Segment Action", labelSize: "SMALL", labelColor: cons!CORE_BRANDING_LABEL_COLOR, contents: { a!columnsLayout(...), a!columnsLayout(...), a!buttonArrayLayout( buttons: { a!buttonWidget( label: "Save", submit: true, saveInto: { rule!PM_AutoUpdatePRNSegment(.... onSuccess: { a!save( local!successMessage, fv!result.body.message ) }, onError: { a!save( local!errorMessage, fv!result.body.message ) } style: "PRIMARY", disabled: local!disablerule, showWhen: local!initialAction, validate: true(), validationGroup: ri!index ) }, align: "END" ) }, validations: if(i
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.