Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #142

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Main #142

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ SELECT 'Report Version' AS [Item], '1.3.20240925' AS [Value], '' AS [Comment]

UNION ALL

SELECT 'Platform Integration Status' AS [Item], '' AS [Value], '' AS [Comment]
SELECT 'Platform Adoption Status' AS [Item], '' AS [Value], '' AS [Comment]

UNION ALL

SELECT
'--> Platform Integration Ready' AS [Item],
'--> Platform Adoption Ready' AS [Item],
CASE
WHEN (SELECT COUNT(*) FROM tbTeam WHERE Active = 1) > 0 THEN 'No'
WHEN (SELECT COUNT(*) FROM tbUser WHERE Enabled = 1 AND IsApplicationAccount = 1 AND DomainId IS NOT NULL) > 0 THEN 'No'
Expand Down
Loading