- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2016 06:18 PM
how to caputre record creation in update sets?
how to create many to many relationship?
what are globel br ?
how to establish one to many and many to many relationship blw two tables?
what is one to many relationship in Snow?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2016 06:21 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2016 06:21 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-24-2016 06:38 PM
Hi Chandan,
That's a lot of questions. Let me take them one at a time and see what I can do...
how to caputre record creation in update sets?
If you are referring to meta data (like incidents), you can add these. The best way is to use the list UI action "Add Application File" as you create a scoped app. That will result in those records in an update set.
how to create many to many relationship?
Very easy. Creating a Many-to-Many Relationship - ServiceNow Wiki
what are globel br ?
They are typically used for global functions, however they have been superseded by script includes.
how to establish one to many and many to many relationship blw two tables?
One-to-many are done with reference fields. Many-to-many are described above. (repeat question?)
what is one to many relationship in Snow?
Again, reference fields are used to relate one field on a table to another record in another table. Reference Fields - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-24-2018 03:55 AM
is only 'referenced fields' an examples of one to many relationship in SNOW? If no, then what are the other example ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-25-2018 09:37 AM
When you define a reference, you are creating a one-to-many relationship. You have the option of putting records with that reference field on the form of the referenced record as a related list.
For example, if incident_task has a reference field to incident, you can put a related list of incident tasks on the incident form.
Another option is to define a relationship using script.