-
Recently active
i,I have a grid inside a form with "Submit" and "Cancel" button, where I am loading one row with required entry fields.Also there is an delete icon basides to that row to delete. Now, when I try to submit the form in the browser url by clicking "Submit" button, system is not locaing validation message which is there at grid/form level.Whereas validation message is firing during interface level testing. Any inputs on this please.TIA
In the component configuration - if you add a text field, or record picker or whatever - under Label Position if you use Justified or Adjacent, the length for the label appears to be static I want to expand it out as I have a pile of fields that are like 2 letters too long and I really don't want it to word wrap How can I make it so that it either a) doesn't word wrap the label or b) allows me to select how much space I want for the label I don't see any options where I have control over this
They have name, email, phone, etc but it seems weird that URL isn't an option
Hi Team, How do we display the database view data in the interface. What all related components do we need to create, like to retrieve data from table we create datatype and expression rule etc?
Is there a recipe or some other quick / dirty way to accomplish the following task: Sample Case for illustration Table 1: CarMakeModel Table 2: CarOwners (M:1) Table 3: CarWidgets (M:1) (etc..) I want to be able to create a summary page where, after selecting from a list of car makes and models you are then taken to a summary page that includes Car Make / Model details followed by Listing of all Car Owners and Details (up to x number of rows / with vertical scrolling bars if possible) followed by Listing of all Car Widgets and Details (up to x number of rows / with vertical scrolling bars if possible) All on the same page The problem I'm having is that the query to get the listing of all Car Owners is Select * from CarOwners where CarOwner.MakeModel_ID = CarMakeModel.ID and CarMakeModel.ID = {selected id from the list}; which isn't an available option from the Record Type > Views and Headers > Generate Record View since the relationship is on the CarOwner
I have a field (well all of them really - I want this to be the default behaviour) where I want to show a list down of all available selections for a text field (i.e dropdown) but still have the ability for the user to type data into the field in order to select from the available options. Currently, once I put my cursor into the field, I have to start typing something into the text field for the list to appear. I want the list to appear immediately once the field is on focus without having to wait for the user to start data entering information. Is this possible?
I would have though this would be pretty straight forward however I have been unable to find anything that show how to do this I want to change the record type description that shows up AFTER you have created the record type? Is this information stored somewhere on the database that I can edit it directly there? I can't seem to find an option that allows me to change this after you have either set it incorrectly or forgotten to set it when you create the record type.
An Error Has Occurred An error occurred while applying the context for the APR REQUESTS related action [identifier=1,313]. Details: No process parameter found corresponding to override [name=pv!pid]. Non-parameter process variables cannot be overridden.
Hello,I am trying to write an INSERT queryThe INSERT query is of the form INSERT INTO <table_name> (..., <VARCHAR FIELD>,....) VALUES (...,'Completed/Terminé', ...)" the word Terminé is the french word after run this query the value inserting in the table is Termin? instead of Terminé Plzz suggest me the possible solution
Hello,I am trying to write an INSERT queryThe INSERT query is of the form INSERT INTO <table_name> (..., <VARCHAR FIELD>,....) VALUES (...,'Completed/Terminé', ...)" the word Terminé is the french word after run this query the value inserting in the table is Termin? instead of Terminé Plzz suggest me the solution
I'm having to make edits to every record in a record type. When I click on the first row of data - it takes me to a summary view, and I can now update the information without having to click on the Related Actions first (thank you for that btw) However once I've edited my record I want to go to the next record in the dataset. Is there a way I can include a "next / back" function so that I don't have to keep going back to the list view first?
Hi, Does anyone know which process or service is decrypting the encrypted password which we are providing at password field? before connecting to database. Just I would like to know what kind of algorithm is being used by Appian to decrypt before making the connect to DB.
There is an option to "only show when...." however there is jack in the way of information on how to just say "show never" or "only show when visible" (i.e. link a breadcrumb trail) In this case I want to call the interface directly from its URL based on other conditions (I have 20-30 such pages which I don't want crowding out the top navigation) I only want the top navigation menu to show maybe 2-3 pages, not 50. But it seems every interface gets added to the top navigation whether I want it there or not. How do I set this up?
For OAuth 2.0: Authorization Code Grant , I have been provide with client code ,scope ,client secret Id and endpoints .How do I verify whether the connected system is working fine with those credentials
what is environmental variable(what object used to deploy application to another environment in appian)?and how we create it
How do I get into edit mode to update a record without having to go through the Related Actions link first? This is beyond crazy that Appian forces someone to perform an extra mouse click when there should be an option to put the update and delete links directly on the summary page. Why is this even a thing? There is no reason why your two most common dataset record actions require a completely separate page in order to access.
Hi, I have a text field where user is entering website. I am using below line of code to provide a link to the user to navigate to the website. Issue is when user to try to enter link "www.google.com" or "google.com" and when they came to the link and hit it is throwing an error. if( a!isNotNullOrEmpty(ri!site), a!richTextItem( text: ri!site, link: a!safeLink(uri: ri!site,openLinkIn: "NEW_TAB") ), "" ) Any suggestions from anyone.
I am using Export Data Store Entity To Excel smart service to export the data from a table to excel file. When I export everything from the table it works well, however when I use Selection = a!querySelection( columns: { a!queryColumn( field: pv!exportData.TechSpec, alias: "Tech_Spec" ), a!queryColumn( field: pv!exportData.Preservation_Demand, alias: "Preservation_Demand" ) } ) I get this error below : Please help me with it.
Hi, I am trying to create new document channel in IDP on my client environment. After submitting the name for the new document channel, I am supposed to see 4 groups in Application designers which starts with the same name as that of the new channel. These groups are to be added to the IDP application, but these are not getting created. I would like to know whether this is an environment issue or some configuration which has not been enabled as it is a new environment. Regards, Deepak Devarajan
Hi team, Is there a way we can get user level logged in information. Eg: User1 logged in 5 AM EST and worked on 2 Application. Spent 2 hours on App 1 and 1 hour on App2.
Write a program to get a list, sorted in increasing order by the last element in each tuple from a given list of non-empty tuples. Input: [(1, 3), (3, 2), (2, 1)] Output: [(2, 1), (3, 2), (1, 3)]
Hi, My current system date and time is 5/25/2023 9:03 PM and also, I am passing now() to one of the pv variables (Image#1). Image#1 But, when I try to see the db saved value, it was showing as "5/26/2023 01:03:40". Can someone advise me, where it was going wrong. Thanks in advance.
Hi Team, How do we check if the dictionary has one of the value as null. ERROR ---------- Expression evaluation error at function a!forEach [line 8]: Error in a!forEach() expression during iteration 2: Expression evaluation error in rule 'config_temp': Invalid index (1) for list: valid range is empty Eg: dict1:{ field1:"value1", field2:"value2", field3:"" } Now, in my logic I'm trying to get each field value and storing in a variable. index(local!data,"field3",null())
Hi all. I took the exam and failed. I scored really low on SDLC information, expressions rules and process models. Where should I go to further study those three concepts? Specifically, I had a hard time knowing which Appian function to use in an expression. Thank you.
Hi experts, Need your support in one task. How to restore data of User Input Task if we write some data in a Form and instead of clicking Submit/Cancel button we close the form tab after inputting 2-3 fields. And from a Task Report we go to that exact User Input Task and we want to continue from the point we left in the form. I want my data in the form that I input at the first time back. Is there a way to continue from the point I left in the form. Thank you in advance!
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.