-
Recently active
Hello Team, I have a query regarding sign-in page links option in admin console. According to the mentioned functionality, the added links should appear on the sign-in page below forgot password. I added 2 links over there but are not showing on the specified location. Anyone got success with this , Please guide me if I missed any configuration. Thank you
Hi Experts, I am using executestoreprocedureforQuery smart services to retrieve data through stored procedure. Can anyone help me that how to mention DataSource name ? Thanks
Hi, I am using a read-only grid with data as "recordType" and I was able to load the gridcolumns. So far so good. Now I am trying to download the data using "exportDataStoreEntityToExcel" smart service . Now, then I try to pass pass the selected filter value to the "exportDataStoreEntityToExcel", it is not working. Is there away I can get filter value of the recordType into a specific variable? filters: a!queryLogicalExpression( operator: "AND", filters: { a!queryFilter( field: "disabled", operator: "=", value: 'recordType!{3b28d66a-bc4f-445a-ade2-11f4b0bb38cf}LA Leads.filters.{ab7a2ca5-0634-4536-a28b-8904f23d0e04}Disabled' ) }, ignoreFiltersWithEmptyValues: true )
Hello, I'm new to Appian and I'm facing an issue in Appian Step-by-Step #11 Exercise specifically in the Request maintenance process model, it gives me this error below : Unable to write to the source due to system error.Error Details: Column 'VehicleID' cannot be null Even though I have given the vehicle a default value in the Request Maintenance Interface and have assigned it in the store additional values node as an output. Please let me know if you got some ideas to fix it. Thanks in Advance!
Hello, I'm new to Appian and I'm facing an issue with Exercise 10, I have completed all the Add New Vehicle process model successfully, except for the cancel condition because as shown below, I couldn't assign a value to the rule input cancel .. even though I have assigned it successfully in the Add New Vehicle Interface. Please let me know if I can do anything else to fix it. Thanks in advance!
Is anyone familiar with using IBM MQ and integrating it with Appian?
Hi, Is there any way I can get to know which objects are deleted from the application ?. I know that it is not possible to retrieve those objects back but is there any way to know the details like name of the deleted object and who deleted it etc. Thanks
I have setup a NAS storage and granted READ write for the nodes in the load balance setup. Do you know how to properly implement step 3. above? are you mapping each folder directly or using a symbolic link? Share the following directories across all servers: APPIAN_HOME/_admin/accdocs1/ APPIAN_HOME/_admin/accdocs2/ APPIAN_HOME/_admin/accdocs3/ APPIAN_HOME/_admin/mini/ APPIAN_HOME/_admin/models/ APPIAN_HOME/_admin/plugins/ APPIAN_HOME/_admin/process_notes/ APPIAN_HOME/_admin/shared/ APPIAN_HOME/server/archived-process/ APPIAN_HOME/server/channels/gw1/ APPIAN_HOME/server/collaboration/gw1/ APPIAN_HOME/server/forums/gw1/ APPIAN_HOME/server/msg/ APPIAN_HOME/server/notifications/gw1/ APPIAN_HOME/server/personalization/gw1/ APPIAN_HOME/server/portal/gw1/ APPIAN_HOME/server/process/analytics/0000/gw1/ APPIAN_HOME/server/process/analytics/0001/gw1/ APPIAN_HOME/server/process/analytics/0002/gw1/ APPIAN_HOME/server/process/design/gw1/ APPIAN_HOME/server/process/exec/00/gw1/ APPIAN_HOME/server/
HI,I am using integration to run the RPA Bot,but while Trigger the Execute Robotic process Smart service , the Workflow run succesfully .But on RPA side the Bot is not triggered and I also check the Integration ,Then i am getting Configuration error.Please let me know how it can be resolved and why its happening. Please find attached the screenshot:-
I just have a doubt, is it possible to deploy a plugin in Appian community edition environment for the sake of learning, without any Appian Support involvement?Plus, I would be Thankful if anyone provide me detailed material like how to build and deploy Plugin from Scratch.Thanks in Advance
Hi there, trying to learn building web api in Appian, could anyone know what's the problem here? the second parameter can not be CASTed? Best regards,
Is there a way to get the list of fields on a record using an expression? See example below on potential usage. a!forEach( items: 'recordType!{SYSTEM_RECORD_TYPE_USER}User'.fields, expression: fv!item ) If this is not currently supported it would be a great addition that would open up many interesting use cases.
Consider I have created a package and added 5 objects. Someone has removed some objects in the same package. And I didn't notice that and added some objects in the same package. Now the last modified was updated by me right. But I need to see who has removed the objects. Can anyone help me in find this?
Hi Team, Here I want to pass parameters dynamically from Appian to the stored procedure and get the data subset, then export that data subset to Excel. I have created a stored procedure, and when I tested passing dynamic fields and data, I am getting results. Now I wanted to export this data subset to Excel, so I tried using the "Export SQL to Excel" smart service. But I am getting the following error: "The following error was raised by the Export to Excel function: null" Is there any other smart service to export data subsets to Excel? Please advise. Thank you!
Hi experts, Our Appian instance is hosted on-premises and we also have an in-house SSO service agent. When users authenticate through the SSO service agent and request an Appian page, is it possible to bypass the login page in Appian by using the credentials generated from our in-house SSO agent, which was developed in Java? (The current SSO agent does not support SAML.) I would be grateful if you could provide sample code or related examples related to this matter. Thank you.
Hi, We have a requirement to create reports using BigQuery data. If we use API to access BigQuery the data is very huge and we are unable to process it or we need to call the integration multiple times to retrieve the data. Instead, we are trying to configure BigQuery as a data source. Do we have any plugins or a way to connect to Google BigQuery? Please let us know. Thanks, Bhargavi.
Hi All, Recently got an inquiry for use case where users would like the ability to click a link provided in an email which will navigate them to either a Start Form or User Input so they can reach the necessary screen faster. Users recently want to streamline their emails and provide a link to the necessary page where users will perform the necessary action that is being notified in the email. Issue with this inquiry I believe is there is not possibility to do this outside of the start page URLs on the sites. Given there are about two dozen different forms they could be wanting to access through the email I can't think of a solution to provide a unique link for each one of these process models. Does anyone have a use case where they made this work or a useful plugin that may make this possible?
Hi Appian, Is there a way to create a new txt file within a process model? Thank you
Hi i found this error after i created expression based filter in records and i gave security permissions for Administrators group : administrator , and All users : Viewer but not able to access the record list link.
Hello All, I have a question, is that possible to provide helptoolTip in textfield that each item has to be shown different helptool,like I have decision for each parameter different HoverOver_desc (placed screenshot) has to be shown, how that can be shown in textfield? a!textField( readOnly:index( rule!CR_RISK_PARAMETER_MAPPING( Param_description: fv!item.parameterId_int ), "isReadOnly_bool", {} ), value: rule!CR_RISK_PARAMETER_MAPPING( Param_description: fv!item.parameterId_int ).parameters, saveInto: rule!CR_RISK_PARAMETER_MAPPING( Param_description: fv!item.parameterId_int ).parameters, helpTooltip: rule!CR_RISK_PARAMETER_MAPPING( Param_description: fv!item.parameterId_int ).HoverOver_Desc, ),
Hello Guys, I'm having problems with the Script Task setup steps, no variable appears as target and even creating one gives an error. I have already configured the variables for testing in the properties and the previous step works correctly by Debug. I have already checked the AS_ (Solution) version and it seems to be the same as mine. Could someone help me? Thank you in advance
Hi all, I am trying to follow the steps given here: https://docs.appian.com/suite/help/21.1/develop-first-component.html And using the mapfile example given on the git: https://github.com/appian/integration-sdk-examples/tree/master/Component%20Plug-in%20(CP)%20Examples/mapField I create the zip file with the below steps: 1. Git clone the folder 2. Zip the mapfield example with the below command: zip -r mapField.zip mapField/mapField mapField/appian-component-plugin.xml But when trying to upload the files to the admin folder, I get the below error: ERROR com.appiancorp.plugins.LoggingPluginEventListener - Failed to load Component Plug-in 'maps plugin.zip': Could not parse zip file - make sure it is formatted properly. If anyone can help with this, I'd very much appreciate it!
Hello: I have two forms - one to display the profile of a library patron and another to display the books the patron has checked out. Is there a way to navigate from the 'profile' page to the 'check out' page using a button on the profile page without using a process modeler? Clicking on 'Show History' should display the Loan History screen. Thank you!
Hi, I am using "Export Data Store Entity to Excel" smart service to to generate an excel file. When I have more content in any of the column, column is not wrapping. Is there a way we can set the column to wrap the content. Also, is there a way to add a color to the header row.
Hi, Can anyone suggest ways to know the number of users accessing a particular application when there are multiple applications hosted on a server. Regards, Chetana
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.