Skip to content

Instantly share code, notes, and snippets.

@gsherman
Created September 6, 2019 16:04
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 gsherman/891769e0af6cfafb1f6b0cc899772e59 to your computer and use it in GitHub Desktop.
Save gsherman/891769e0af6cfafb1f6b0cc899772e59 to your computer and use it in GitHub Desktop.
Priv classes and Dovetail privileges
NO_EXPORT OBJECT ALL;
EXPORT OBJECT privclass
UNIQUE_FIELD=class_name
/*
WHERE "class_name like 'HC%' OR class_name = 'System Administrator'"
*/
ACTIONS = EXPORT
TO x_web_cmd THROUGH privclass2x_web_cmd
UNIQUE_FIELD=x_name, x_type
ACTIONS = EXPORT
END_TO
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment