did runtime.executionContext change? Previously had no issues with runtime.executionContext=='webservices' but documentation is showing exclusively 'runtime.executionContext==runtime.ContextType.WEBSERVICES'
s
Sandii
03/16/2022, 7:19 PM
Why would you use a hardcoded string instead of he enumeration?
w
Wreckless
03/16/2022, 7:21 PM
eh. functional examples from early ss2?
a
alien4u
03/16/2022, 8:21 PM
That is why you need to use enums all the time because they are there exactly because the underlaying string could change.