-
Recently active
Under the form, I have a save button that will be disabled after the form submission. The button should be enabled if any changes are made to the data or a comment is added.Any help will be appreciated.
What do timer started processes do when the system is restarted?
Hi, Is there an option / workaround to capture the below Highlighted part for a group? Scenario: Based on the Group, I would like to create a safe link and navigate the Admin user to respective Group page. Thanks in Advance.
Requirement : Inserting customer and transaction records to database using Process Model. one to many relationship between cutomer and transaction table. ( one customer can have multiple transaction ) My Scenario I have one customer and 2 ttransacion records which has to be added to the database. Write to Datastore entty :Inserted customer data in to database and received inserted id for the customer data. Script task :Used script task to assign the customer id ( received from previous step) to transaction table foregin key . ( multiple checkbox is checked in script task) Write to Datastore entty : 2 transaction records are added to db but first record has the foreign key but not the second one. May I know why script task is assigning foreign key to the first record but not second record ? Did I miss anything ? Is there any other method to resolve this ? ------------------------------------------------------------
From where i can download my certificate for Appian Associate Developer exam?
Hi Team, I have opened the project of th Appian Slelenium API in Eclipse and getting below error in HelloAppian.java file. Exception in thread "main" java.lang.Error: Unresolved compilation problem: Logger cannot be resolved to a type at com.appiancorp.example.HelloAppian.main(HelloAppian.java:20) Could anyone help me on this issue.
Hi All, We have a use case, where we are trying to generate a word document using a process model with the data present in Appian DB, also, we have related documents which we what to attach in the generated word document. Is this Possible. Thanks in advance. Warm Regards Vineeth
I have parent process where it is saving data,I have sub process where it is updating same data , getting error at write to data store node “ An error occurred in executing an activity class “ Any suggestions please
Good Day Experts, I'm trying to generate the dynamic table using DOCX From Dynamic Template smart service. Please find the below configurations. Xml Data Model : <devs><dev><name>Kalai</name></dev><dev><name>vanan</name></dev></devs> Sample template attached below. I'm getting below error, I've tried all possible ways to modify the merge field tags but still no luck. Can anyone please guide me what am I missing ? Error : freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:==> devs [in template "fr.opensagres.xdocreport.document.docx.DocxReport@6419bd1f!word/document.xml" at line 4, column 1455]----Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use [#if myOptionalVar??]when-present[#else]when-missing[/#if]. (These only cover
Hi Champs, I have an requirement that in editable grid i want two fields in a single column and also make all rows selectable by default .please, let me help for this issue. As in figure i want the result. Thanks in advance..
Hello, So I have a business requirement to create an xlsx file report with multiple pages. I looked into the Excel plug-in and didn't find anything regarding that or similar. Does anyone know of a way to do it? Thanks in advance.
Hello, I am new to Appian. We currently have a process model that generates a completed PDF contract based on Data Inputs mapped from an interface. We would now like that generated PDF to automatically be read only so a user can't change values in the form after the fact. Can I please get your thoughts on how to get the PDF to be generated as a read only instead of fillable form? Thanks!
Hi all, I have the following code: it runs up until fixture = new SitesFixture(); than i get this error: it says something about log4j manager missing but i didn't implement that. also i tried adding the log4j jar files from apache but still got the same error. any help is greatly appreciated. Thank You! package sampleProject; import java.awt.AWTException; import java.awt.Robot; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import com.appiancorp.ps.automatedtest.fixture.SitesFixture; public class helloWorld { public static SitesFixture fixture; public static void main(String[] args) throws AWTException { // TODO Auto-generated method stub System.setProperty("webdriver.chrome.driver", "removed path name"); WebDriver driver = new ChromeDriver(); Robot robot = new Robot(); int three = 3000; driver.get("s
I am trying to keep the submit button disabled if they have not selected a file and if the file is not a CSV extension. The button disable works fine for check for no file but the file extension checking is not working and can not figure out why. In the below code the first if is working fine but the second one it gets this error Could not display interface. Please check definition and inputs. Interface Definition: Expression evaluation error at function 'document' [line 45]: The passed parameter(s) are of the wrong type. Received the type Text. and can not figure out why. Is there a better way to check this? Thank you for any help on this, also the ri!csvFile_txt it saves into show this [Document: 383603] as the value for it. The upload also works fine with the csv file as well, just having the issue on the disabled validation part. primaryButtons: { a!buttonWidge
Hi All, Could you pls answer the below questions 1.I have a List of numbers (0 to 9) , Which function will use to print the number Thanks in Advance!.
Hi, Please see the below interface If you see in the left pane, there are three sections, Suites, Scripts and Cases. In every section, there are some hyperlinks. Also, if you see in the right pane, There are three tabs which I want to be dynamic. Every tab will render the data for 3 sections shown in the left pane but when clicked on any link in the subsequent section. It means, initially there will not be any data in the tabs. Now requirements are as follows:- 1. If user clicks on any of the link in the suites section, I want to open a grid in Tab 1 which can show the data from db. 2. If user clicks on any of the link in the scripts section, I want to open a grid in Tab 2 which can show the data from db. 3. If user clicks on any of the link in the scripts section, I want to open a grid in Tab 3 which can show the data from db. Can you pls help in achieving this functionality ? Below is the code for the same interface. a!localVariables( local!suites: rule!BTFU_G
Is it possible to download a document through documentDownloadLink and save on a local (better if writing on db) at the same time? With one click? The need is to know if a document has been downloaded or not.
Hi all, I hope you all are doing well and safe. Today I am going to tell my experience on Appian training. As I see there are so much button clicks while completing any Appian trainings which personally I don't like and it's just annoying. It maybe the good for some folks, so I am sorry in advance if it is wrong according to your opinion. For example: 1. If I started any Appian training and completed a video, then I see a pop-up with 2 buttons as below screenshot which is completely useless. It must be closed automatically and should not ask these questions. If I am ready to start the next activity that I can do manually. 2. In every quiz it asking to proceed with message "Time to check your knowledge! ..." it's ok to warn but each time for each quiz, if a person seriously want to pass the quiz definitely he/she will read the questions carefully. 3. If I turned off the caption for one video then it should not ask for next video or for entire traini
Hi everyone, CDT with 6 columns and database with 5 columns, Can we map that CDT to database table without adding 6th column in database? Thank you all in advance! Regards, Kiran Sajjan
Hi All, I am using a simple gridfield where I am constructing its data . I can't able to sort the columns. Label and data for the grid is based on a condition. I am attaching the code snippet and the inputs. a!localVariables( local!unrecognizedPaging:a!pagingInfo(startIndex:1,batchSize:20), local!searchIdValuesUnrecognized:ri!searchIdValue, local!searchIdValuesUnrecognizedDs:todatasubset(ri!searchIdValue,local!unrecognizedPaging), a!gridField( data:todatasubset(local!searchIdValuesUnrecognizedDs,fv!pagingInfo), columns:{ a!gridColumn( label: if(ri!searchIdField = cons!GOS_CPD_IDENTIFIER_TEXT, "Compound ID", if(ri!searchIdField = cons!GOS_BAT_IDENTIFIER_TEXT, "Batch ID", "Batch Reference")), sortField:"cpdIdentifier", value:fv!row ) }, pageSize:2, pagingSaveInto:{fv!pagingInfo, a!save(local!unrecognizedPaging,fv!pagingInfo)}, selectionSaveInto: { local!unrecognizedPaging, a!save(local!searchIdValu
I have a requirement where i need to disable buttons once the user submit the form. I tried using buttonaction rule input but its not working . Any suggestions?
Hi, am showing list of tasks in read only grid. which is showing data in grid for all users in DEV,UAT and STG but in Production users are not able to see it only few users (belongs to some grp) are able to see the grid how can i find solution for it any suggestions.
Hi Team, I am facing below issue while executing jar file of Cucmber from command line prompt. could you please help me on this.
i need to add a signature image to a random pdf that could be uploaded to my app is there any way to achieve this ?
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.