Setup

Setup

Content:

    Overview

    The Product Attribute Search implements the no code configuration approach. It means that attribute filters and/or attribute columns can be added to any form (standard or custom) via UI configuration without development.

    From technical point of view there are no form’s extensions in the model. All filters are created during runtime. There is a generic engine that adds filters based on configurations.

    The Parameters form is located under the path: Product information management > Setup > Product attribute search > Product attribute search parameters.

    The add-on provides configuration for more than 60 forms from different modules across the system. Users can add new configuration for standard or custom form.

    Add new configuration

    For example, it is required to add the attribute search to the InventTrans form (it is already added, but assume it is not).

    To do this create a new record in the Parameters form, Search by attribute tab:

    Open the Inventory transactions form and make sure the attribute search pane appears.

    Add new configuration (Run time data source)

    For example, it is required to add the attribute search to the CustTable form. All customers with sales lines with products with specific attributes should be filtered.

    To do this click the Advanced button and create a new record in Advanced attribute search setup form:

    Open the Customers form and make sure the attribute search appears.

    Add new configuration (Form extension)

    It could be required to add much more data sources to the form to link item id(product id) with a main entity.

    For example, it is required to add the attribute search to the CustGroup form. All customers groups with customers with sales lines with products with specific attributes should be filtered.

    In this case more than one data source is needed to filter out the CustGroup form:

    CustGrop -> CustTable -> SalesLine.ItemId.

    If you have more than one data source, then you can create a form extension and specify all needed data sources and links between them.

    • CustTable data source parameters:
    This image has an empty alt attribute; its file name is image-39.png
    • SalesLine data source parameters:
    This image has an empty alt attribute; its file name is image-40.png

    Open the Customer groups form and make sure the attribute search appears.

    Setup controls

    All controls (filters, buttons) that appear on the Search pane can be configured via the Advanced parameters form.

    Search button

    When the Search button is enabled the search occurs only when the one is clicked. Otherwise, the search occurs each time the product attributes filters are modified.

    This image has an empty alt attribute; its file name is image-42.png

    Example of the Search button on the Customers form:

    This image has an empty alt attribute; its file name is image-43.png

    Copy button

    The Copy button is used to copy needed values separated by comma to the clipboard.

    Note that fields from the data sources that are joined by Exist or Not Exists join cannot be copied.

    This image has an empty alt attribute; its file name is image-44.png

    Example of the Copy button on the Sales orders form:

    This image has an empty alt attribute; its file name is image-45.png

    Period filter

    Period filter allows to filter any data by built-in or custom periods.

    Example of the Period filter on the Inventory transactions form:

    This image has an empty alt attribute; its file name is image-47.png

    Control order

    The Control order allows to set up the place of each control on the search pane.

    This image has an empty alt attribute; its file name is image-8.png

    By the default the control order is populated automatically with the following value: PIMPeriodFilterPIMEcoResCategoryIdPIMSearchPIMCopyPIMClearFiltersPIMSearchParameterPIMAttributeGroupPIMAddProductAttribute.

    • PIMPeriodFilter – period filter
    • PIMEcoResCategoryId– category filter
    • PIMSearch – search button
    • PIMCopy – copy button
    • PIMClearFilters – clear filters
    • PIMSearchParameter – search parameter (And/Or)
    • PIMAttributeGroup – attribute filters
    • PIMAddProductAttribute – add attributes button.

    The control order is changed by moving the control names in the string. If the control name is removed from the string, the control won’t be shown on the Search pane.

    The Control order buttons helps to move controls:

    This image has an empty alt attribute; its file name is image-9.png

    For example, the Released product details form has the following search pane:

    This image has an empty alt attribute; its file name is image-49.png

    Let’s move Add attribute button between Copy and Clear:

    • Open the Advanced parameters form and select the EcoResProductDetails form
    • Set the following value to the Control order field: PIMPeriodFilterPIMEcoResCategoryIdPIMSearchPIMCopyPIMAddProductAttributePIMClearFiltersPIMSearchParameterPIMAttributeGroup
    • Or, click the Control order button and move controls:
    This image has an empty alt attribute; its file name is image-10.png

    Open the Released product details form and make sure the Search pane has the following view:

    This image has an empty alt attribute; its file name is image-50.png