If you have a comment on this topic, contact Aptify Documentation. If you want to return to the Aptify Community Site, please click here.

Defining the UI Parts Packaging Attributes for Aptify Web

Aptify 5.5.5 introduces two attributes that can be configured to bundle the data for user interface (UI) parts to improve the performance of the web interface. The following attributes define the behavior of User Interface (UI) Parts packaging within the Aptify web interface:

  • Aptify.Services.UIParts.PartsPerPackage: sets the number of records that are included in the bundle sent in response to a request to the UI Part endpoint. The default value is 100, which means that the data for 100 UI Parts above the queried UI part ID are included in the bundle. For example, when using the default setting, when a request is received for UI part ID 500, UI parts 500 through 599 are bundled in the response. 

    • If this attribute is set to 0,  a request to the UI Part endpoint returns a single UI Part. 

    • This attribute is found in the AptifyServicesAPI Web.config file.

  • Aptify.Services.EntityUIParts.LettersPerPackage: when enabled, all Entity UI Parts beginning with a specified letter are included in the bundle sent in response to a request to the Entity UI Part endpoint. The valid values are as follows:

    • 0: Each request to the EnitityUIParts endpoint asks for a UI Part for a specific entity.

    • 1: Each request to the EntityUIParts endpoint asks for all UI Parts for all entities beginning with a specific letter (case-insensitive). This is the default value.

      For example, when using the default setting, when a request is received for an entity UI part called b, all entity UI parts that begin with the letter b are bundled in the response. 

    This attribute is found in the AptifyServicesAPI Web.config file.

Copyright © 2014-2017 Aptify - Confidential and Proprietary