Form field condition with JavaScript expression using startWith() javascript is not working with IE 11 and RSA Identity Governance & Lifecycle
3 years ago
Originally Published: 2019-02-15
Article Number
000044714
Applies To
RSA Product Set: Identity Governance & Lifecycle
RSA Version/Condition: 7+
 
Issue
A form field leveraging the startsWith() JavaScript expression is not working in IE 11.  For example, JavaScript expression String(avform.Myname).startsWith("D")

The condition is ignored and the form will not work as expected.
Cause

The JavaScript startsWith method is not supported in Internet Explorer 11.

Resolution
Replace the JavaScript method with any other that is supported by IE 11.