You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECTsc1.objectid,
--(※) sc1.componenttypename AS [sc1_componenttypename],sc1.componenttypeAS [sc1_componenttype]
FROM (SELECTsc.solutionidnameAS uniquename,
sc.componenttypename,
sc.componenttype,
sc.objectidFROM solutioncomponent AS sc
WHEREsc.solutionidnameIN ('msdyn_PowerAppsChecker')) AS sc1
ORDER BYsc1.objectid;
The value of [componenttype] changes depending on whether (※) is commented out or not:
normal
comment out
The text was updated successfully, but these errors were encountered:
The value of [componenttype] changes depending on whether (※) is commented out or not:
The text was updated successfully, but these errors were encountered: