The Emergency Response Policy Model aims to provide a simple point and click interface to allow users to quickly proceed through the interview without having to type any information in. This is important because the user will likely have been involved an incident which impairs their typing skills on a small screen.
To acheive point and click functionality, this Policy Model demonstrates the use of Custom Controls. These controls allow the greatest flexibility in terms of rendering and customised functionality, but require programming knowledge and a webservice to handle the POST request for the controls.
In the following examples, each Custom Control points to a RightNow Customer Portal 'Custom Controller'. These controller files are a mixture of php, JavaScript and jQuery.