What additional options exist for changing Intelligent Advisor interview behavior and styling?
Environment:
Intelligent Advisor, latest release
Resolution:
Sometimes, the out-of-the-box styling options and control types available for Intelligent Advisor interviews do not meet all business requirements. For instance, you may have a requirement to unify the interview styling and behavior with your corporate look and feel. In these cases, as a developer, you may be asked to help with customizing the appearance or behavior of those interviews.
Customization of interview styling and behavior is performed through a JavaScript-based extension mechanism. (Note that this is different from August 2016 interviews which use custom controls to modify the appearance and behavior of an interview.)
The core of the extension mechanism is the "AddExtension" object which is added to the global OraclePolicyAutomation object that is available on the client.
OraclePolicyAutomation.AddExtension(<extension object>);
See also: