-
Notifications
You must be signed in to change notification settings - Fork 16
Action – GetPermissionsClause
Eric Domke edited this page May 6, 2019
·
1 revision
<!-- SOAP_ACTION = ApplyItem or ApplyAML -->
<Item type='Method' action='GetPermissionsClause'>
<tablename>Part</tablename>
<!-- Optional --
<allow_nulls>1</allow_nulls> -->
</Item>
<Item type="_Condition">
<sql>([PART].id IN (SELECT id FROM [secured].[PART]('can_get', '{IDs}', '{IP Address}', '{GUID}', '{GUID}', N'{XML}')))</sql>
</Item>