InterviewSolution
Saved Bookmarks
| 1. |
What is meant by Coalesce in ServiceNow? |
|
Answer» The field property that is used in transform map field mapping is known as COALESCE. Coalescing on a field allows you to use that field as a UNIQUE key. The existing record will get UPDATED with the imported information if a MATCH with the coalesce field is found. If you can’t FIND a match, then insertion of a new record into the database will take place. |
|