In Data Director (E360), a warning message might appear if you have not entered all the required information when you edit a record.
The following warning appears when you click Save:
Warning(s) Detected. Are you sure you want to save your changes? (Yes/No)
You can ignore this message and proceed to save the record, or you can go back to the record and add the missing information.
You must configure external calls for custom logic and validation of business entity data. The interactive saving option works with any external call, and relies on the following parameter:
ignoreWarnings
. Indicates whether the warning-level validation messages are ignored. Set to
true
to ignore the warning messages. Default is
false.
For example, your Data Director can be configured to validate whether every Person record contains a telephone number. When you edit a record, you must enter a telephone number. If you do not enter it, and then click Save, the warning message appears.