-
Recently active
Hi there, One question here I have a URL need to be insert into email body. This URL will be different between DEV site and PROD site. I am trying to define a constant for this URL. but dont know how to insert it into email body, as "insert web link" does not accept constant. tried use using safelink in "Insert an expression". not good. Could anyone let me know how to do it? regards, Lin
In this Enterprise Architecture Diagram clearly shown that we can deploy our own Application on Cloud. But I Don't know how to configure and connect . pls suggest some Blogs or Documentation for this issue.
How to Start a process model with out start form or how write expressions for for button to start process model in interface
Hi All, I have a case where Users will pass some Id parameter say batch Ids upto 4k or 40k and we need to query all the data for the inputs from one particular view. In older version like 17.1 we used this executesqlquery() function which is available in sqlexpressions plugin to fetch all data. Since this plugin is deprecated now we include a stored procedure that will query data dynamically. But for few data like upto 1000. It works fine. But it seems to have certain character limit to be passed as a input parameter. If we cross it, stored procedure is not accepting those values. We are getting null values. If anyone knows any replacement or ideas on how to proceed with this it will be helpful. Thanks & Regards, Kavya
"java.lang.ArrayIndexOutOfBoundsException" error thrown while running parse Excel to CDT process
Hello All, I am calling the interface through summary view of record type and create a button in related action. I am having a button in interface as well and when this button is clicked on it should display the related action button. But in my case related action displays after refreshing the page. Any suggestions would be helpful.
All I really want to do is be able to create a filter on a read-only grid but it appears to only work on a filter associated with the record type.
Hi Team, Is there anyway I can get rid of the DEBUG statements, it takes lot of digging to find the actual issue. Any help of this will be appreciated. 15:06:22.699 [AsyncHttpClient-1-6] DEBUG org.asynchttpclient.netty.channel.ChannelManager - Closing Channel [id: 0x352261bf, L:/127.0.0.1:65045 - R:localhost/127.0.0.1:55909]15:06:22.699 [AsyncHttpClient-1-6] DEBUG org.asynchttpclient.netty.handler.HttpHandler - Channel Closed: [id: 0x352261bf, L:/127.0.0.1:65045 ! R:localhost/127.0.0.1:55909] with attribute DISCARD15:06:22.704 [AsyncHttpClient-1-7] DEBUG org.asynchttpclient.netty.channel.NettyConnectListener - Using new Channel '[id: 0xb5d60450, L:/127.0.0.1:65046 - R:localhost/127.0.0.1:55909]' for 'POST' to '/session/38b062eefaf139bb0d755dcb873de4f4/element'15:06:23.097 [AsyncHttpClient-1-7] DEBUG org.asynchttpclient.netty.handler.HttpHandler - Thanks, Chandrakant Raju C
My rule input is of type document of CDT to upload excel file into the database.
In a interface I need to generate a certificate by clicking a button and in that same interface I need to show the document download link. can anyone suggest some ideas? Note: Clicking on that button will trigger a process model that will generate the certificate
I want to create an editable grid for each raw of read only grid and save. is there any way we can do that simply?
Hey Guys, I am using the a!recordactionfield in a separate interface to add the data. It contains card layout for each of the data we added. Is there anyway to refresh the page while submitting the data using dialog box option. All process model nodes are chained and when I used the "open in same tab" option it refreshes the data but from the dialog box it does not refresh. I also used the a!refreshvariable in the local variable in interface but it doesnot work.
Hello: I am trying to create an interface - similar to the Maintenance Request example in Appian but I would like to add a "Select" checkbox that is (vertically) aligned in the center with the text (in this case, 2019 Lexus E350). Also, is there a way to include a check box without providing an option name since I would like the "Select Product" to be the column header. I am creating a set of card layouts using a 'forEach() function. Is there a way to implement Flexbox layout - I went through the SAIL document but the search yielded no results. Thank you for your help. Ma
Hi! Is there any way to have 2 different y-axis for the same plot? May be a plugin? For example: one y for gdp, one y for population, while they have in common x (year).
Getting above error how to resolve .. as value is null ..
Is there a way to use search filter in UI, where I'm fetching data from task Report
How can the email/name attached certificate that I earned when I pass the Appian exam?At some point in time I'll be changing my employer and I'll want to take my certificate with me by transferring the certificate/achievement to my personal email address/account. Does it change things if my employer has an Appian partner agreement?
Hi, I am Getting Error on User Creation Node in Process Model - "The user creating this account doesn't have enough privileges to perform this action"
Hello, I've been trying to make a dual-y chart. If I understood correctly, I had to use googleScatterChartField, but I can't see the labels of axis and values for the second y. The code is here: a!localVariables( local!colData: {{ type: "number",id: "Age",rowDataKey: "Age"}, {type: "number",id: "Weight",rowDataKey: "Weight"}, { type: "number", id: "Height", rowDataKey: "Height"}}, local!rowData: {{Age: 28, Weight: 43, Height: 10}, {Age: 9, Weight: 39, Height: 20}, {Age: 2, Weight: 52, Height: 30}, {Age: 20, Weight: 72, Height: 35}}, { googleScatterChartField( label: "Chart", validations:"val", chartColumnData: local!colData, chartRowData: local!rowData ) } )
Hi, Could someone please help me understand the reason for the error I am getting in Process Model? JAXB failure trying to convert value ProcessInfo to Appian type ProcessInfo Thanks Faisal
Hi, I have am read only grid where I have enabled search functionality. The Search text field is giving some default text. Can someone let me know how to customize that text. Basically, I would like provide a text which is more meaningful. Thanks
a!localvariables(local!leadData: rule!TRO_qrtLead(leadId: 244).data, local!credentiallingTypes: if( a!isNullOrEmpty( local!leadData['recordType!TRO Lead.fields.credentialingTypeLookupRefId] ), {}, local!leadData['recordType!TRO Lead.fields.credentialingTypeLookupRefId] ), a!dropdownField( label: "Type", choiceLabels: local!TRO Lookup.fields.label, choiceValues: local!TRO Lookup.fields.lookupRefId, placeholder: "---Select Credentialling Types---", value: local!credentiallingTypes, saveInto: local!credentiallingTypes )) how to handle null over here ?
I want to display multiple default options in record filter, but it seems like filter doesn't work when multiple options are there for default filters. Is it an appian limitation? Is there any work around for this? I am using 20.4.
Hi, I have a dropdownfield in the edit screen. Initially when I open existing record, by that time this field will not having any data and based on the user search in another field, this dropdown will load the data. When I try to set ChoiceValue to null it is not accepting. Can some one guide me how to handle this when there is no data in initial load. Thanks ERROR:
Hi, I am trying to convert the text which is entering into the textField into a upper case and trying to store into a ruleInput. But, it is not working as expected. I am attaching the code here to get some experts advise. Thanks. a!localVariables( { a!columnsLayout( columns: a!columnLayout( contents: a!textField( label: "Name:", value: upper(ri!name), saveInto: upper(ri!name) ) ) ) } )
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.