BC Field Validation - InvokeServiceMethod
I'm using Siebel IP 2016.
I followed the steps for using InvokeServiceMethod on a BC field in the Validation property from Siebel Developer: A Regular Expression Validation .
I was able to recreate this, and I have the Business Service successfully returning 0 or 1 depending on if this is valid. However, after the debugger leaves the BS, I get the error:
[1]Wrong field values or value types detected in field FIELDNAME. Please re-enter your field values. If you need additional assistance, please refer to the documentation.(SBL-UIF-00299)
[2]The method 'Regex' is not supported on Business Service 'Validation Service'.(SBL-DAT-00323)
I'm confused here because it still definitely steps through my code, so it must be supported.