ERW Event Rules

jerryclark

Member
Does anyone have a technique for searching one string for the occurence of another string. For example, in the string "Today is a spendid day" I want to find out if the string "splendid" exists. RPG does this with SCAN. SQL does this with LOCATE. I haven't been able to find anything in ERW that will accomplish the same requirement except for the business function FINDSTRINGINSTRING. But JDE Response Line states that this business function only works when the UBE job is run locally. Our UBE jobs run on a server. Any help would be appreciated.
 
Try the bsfn "IsStringInString" instead. It exists in B0500690 which runs on client or server.
 
Back
Top