Extending procurement search criteria
You can search the system for procurements by entering basic information in the search criteria, for example, the name or the ID of the procurement. Add other criteria to run more complex searches, for example, bid start date or bid end date.
In Dev Studio, search for and open the SearchCriteria section of the PegaPS-Data-Procurement class.
Add a field for the additional criterion, for example, Bid start date.
For more information, see Section form - Completing the Design tab.
Search for and open the D_ProcurementList data page.
Create a parameter for the new field.
For more information about parameters, see Defining the input parameters of a rule.
Search for and open the SearchResults section of the PegaPS-Data-Procurement class.
Add a field for the new parameter.
For more information, see Section form - Completing the Design tab.
- Optional:
To enable filtering the search results by the new parameter, perform the following actions:
In the Explorer panel, click Records.
Click
.Find the ProcurementList report definition by filtering the Report Name column.
In the Query tab, in the Edit columns section, add a column for the new parameter.
For more information, see Report Definition Query tab.
Scroll down to the Edit filters section and click the Add filter link.
Previous topic Extending bid management Next topic Extending procurement search results