-
Recently active
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,
Hi, I have a text as shown below: "Number of students~20" I would like to get the output in the following format: Number of students :20 Kindly help me with this. Thank you.
Hi, I am new to Appian and trying to work on an Asset Management Application. I am getting these two errors while running my Request Asset Process Model. 1) Invalid Cast: Cannot cast from type 'AT_Request' to type 'Boolean' (Data Inputs). Where should I fix the problem? 2) The image at index 1 in an image gallery component [label=“”] has an invalid value for “document”. “document” must not be null. I am having this issue with my image component in all interfaces. When I test the interface with rule!GetAssetbyID(), the error is fixed but having a problem when running the process model. My rule input takes the value of integer for Image. Is that the problem? I tried todocument and other options in the forum but no luck so far. Hope I can be helped. Thanks
What might be the problem?
Hi! I would like to know your plans to launch some other forums and support teams in foreing languajes like Spanish and Portuguese. Thanks in advance for your comments.
Please can anyone help in explaining this logic ?
Hi everyone i have a Table ( the name of the table is creditrequest) and im trying to understand how can i update coloumns values in a specific row (with a specific id of creditrequest ) after that i inserted a row of creditrequest in the db for exemple. i use also an interface where i saved those values, in the purpose of update the table.
Hey, I am new to the world of Appian unfortunately I lost my access to my community edition site. Is there any possible way where I can recover or apply for a new community site instance the error that it displays is as follows. Service Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. Any help towards its resolution is appreciated in advance. With Regards, Mayank Miradwal
Hi, How would I go about getting option 1 and option 2. show up in my choice labels for a dropdown. Is this even possible? All similar topics, didnt result in very good answers.
Hi, Is there any tutorial for uploading and viewing document within Appian Process
Can someone explain with an example the reduce( function, initial, list, context ) function's "context " parameter. I didn't find an example for it in the docs.
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.