initEnd Method

The messages with this method indicate that the plug-in has finished processing the initialization data.

When Oracle Field Service Core Application receives the initEnd message from a plug-in, it destroys the plug-in’s iframe. The message may also contain the optional 'wakeupNeeded' field, which allows to continue background activity of the plug-in after a page is reloaded. See the description of the wakeup method for details. You can change the appearance of the plug-in tile (the icon image), status text, and color using the optional iconData parameter. See the corresponding section for details.

Example of the initEnd message
{
    "apiVersion": 1,
    "method": "initEnd",
    "wakeupNeeded": false,
    "iconData": {
        "text": "89"
    }
}
Oracle Field Service ignores all other fields.