The purpose of the order filed

FonsAlfons
Tera Contributor

What is the prupose of the order value 100 and 200 in the context of a database view which joins 2 tables like approval and change tables?

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @FonsAlfons 

 

In a ServiceNow database view, the "Order" values (like 100 and 200)determine the sequence in which tables are joined when creating the view.This is important because joined tables are processed from left to right. Higher order values indicate that a table is joined later in the process. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @FonsAlfons 

 

In a ServiceNow database view, the "Order" values (like 100 and 200)determine the sequence in which tables are joined when creating the view.This is important because joined tables are processed from left to right. Higher order values indicate that a table is joined later in the process. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Thanks a lot Tera, for your clear explanation👏