What is the use of document ID field in ServiceNow

There are multiple ways to implement one-to-many relationship in ServiceNow
  1. Reference Fields
  2. GlideList
  3. Document ID fields
ServiceNow has provided "Document ID" field to hold a reference of any table because at some times we have a requirement to hold the reference irrespective of the table.

Document ID lets the user choose the table and the associated record



Comments

Popular posts from this blog

Inserting and Moving elements inside Ruby Array

Difference between Validations, Callbacks and Observers