-
Recently active
I have an interface with a link(Open URL ex. https://) that opens a new tab/window. The new tab/window initiates a process, and I would like this window to close automatically once the process is completed. Is there a way to achieve this in Appian? Any guidance or code examples would be appreciated.
I’m using a webContentField in Appian to embed a webpage, but it doesn’t allow me to access the device camera. Is there a workaround or a different component I should be using to enable camera access within the Appian interface?
Hi all, I am Importing an excel file to database. It has two tables Deals and Loans. Deals to Loans have one to many relationship and deal id should be stored in loans table for the related loans. When I am uploading the file I am first storing the excel data in Datastore. And from data store I am saving the related data in the tables. while saving the loans the related deal Id is not storing properly. Loans data is being saved from datastore itself. We are applying index for deals table and then storing the related deal ID in loans. For example I have 10 deals of data in excel the first deal has one loan and the second deal has 3 loans and the third deal has one loan. For the first loan the dealId storing is 1 and for the next 3 loans the deal id is storing as 2 but for the 5th loan which belongs to 3rd deal the deal Id is storing as 5 instead of 3 in loans table.
Hi All , Two days ago, one of our DEV environment went down. Upon checking the server status, we found that all services were stopped. We restarted the server, and it's been working fine since then. However, I'm keen to understand the root cause of the issue. I checked the Tomcat logs but couldn't find any relevant information. Could you please suggest how I can identify the cause of this? which log should i see ? Thanks in Advance
How Can I fetch the List of value as a text string from the given List
Hi all, I have a requirement of importing the excel file to database. When the user upload an excel file in import it should create new data in 3 different tables. For example, in the excel file the data present is based on deals and each deal can have one or more number of loans and the deal will be having some amount values. So when the user upload a file it should update deals table, loans table an other table which contains of amount data of the deal. Thank you.
When we deploy a document from a lower environment to a higher environment, its ID is getting changed. Due to this, constant points to invalid/wrong a document. We are using direct deployment (Compare & Deploy) Is it expected behavior?
We are using AppDynamics for monitoring, post upgrade to 24.2 version from 23.2 we see below error in tomcat logs and we see 404 error when we try opening the processmodel. 2024-09-24 14:11:47 SEVERE [main] org.apache.catalina.core.StandardContext.loadOnStartup Servlet [action] in web application [/suite] threw load() exception java.lang.VerifyError: Inconsistent stackmap frames at branch target 56Exception Details: Location: com/appiancorp/common/struts/DelegateActionServlet.<init>()V @56: putfield Reason: Type 'com/appiancorp/common/struts/AppianWebMvcActionServlet' (current frame, stack[1]) is not assignable to 'javax/servlet/http/HttpServlet' (stack map, stack[1]) Current Frame: bci: @46 flags: { } locals: { 'com/appiancorp/common/struts/DelegateActionServlet' } stack: { 'com/appiancorp/common/struts/DelegateActionServlet', 'com/appiancorp/common/struts/AppianWebMvcActionServlet' } Stackmap Frame: bci: @56 flags: { } locals: { &#
All Respected Members, From the last few days, I have been facing issues while replying to threads or posting new thread. My genuine reply or threads are getting marked as Spam or Abuse. Are you also facing a similar issue? Please share your experience. I hope this will resolve quickly and members able participate actively in the community. Note: I am posting this from my other account. I am not able to create/reply thread from the original account due to this issue.
Hi everyone, After importing the data from excel the values of date fields present in the excel are storing as null values in the datastore and in database too. Any help here. Thank you.
Hi, Can we have startProcessLink when writing expressions for record title in header
I have been working on improving the performance of my interface, and I came across some performance results that I don't understand. I have a local variable (local!initialData) that calls an expression rule. I have a second local variable (local!dataCapture) that is just a copy of local!initialData. Looking in the performance tab of the interface, both of these local variables take the exact same amount of time to evaluate (+/- 1ms). However, I would expect local!initialData to take longer than local!dataCapture since local!dataCapture is just copying the data from local!initialData, not running the expression rule. Can anyone explain this to me? Is this to be expected, or am I doing something wrong to cause this to happen? I have attached an image of the performance numbers for these two local variables and have included the definitions of both below. Thanks in advance! local!initialData: a!forEach( local!orderLineData, rule!SSTH_initialData( orderLineData: local!or
Getting expression error - " User does not have sufficient privileges to perform requested action" I have one group when we add a user to that group getting the above error.and the same user when we add in another group not getting the error. and this error only occurs in higher environments, the same functionality works fine in lower environments. Checked group security, and properties and it's the same as the lower environment.
We have recently implemented Syslog streaming on our Appian platform. The log file is reporting a TLS handshake failure. We've been able to successfully use Curl (sample command below) to connect to the syslog server. We've done an end-to-end packet capture while doing this curl and can't see any evidence of a TLS handshake error. The certificate we use is a wildcard certificate (i.e. *.oir.qld.gov.au), but Appian support have confirmed this is acceptable. Examining the packet capture, we can see both a client and server hello, and both are successful. Because of this, I suspect the error lies within the rsyslog setup on my syslog server. Sample Curl Command that reports a successful connection curl -ilv OIRPSENTINEL01.oir.qld.gov.au:6514 Setup of rsyslog.conf on our Syslog server --------------------------------------------------------------------------------------------------------------------------------------- # rsys
Hi, I have a record title in header, the record title is using a record field called 'projectName', if user want to have an edit option beside the projectName in header so the projectName can be updated directly in header. How can I implement this?
Hi All, Suddenly, the environment became very slow and then completely inaccessible. Upon checking the Tomcat logs on the server, we discovered an OutOfMemory error. We later found out that performance testing had been conducted in this environment, which is not intended for load testing. need some help to recover the environment Thanks in Advance , Udhaya
hi, I am looking to get the start date and end date for all weeks given a month and year. I am learning Appian, I could see some functions in documentation that needs a date. The other way i could think around is write a procedure in the backed and call it , which will add overhead. Any ideas or suggestion will help.
I am using Locust with Appian to do performance testing. When I am trying to find a link using the options provided in Locust documentation, I am getting the message as "No components with label field_name not found" or "No components with type "record link" found on page. visit_record_type(record_type="Add Start Date")click_button(label="Add Start Date") click_grid_plaintext_record_link(column_name = "Add Start Date") visit_and_get_form("WAR Audit")click_button(label="Add Start Date")click_record_link(label="Add Start Date")click_record_list_action(label ="Add Start Date")click_link(label="Add Start Date") click_record_link(label="Add Start Date") click_record_view_link(label="Add Start Date") click_record_link_by_index(index=1,locust_request_label="Add Start Date")click_grid_rich_text_link(column_name="Add Start Date",row_index=0, grid_labe
When a new task email is generated for a group, it is sending 2 different emails for the users in different time zones. For example people in PST are not copied in the email sent out for EST and vice-versa. Is this an expected behavior?
We have an application that on a flow assign a series of task to a series of users or group. In this case we have a user that shared to another user (for internal policy the second one dont have to see, and dont see, the specific set of data related to the task, but this isn't the problem) The problem is that even the specific task was assigned to a group where there isn't the second user (that have received the task link) if that user use the link, it can see the task. Why? Are there some restriction that i can apply? Obviously we talk about task in report and not in tempo.
can someone answer this question. what are the data management techniques in appian As I am new to appian and this is the question that i have faced in an interview
I am not able to publish portals in appian comunity environment and also not able to create service accounts , can this things be enabled in future.
Hello everyone, In our Appian setup, we are utilizing SAML within Azure to embed Appian interfaces into an Azure application. We've encountered some issues when attempting to call the Microsoft Graph API, so we decided to create a Bridge API in our Azure application and make calls to it directly using the existing browser token connection. When I log into the application using SAML and then open a new browser window to call our Bridge API, I receive the expected data. However, when using a!httpWrite for a POST request to retrieve the API information, the response only returns an HTTP 200 confirmation code without any actual data. I assumed that no additional authentication methods would be necessary since I'm already connected to the application. Has anyone faced a similar issue or can you suggest anything I might have overlooked? Thanks for your help!
I was wondering if obtaining Appian certifications (Analyst and Developer) is a prerequisite for establishing a partnership with Appian. My company has a vast history in developing systems and applications for a wide variety of clients and organizations. Additionally, we possess substantial experience in low-code environments such as Oracle APEX. Is the certification a compulsory requirement for the partnership. can anyone please clarify the specific requirements and certifications needed to pursue an Appian partnership?
Hi there, I am trying to create an expression rule that returns true if a document is not null, and has an ID attached to it. The expression rule is used to determine an XOR node to go to the document deletion node to delete the document if it exists, or to move to the end node if it has already been deleted. Right now, I am using a plugin isObjectExists() and it does work correctly but my supervisor wants me to improve the code to not use that plugin, any ideas for what to do?Here is the expression rule I created, it currently works how I want it to but I want to avoid using the plugin, any help is 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.