Anyone have a working example of the paging grid in a test application for versi

Certified Associate Developer
Anyone have a working example of the paging grid in a test application for version 6.6.1?...

OriginalPostID-52588

OriginalPostID-52588

  Discussion posts and replies are publicly visible

Parents
  • I have one. You can take a look at it following these steps:

    1. Download the application forum.appian.com/.../68237
    2. Import it in your environment. You will get 1 error indicating the Tte data source [java:/appianMySQL] cannot be reached. This is expected as most likely your data sources in custom.properties have a different name
    3. Navigate to the Data Stores tab under System - Data Management
    4. Open the "Autocomplete Example" data store and map it to a valid data source using the dropdown on the top
    5. Publish the data store
    6. Start a new instance of the process model called "Paging Grid Example" under "Process Models" - "Forum"
    7. Select "Yes" in the start form so new records are added to the database
    ---> Select "Yes" only the first time you run the example. No need to repopulate the database every time
    8. The next form will show you a list of fruits. Select your favorite ones.
    9. The second form shows you another paging grid with your selection
Reply
  • I have one. You can take a look at it following these steps:

    1. Download the application forum.appian.com/.../68237
    2. Import it in your environment. You will get 1 error indicating the Tte data source [java:/appianMySQL] cannot be reached. This is expected as most likely your data sources in custom.properties have a different name
    3. Navigate to the Data Stores tab under System - Data Management
    4. Open the "Autocomplete Example" data store and map it to a valid data source using the dropdown on the top
    5. Publish the data store
    6. Start a new instance of the process model called "Paging Grid Example" under "Process Models" - "Forum"
    7. Select "Yes" in the start form so new records are added to the database
    ---> Select "Yes" only the first time you run the example. No need to repopulate the database every time
    8. The next form will show you a list of fruits. Select your favorite ones.
    9. The second form shows you another paging grid with your selection
Children
No Data