Mobile Form Expression Log Messages
The Mobile app can log when an expression is registered, when it returns a value, and when parsing or evaluation fails.
|
Log Entry |
Description |
Example Invalid Expression |
Example Log |
Resolution |
|---|---|---|---|---|
|
Initialization |
The message identifies the target property and its dependencies. |
- |
|
- |
|
Successful Evaluation |
Valid expression |
|
|
- |
|
Parse Errors |
A parse error means the expression is not valid JavaScript. |
|
|
Replace the invalid operator with an asterisk (*). |
|
Runtime Errors |
A runtime error means the expression was parsed but failed when it ran. Element names are case-sensitive. |
|
|
Element names are case-sensitive. Replace |