BCNextRecord method adding id itself in Searchspec
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