An unexpected error occurred in a script running on this page:
fieldChanged_fldValidation (fieldChange)
customscript_2663_field_validator_cs (XXXXX)
JS_Exception
SyntaxError Unexpected token <
then consider replacing the below characters (on the left) with the corresponding predefined XML entities:
& = &
" = "
' = '
< = <
> = >
User may do the following:
1. Navigate to Payments > Setup > Payment File Templates2. Edit the Payment File Format which causes the error to be thrown
3. On the Field Validator field, look for <param name="specialChars">
4. In the syntax which follows, look for &,",',<, and > and replace them with the suggested XML entities.
Example:
<param name="specialChars">!"#$%&'()*+,-.\/:;<=>?@\[\\\]^_`\{|\}~0-9</param>
should be replaced with
<param name="specialChars">!"#$%&'()*+,-.\/:;<=>?@\[\\\]^_`\{|\}~0-9</param>
5. Click Save button
No comments:
Post a Comment