This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to acces dbo.UserTabs in SWQL

Hello Orion guru,

Is there a way to access UserTabs table in SWQL or it is only possible through SQL?

Like I want to use this SQL 

SELECT TOP (1000) [AccountID]
,[TabID]
,[MenuBarID]
,[TabPosition]
FROM[dbo].[UserTabs]
Order by [MenuBarID]

What will be the equivalent in SWQL?