My Oracle Support Banner

E-PIA : 8.60 SetSearchDialogBehavior(0) is Unable to Skip / Force the Display Results of the Search Page (Doc ID 2978554.1)

Last updated on APRIL 18, 2024

Applies to:

PeopleSoft Enterprise PT PeopleTools - Version 8.60 and later
Information in this document applies to any platform.

Symptoms

The SetSearchDialogBehavior(0) function does not bypass the search page of the component.


REPLICATION STEPS
------------------------------
The issue can be replicated in a demo environment using the following steps:

1.Make changes to the Record Peoplecode- EMPL_COMP_SRCH4. COMPANY.SearchInit

EMPL_COMP_SRCH4.EMPLID = " Provide EMPLID ";
EMPL_COMP_SRCH4.COMPANY = " Provide COMPANY ";
SetSearchDialogBehavior(0);

2. In the Peoplecode, replace “Provide EMPLID” and “Provide COMPANY” with matching EMPLID and COMPANY values existing in the EMPL_COMP_SRCH4 Record in your HCM database.

EMPL_COMP_SRCH4.EMPLID = "FPRT001";
EMPL_COMP_SRCH4.COMPANY = "A1";
SetSearchDialogBehavior(0);

3. Navigate to Menu > Payroll for North America > Employee Pay Data USA > Tax Information > Update Employee Tax Data
The search page has the values for EMPLID and COMPANY fields populated but does not skip the search page.

 

Sample Environment:
-------------------
PeopleTools (PT) 8.60.08
HCM 9.2

Changes

 Upgrade to PeopleTools 8.60.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.