-
Recently active
Hi im trying to understand how i need to do to setup an email server to use Send Email service. like in the picture now i saw in the documentation that i need to configure the email server but i dont understand where i found all what it is written there with all the configurations etc.... Open (or create) <APPIAN_HOME>/conf/custom.properties.
i need to select user by using piker fields and auto populated the details (email, user name and Name) and saved into a inline grid
Hi, I've been creating an application for onboarding clients. For this I want to create an auto generated field in CDT. whenever a new client register for onboarding and successfully submits the form, automatically the unique onboarding number have to create for every client. Is it possible to create? Thanks in advance.
how Create a process model which will connect to your personal email id andMake it to count the number of unread mails in your inbox andUse process model to send a mail to hr
I created interface from Appian exercise which is in read only format and display's data in Test when default values are set but when running the process model, there's no data displayed in the read only section. What could be done in order to display data?
Hi everyone im new with appian and im trying to understrand how can i update for exemple a record in table in my db , in the process model. i see that we only have a node for write in the datastore , but what is the best practice to update a specific row with the id etc.. like in SQL. How we doing this with the configuration with that node of write to datastore entity ???
How to a test create user and his data
Hi, Is there a way to format record title. Any richtext component that can be used to update color of record title for display on site would be helpful
Hi, I am working on a process model to add a new phase to the database. I am getting this error on projectID. I tried all the options mentioned in similar topics discussed here. But not able to fix it yet. An error occurred while trying to write to the entity "MD_PM_mdpmphases" [id=87e6bf7a-11e6-4281-a840-a48dbb5c66f3@4551, type=MD_PM_mdpmphases (id=4046)] (data store: MD_PM_Data Store). Details: org.hibernate.PropertyValueException: not-null property references a null or transient value: MDPMMdpmphasesDT3754.projectId Data: TypedValue[it=4046,v={<null>,<null>,<null>,0.32,<null>,yiuroeur,,2022-03-16,2022-03-22,In Progress,PM,PCM,terewtgyreghre,<null>,<null>,<null>}] My phase table looks likes this; How to fix it? Thanks
how we make difference between output and input in data. pls explain me with example code. In which place use input of data in properties of process model and in where we use output
How we link two interfaces in third interface on clicking on check box or radio button
Hello, can anyone help me for below case I just want to create two interface and what i want , if I call those two interface through a radio button so what approached i need to use for the same.
Hi, I am getting the following error when I am trying to access the summary view of a entity backed record. "The record data does not exist, has been deleted, or you do not have sufficient privileges to access it". I am trying to fix it using the methods mentioned in the discussion forum, but have been unsuccessful so far. My Summary view interface looks like this. Test interface works fine. I checked my database. projectid is the primary key here. My record view rule!MD_PM_ProjectSummaryView ( rule!MD_PM_GetProjectByID(rv!identifier) ) I didn't have such record summary views errors in any of my trial applications so far. What am I missing in this application? TIA Note: Thanks to all the contributors in this forum. The help and advices are enhancing my Appian learning journey.
How we call interface in another interface
How to call interface via radio button and checkbox button
as title
Hi, I am new to Appian, going through the Certified Developer Course. I can view the vehicle data is stored in the Appian cloud DB all 32 records. Where are the vehicle images stored? I see int(11) numbers in the DB, I mean how the images are being fetched from these numbers in DB. thanks jaideep
Hello all, So I have an interface where I'm trying to make only one field editable. For the rest of the fields I´m just add variables to store Boolean values and then based on these values I configure mine readOnly parameters. Like the following: But I have on the interface a GRID. How can I make it read only ? Regards,
I'm going through the Appian Developer's course, and am not able to get through "Build An Application: Step 6". I'm getting a "Invalid index: Cannot index property 'vehicleMake' of type Text into type RecordType]." Can't figure out where the bug's coming from since I'm just copying the code straight out of the exercise. Here's the code for the filter: a!recordFilterList( name: "Make", options: a!forEach( items: local!vehicleMakes.data, expression: a!recordFilterListOption( id: fv!index, name: fv!item.make, filter: a!queryFilter( field: 'recordType!AE Vehicle'.vehicleMake, operator: "=", value: fv!item.make ), dataCount: fv!item.count ) ) Any ideas for why this is wrong?
How to prepare for associate developer exam
I am getting below error:: Interface Definition: Expression evaluation error at function a!textField [line 56]: Invalid index: Cannot index property 'shippingAddress' of type Text into type Boolean My code is: a!localVariables( local!locationsList: rule!AIP_getAddress(addressId: NULL), local!addingAddress : false(), local!newAddress : 'type!{urn:com:appian:types:AIP}AIP_address'(), { a!sectionLayout( label: "Address", contents: { a!radioButtonField( label: "Radio Buttons", labelPosition: "COLLAPSED", choiceLabels: a!forEach( &nbs
Hi everyone i have a problem that i dont understand with the datastore i created a CDT "CreditRequest" and added it as Entity in the Datastore. after 10 minutes i changed my mind i wanted to change many things in my datatype. so i deleted this entity from the datastore and deleted the table from the database. (i dont have any table of creditrequest now) after my changes i saved the new data type and tried to add it to the datastore as a new entity and i have this Error. What doest it mean ??? what i need to do to add this entity back to the datastore ???
Hi, Below is the code which I used from Appian exercise, which should return all the 3 data from the data store stored in local variable but it is returning on 1 data a!localVariables( local!queryResults:a!queryEntity( entity: cons!ADV_DSE_ADDRESS, query: a!query( paginginfo: a!pagingInfo(1,-1), logicalexpression: a!queryLogicalExpression( operator: "AND", ignorefilterswithemptyvalues: true(), filters: a!queryFilter( field: "addressId", operator: "in", value: ri!addressId ) ) )).data,cast( typeof('type!{urn:com:appian:types:ADV}ADV_address'()), local!queryResults)) Expected: It should return all the data in the local variable. Please guide what changes to be done in the code to get all data that is stored in local variable
can any one please help me how we can upload comma seperated file in CSV format then after we want to achieve the excel file as seperated in the below format ItemCode Company Name Supported Companies MR, CR Amazon DMART, RELIANCE MR, CR Amazon DMART, RELIANCE The above Cells want to get in the below format → ItemCode Company Name Supported Companies MR Amazon DMART CR Amazon RELIANCE
Hello all, Im new to appian, I have a task where was requested to create a new report in Appian which will contain all users requests from a certain country only. Where should I start? what are the steps to follow. Regards,
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.