-
Recently active
I have a list interface A added under Site, and once user click on each individual item in the list, it start a process P1 (no process starting form). In the process, it initially set some variables and then open an summary interface S1. Now, as my site have A,B,C,D interfaces added as pages, I want to terminate process P1 once I jump out from S1 by clicking any of the A,B,C,D button on the navigation bar in main menu. How do I achieve that?
Hello, Recently I have been trying to set up the SharePoint connected system using "Client Credentials" as the authentication method. This is so that we can have an App-Only type access to SharePoint. Our client is insistent on setting up their SharePoint application is Azure AD as opposed to Azure ACS. It is my understanding that when setting up in Azure Ad as App-Only, we are not able to generate a client secret and therefore we are not able to use the Appian SharePoint connected system. Is this correct? and if so, is there a work around to this? Our two requirements are for the SharePoint to be registered in Azure AD, and for the access to be App-Only. Thank you.
Hi there,I have a scenario where there is a dropdown, whose value is getting saved in a local!var. Now, upon selection a specific option from the single select dropdown, depending upon the value, there is another child interface which is consuming the selected local value in its ri!var throuhg which the charts are being generated.Now, If we select the value, the chart is generated rendering from the child interface.If we deselect the selected value, the chart is not getting back to the original state.I.e, it is not being selectec on deselection of a value from the dropwdown. My goal is upon the deselection of the value, the chart should be back to its normal state, means the refresh case should be working.Any thoughts upon this?
In our application, the landing page displays 1,000 records from a view with 6 or 7 fields. The application performs well for a single user, but performance declines as the number of users increases[goes 12 x slower for 100 users ]. We have reviewed the database calls, and they are quite fast, yet Appian takes a long time to load the pages. Are we missing something here ?
Hi All, In Web API, when Appian receives file in binary format, we are using Appian-Document-Name field in the header to pass file name. And it is working fine when for English characters but when comes to Swedish file names it gives random some values in the file name. For Example, Expected file name ÖPPNA.pdf, actual output cames ?PPNA.pdf
{ { requestTypeId: { description: "Request Type Unique Identifier", type: "integer", questionSet: "global", required: true, typedesc: "Text" }, automationId: { description: "Automat Recipe or Campaign Builder Id", type: "string", questionSet: "global", required: true, typedesc: "Text" }, status: { description: "Automation Source", type: "integer", questionSet: "global", enum: { 157, 158, 159, 160, 161, 162, 163 }, enumLabels: { "Automat", "Crossroads", "Member Web", "Public Directory", "Member App", "Provider Portal", "Faxblast" }, typedesc: "Single-Select" }, subStatus: { description: "Reported On Date / Time (format: YYYY-mm-DDTHH:MM:SS)", type: "string", questionSet: "global", typedesc: "Date and Time" }, contactPhoneNumber: { description: "Contact Phone Number", type: "string", questionSet: "global", typedesc: "Text" },
Hi, I have a data like { 'type!{urn:com:appian:types:CB}CB_Builder_Checklist_And_Items'( 'checklist': 'type!{urn:com:appian:types:CB}CB_Builder_Checklist'( 'id': 32, 'name': "Test", 'description': "Test", 'owner': "", 'use_group_additional_owners': false ), 'checklistItems': { 'type!{urn:com:appian:types:CB}CB_Builder_C_Item'( 'id': 47, 'name': "Test1", 'item_type_id': 6, 'isInterval': false, 'validate_answer': false, 'owner': "", 'use_group_additional_owners': false, 'choice_multiple': false, 'mandatory_comment_fail': false, 'description': "Test" ) } ), 'type!{urn:com:appian:types:CB}CB_Builder_Checklist_And_Items'( 'checklist': 'type!{urn:com:appian:types:CB}CB_Builder_Checklist'( 'id': 47, 'name': "Test", 'description': "Test", 'owner': "", 'use_group_additional_owners': false ), 'checklistItem
Hello everyone, I’d like to gather insights on any coding, design, or infrastructure issues that could significantly impact the scalability of the on-premise application.
I have a scenario where i should enable the multiple selection in filter to this i have to use only include operator because the values stored in the tables as Labels & Values example(test;55). Currently i am using the below logic where it is working for 1 scenario and not working for expected scenario For example, 1. For the one Product id it is giving as the below result 2.If i pass one more product id on the Suspect Product filter along with the Primary Id in the 2nd filter it is giving the null result but actually it should return me the 3 set of records Please suggest how to get the records by using Included operator with multiple values
I found rv!record only contains few fields of the record, which caused several bugs in our application that were not found before. Is there any update on rv!record? I remember previously it has limitation on related record but worked fine on record itself
Hello, How can we send alerts email to DL? Please assist. Thanks
I have two interfaces. I want to pass CDT rule input of interface 1 to interface 2 as a parameter. Consider CDT rule input as ri!details in interface 1 and ri!bookDetails in interface 2. I tried this code in expresssion mode of interface 1."rule!interface2(bookDetails:ri!detiails). But its showing as error. Can anyone help me?
Hi All, whether there is any option in Appian to vanish Pop up once timer got completed instead of showing error for task not active anymore.
Hello, I am trying to add pv! data to a task report but it always comes out empty. My data definition is: pv!record[W1182 Solicitud.idCategoria] formatting: number It does not display any information. All information I request using tp! works fine. Am I doing it wrong? or is it not possible to display rv! info in the report? Thank you
I am new to appian I need read excel data along with header which is dynamic it will change for excel to excel some fileds are static and insert them into a staging table both header and data for that column . my staging table contains fileds like attribute1, reason1, score1 till 20 . I want to insert headers to attriubute field from 1st row and reason and score to data from second row I am trying with readexcelsheet/readexcelwithfiter/readexcelwithpaging functions but since its dynamic i am having confusion how to do the mapping Imp : Number of header column and name of the header column will be dynamic Can anyone help me how to do or is there any other approaches there ?
Hi All, I have an interesting use case where the client wishes to open a 'Task' within a 'Case'. For Context, we have a design where our Case has a one-to-many relationship with Tasks. We have a 'Tasks' View on the Case record which has a selectable a!gridField where the end user can select a Task from the grid. This populates a Task screen below with data and record actions for the selected Task. The client would like to navigate to the Case record -> Tasks View via both the a!recordLink() and a!urlForRecord() with the Task already pre-selected in the UI. The client is not willing to have the link navigate to a Task Record as they find it confusing and do not want the User to leave the top level Case Record. Is there any workaround I can use or is linking to a Task Record directly the only option available? Many Thanks for your time, Zac
Like to check whether the Encryption Functions plug-in compatible with Appian Portal or not. However, I don't see any document for this. Also, as per the documentation, we can see this compatibility in the plug-in summary. However, not able to find this. Can anyone please guide me?
Hello there, I am wondering if its possible to get my public ID using an appian function. Please Help!
I have inserted a new value in a database . (Scenario here is I have used a parent process to capture the values and sub process to write into the database.) Then again I update that particular value (Scenario here is I used different process to get all the updated values and used the same sub process to write it to the database). But the updated values are not getting reflected in the variables tab .It is showing the values that I used while inserting but in Process history tab the values are updated properly. I have mapped the input tabs properly. Can anyone please help me with this scenario.
I'm developing a preexisting app with many deeply nested interfaces that render as the contents of several cardLayout components. The contents displayed are dictated by a set of specific combination of Rule Inputs and Local Variables that is difficult and time consuming to reverse-engineer. Is there a way that I can get the Rule Inputs and Local Variables of a component that I'm currently looking at as a user so that I can input it into the component in the editor view? That way I can get the component to render in the editor as I'd see it as a user then work from there.
HI team, To learn adding External data sources as Connected System. i installed PostgreSQL locally in my system and host as localhost but when i try to conenct with localhost through connected system . I couldn't able to connect.
Hi, We have text which has Apostrophe in it for eg: Name with Apostrophe in it (Katie O'Mahony) . Since it is a XML field, We cant use it directly in XML field. Escape characters also not parsed in created document. Can you please help us in getting document generated with apostrophe in the text field. And also let us know which escape tag needs to be used for Apostrophe insertion. Sample XML :<followerlist abc='xxx' name='Katie O'Mahony' /> We have tried replacing with escape characters like &apos; $#34
Provide suggestions to connect Appian with Sonic s3 bucket to upload/download documents without using plugin.
How long the appian JDBC keeps the database connection alive? and How long it will be cached ? Is the caching happens for every Data source defined in tomcatresource.xml file?
Is there any to find the size of the data that is returned by a query?? The default size limit is 1MB, but we want to understand how much rows we can pull from database without reaching this limit.
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.