-
Recently active
Is there any way to delete unwanted CDT from environment permanently? I have deleted CDT from Application level. But still i can see that CDT at all the objects level
Hello everyone, I have written a Fitnesse script for writing data into Grid (without label ) that clicks on add row link of grid and populate first column of grid. The first column is a simple text field, but FitNesse is failing to write the data into this field. FitNesse for Appian version: 21.1 Appian version: 20.4!| script |click on link|Add row|| wait for | 5 seconds | |populate grid|1|column|1|row|12|with|TEST data||click on button|SUBMIT|***! The error message that I receive is as follows: Timeout period reached: wait for grid cell - 1 Thank you!
Hi All, In latest version upload button, when uploaded files done, cant see cross button to cancel uploaded list. Last month, used to get 'x' icon to cancel image, but today appian version doesn;t show list of uploaded files also, Hope you got what i am try to say, but want to get old functionality to cancel uploaded list of items, pleae guide me with script. Please let me know my words, my query is not clear to understand. Thanks, Deepak
Hi All, Can anyone please let me know if there is something like Appian Developer client for local system (Similar to SQL Client or SSMS). Warm Regards Vineeth
The above error I am getting in Record, when i try to delete particular data using delete action in record. Deleting the data is successfully, but after deleting i am getting this error. How to avoid this error ? This is my process model, where i am passing the id in script to delete particular record.
I am new to Appian and am looking for sample code snippets to add values across rows and columns. I have added two more columns called salary and bonus and want to have a third column that shows the total of salary and bonus. At the same time, I only want a row that can keep track of running sum of all the salary, bonus and total columns. Attached is the sample code that shows the three new columns. https://docs.appian.com/suite/help/17.3/recipe_add_edit_and_remove_data_in_an_inline_editable_grid.html see attachment/cfs-file/__key/communityserver-discussions-components-files/11/Sample-SAIL-Add-Rows-Columns.txt Thanks
I have created a form which includes cancel button now I want when user clicks on cancel button it goes to previous page (in my case it is record type). how should I configure it?
I am launching the application on my desktop and attempting to book time. Once i click Book Now and select my site. It then displays the following error " This site's timezone is different from your settings. Please change your timezone to EST, close this page, refresh the home page, and try again. Or, select a different site to continue." I have verified my timezone and don't see why it is stopping me. Other people are having the same issue. Any help is appreciated.
I want to add action in record called "Approve", after clicking on approve the milestone filed comes to complete. How to achieve this functionality ?
Hi All, getting the below error when trying to add new users of in admin screens or Trying to deploy a solution, any idea what can be the issue, Problems (2): content _a-0000e5da-b4c1-8000-17dd-01ef9001ef90_31038: The content [_a-0000e5da-b4c1-8000-17dd-01ef9001ef90_31038]/[1338] could not be transported. Cause: java.lang.RuntimeException: Failed to put mapping({dynamic=strict, properties={uuid={type=keyword}, type={type=keyword}, version={type=long}, lastModified={type=date, format=epoch_millis||date_time||date_time_no_millis}, diffHash={type=keyword}, relationships={type=nested, dynamic=strict, properties={type={type=keyword}, uuid={type=keyword}, id={type=long}, breadcrumbs={type=keyword}, breadcrumbTypes={type=keyword}}}, expressions={type=text, analyzer=split_on_non_word_chars_or_underscore}, expressionsNoSplitOnUnderscore={type=text, analyzer=split_on_non_word_chars}, isViewableByAll={type=boolean}, viewers={type=keyword}, denied={ty
Pls answer the below questions 1.What are the best Practices for database? 2.What are the different types of logfile?
Hello all, Let me start off by saying that I am fairly new to Fitnesse (and Appian in general) as a disclaimer. I am trying to accomplish a checkbox selection in a grid based on a specific record that I have specified. The checkbox is located in column 1 of the grid and the records are listed in column 2. Picture below as an example. Let's say that I want to select the second one, not based on its row location but based its value. So far I have tried several variations of the code that follows but have had no luck. | populate grid | Grid selection is required. | column | [1] | row | ${Contract} | with value |click on checkbox option|[1] | I was wondering if anybody can give me some advise on how to accomplish this. Any help is appreciated. Thank you in advance.
Hi All, we implemented a WEB - API for document retrieval by providing the Document ID as input parameter. Some times WEB-API consumers facing issues when the given document is larger size like more than >500MB. Please clarify below couple of questions. Is there any size limit while sending the large document as Web API response ( we are using todcument(docId) in WEB-API response)? No response from WEB -API if the given document is more than >500 MB. where can we find the related response info such as Errors, timeout etc( like logs locations)? What is the workaround/best practice to over come this? Thanks in advance. -Ram.
Has anyone had success with creating Custom Mobil Appian Applications for iOS? When attempting to create the provisoner file, it is failing with "Gathering account details" Thoughts on why? Thank you
Suppose am having 10 rows of data and its getting stored in DB. User is able to retrieve data from 1st row only using locationID. Can someone help how can user retrieve data for 6th row using locationID..
Hi All, I facing challenge in write to data store entity I have one Primary key field "ABC" of type unique(TEXT) and another field "XYZ" which is of type number with auto increment now while passing the data from appian Im passing both field as blank My requiremnt is to the field "XYZ" to be auto populated kindly help
Hi, User Needs to enter the data and complete row data needs to be sent via mail. Have created a template and its working fine, If user is entering the value for salary field for first row. But when user is entering the value for salary field in second or later row then am getting the mail with Salary field empty with first row data. Though Data is getting saved in database if user is entering the Salary in second or later row.
Cannot apply operator [EQUALS] to field [cid] when comparing to value [TypedValue[it=3,v=ri!cid]].
I want to show all the details in record for particular user, but i am getting error a!columnLayout( contents: { a!radioButtonField( label: "Shipping Address", labelPosition: "ADJACENT", choiceLabels: local!fulladdresses, choiceValues: local!fulladdresses, value:ri!pmt['recordType!{0f579015-721a-48ec-8248-a710bdd30532}PMT Purchase Record.fields.{fullAddress}fullAddress'], saveInto:{ ri!pmt.fullAddress, } ), the above error i am getting in Record, when I click on particular user
I need to send mail from say 'AKS-DoNotReply@HSBC.com'... but when am trying to send its saying "No valid recipients resolved". but from other mail id am able to send .. My doubt is AKS-DoNotReply@HSBCcom mail id needs to be created which Appian guy needs to create. Or is there some configuration am supposed to make if so please guide with steps. Note: Am using Custom Sender to send Email.
Hi Team, We have a requirement where we have to create an action through which Project Lead can do mass update the records of those contacts who have left the organisation with a new contact. Can anyone suggest how to achieve this?Any help will be appreciated.Thanks, Anandita
Hi All, I am trying a way to create a list of users and their associated groups and download it in a csv file. This is the code snippet to generate list,a!localVariables( local!users: getallusers(0, -1), a!formLayout( label: "Users & Groups", contents: { a!forEach( items: local!users, expression: a!textField( label: "UserName :" & " " & user(fv!item, "username")&"," & " "&"Name :"& " " &user(fv!item, "firstName") & " " &user(fv!item, "lastName")&"," 
Do we have the option to communicate with Hyperledger Indy and its smart contracts. Just curious to know
I have added new data source from Appian Console. -appian console -> data sources -data sources -> +new data source As I have added a new data source, Is there a way that I can verify newly added data source from Appian Cloud Database site. And work with the newly added data source within Appian Cloud Database site.
is it possible to endorse a member of an already completed project? this in order to complete the L3 certification
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.