사용자의 'My Personal Folder(내 개인 폴더)'에 저장된 보고서 및 대시보드의 위치를 (API 버전 36 이상을 통해) SOQL 쿼리 내에서 허용하려면 다음 지침을 따르세요.
다음 기능이 활성화되어 있지 않다면 비공개 폴더의 보고서 또는 대시보드를 찾으려 할 경우 'INVALID_QUERY_SCOPE'라는 오류가 발생합니다.
비공개 폴더에 저장된 동적 대시보드 쿼리하기:
SELECT Id FROM Dashboard USING SCOPE allPrivate WHERE Type != 'SpecifiedUser'
소유자 이름을 반환하거나 사용자 비활성 여부 확인하기:
1. 'Allows SOQL Parent Relationship Queries(SOQL 상위 관계 쿼리 허용)'를 선택합니다.
2. 다음 쿼리를 실행합니다.
SELECT Id, Owner.Name FROM Report USING SCOPE allPrivate WHERE Owner.IsActive = false
참고 항목:
대시보드 삭제
삭제해야 하는 오래되거나 비활성화된 보고서 및 대시보드 찾기
Error: "Report cannot be deleted" for report linked to dashboard component
000383270

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.