Siebel Business Process & Functionality (MOSC)

MOSC Banner

BCNextRecord method adding id itself in Searchspec

edited Jul 26, 2022 7:08AM in Siebel Business Process & Functionality (MOSC) 2 commentsAnswered

BS: SIA BC Utility Service

Method: BCNextRecord

I am using this BS for looing in workflow on Production for some users/ case records this bs is adding Id = '1-xxxx' it self in searchspec. I am not passing any value in Object Id. From logs I am not able to find why this is happening.

WF search spec: "[DISTRICT] = '" + [&DISTRICT] + "' AND [FIR_NUM] = '" + [&FIR_NUM] + "' AND [FIR_REG_DATE] = '" + [&FIR_REG_DATE] + "' AND [POLICE_STATION] LIKE '" + [&POLICE_STATION] + "*' AND [CASE_PANEL_ID] IS NOT NULL"

Logs search spec: [Id] = "1-***" AND [DISTRICT] = '***' AND [FIR_NUM] = '***' AND [FIR_REG_DATE] = '***' AND [POLICE_STATION] LIKE '***' AND [CASE_PANEL_ID] IS NOT NULL

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center