Creating a new context API

The following section identifies the high-level procedure for creating a new LOB-agnostic context API. It is followed by an example that reiterates each step in a detailed manner.

The code in the examples can be copied and pasted into Studio to creating a working context API. Keep in mind that, in some cases, additional uses statements are required but are not present in the example code. If Studio states it "cannot resolve symbol" for a given type, you can add a uses statement by clicking inside the type name and pressing ALT + ENTER.