Skip to content

Instantly share code, notes, and snippets.

@BrianMRO
Created February 9, 2021 20:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianMRO/faa8022a78025aa8ddb40db47baf5645 to your computer and use it in GitHub Desktop.
Save BrianMRO/faa8022a78025aa8ddb40db47baf5645 to your computer and use it in GitHub Desktop.
Restrictors for Selectors
[PXMergeAttributes(Method = MergeMethod.Append)]
[PXRestrictor(typeof(
Where<INLocationExt.usrXXMyCondition, NotEqual<ConditionType.condition1>>
), "")]
protected virtual void INTran_ToLocationID_CacheAttached(PXCache sender) { }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment