Question 1

You built a grid field with the data source as a query entity.
You want to add a search box to the grid using Appian's out-of-the-box functionality. You set the parameter of showSearchBox to "True", but the search box is still not appearing.
Why is the search box NOT appearing?
  • Question 2

    Which statement about local variables is valid?
  • Question 3

    Review the following expression rule:

    ri!name is defined as " Maria " .
    ri!directory is defined as the following:

    What is the expected output?
  • Question 4

    You need to create a record type of only active Products using an existing database table: PRODUCT.
    The PRODUCT table consists of the following columns:
    * ID(INT(11))
    * NAME (VARCHAR(255))
    * DESCRIPTION (VARCHAR(1000))
    * IS_ACTIVE (BIT)
    * CREATED_BY (VARCHAR(255))
    * CREATED_ON (TIMESTAMP)
    * MODIFIED_BY (VARCHAR(255))
    * MODIFIED_ON (TIMESTAMP)
    What is a valid way to create this record type?
  • Question 5

    You need to create a record type with data sync enabled.
    What are the supported data sources?