다음을 통해 공유


<MiscellaneousPrivilegeRule> (RibbonDiffXml)

적용 대상: CRM 2016 on-prem, CRM Online

사용자가 특정 Microsoft Dynamics CRM 권한을 소유하는지 여부를 검색할 수 있는 규칙을 지정합니다.

구문

<MiscellaneousPrivilegeRule
 Default=["0" | "1" | "true" | "false"]
 InvertResult=["0" | "1" | "true" | "false"]
 PrivilegeDepth=["None" | "Basic" | "Local"  | "Deep"  | "Global"]
 PrivilegeName="String" 
/>

특성 및 요소

The following table lists the attributes, child elements, and parent elements.

특성

Attribute Description Type Usage

Default

실제 값을 결정할 수 없는 경우 규칙의 기본 반환 값을 설정합니다.

Boolean

Optional

InvertResult

규칙의 반환 값을 무효화합니다.

Boolean

Optional

PrivilegeDepth

The Privilege Depth to check.

Valid values:

 

Value Description

Basic

이 액세스 수준은 사용자가 담당하는 엔터티 인스턴스, 사용자와 공유되는 개체 및 사용자가 멤버로 속한 팀과 공유되는 개체를 사용자에게 노출합니다. 응용 프로그램에서는 이 액세스 수준을 사용자라고 합니다.

Local

이 액세스 수준은 사용자의 사업부에 속하는 엔터티 인스턴스를 사용자에게 노출합니다. 응용 프로그램에서는 이 액세스 수준을 사업부라고 합니다.

Deep

이 액세스 수준은 사용자의 사업부와 해당 사업부의 모든 종속 사업부에 속하는 엔터티 인스턴스를 사용자에게 노출합니다. 응용 프로그램에서는 이 액세스 수준을 상위 및 하위 사업부 모두 포함이라고 합니다.

Global

이 액세스 수준은 인스턴스 또는 사용자가 속한 사업부 계층 수준에 관계없이 조직 내의 모든 엔터티 인스턴스를 사용자에게 노출합니다. 응용 프로그램에서는 이 액세스 수준을 조직이라고 합니다.

Enumeration

Optional

PrivilegeName

The name of the privilege to evaluate. See Remarks.

String

Required

하위 요소

이 요소에는 하위 요소가 없습니다.

상위 요소

Element Description

<DisplayRule> (RibbonDiffXml)

리본 요소를 표시하는 데 사용되는 규칙의 정의 또는 명령 정의의 DisplayRule에 대한 참조를 지정합니다.

<Or> (RibbonDiffXml)

함께 평가해야 할 규칙 집합을 지정합니다.

설명

The string used to specify the privilege not associated with an entity. The PrivilegeName must correspond to a valid privilege name. See 권한에 보안 역할 UI 매핑. The privileges listed in that table include the prefix ‘prv’. Remove that prefix and use the remaining privilege name. For example, for the privilege name prvCreateEntity, just use CreateEntity.

For privileges associated with an entity use <EntityPrivilegeRule> (RibbonDiffXml).

요소 정보

XPath

//RibbonDiffXml/RuleDefinitions/DisplayRules/DisplayRule/MiscellaneousPrivilegeRule |
//RibbonDiffXml/RuleDefinitions/DisplayRules/DisplayRule/OrRule/Or/MiscellaneousPrivilegeRule

Schema Name

MiscellaneousPrivilegeRuleType

Validation File

RibbonTypes.xsd

Can be Empty

Yes

참고 항목

기타 리소스

Ribbon XML reference
명령 및 리본 사용자 지정

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.