Created
October 20, 2014 15:50
-
-
Save gsherman/40fc066de146643df3dc to your computer and use it in GitHub Desktop.
privileges
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
/////////////////////////////////////////////////////////////////////////////// | |
// Product : Dovetail Mobile Agent | |
// | |
// Series : Dovetail Software Web Series(tm) | |
// | |
// Name : privclass_import.dat | |
// | |
// Description : Dovetail Mobile Agent Priv Class Detail | |
// | |
// Author : Dovetail Software Software, Inc. | |
// 4807 Spicewood Springs Rd., Building 4, Suite 200 | |
// Austin, TX 78759 | |
// (512) 610-5400 | |
// EMAIL: [email protected] | |
// www.dovetailsoftware.com | |
// | |
// Platforms : This version supports Clarify 4.5 and later | |
// | |
// Copyright (C) 2010 Dovetail Software Software, Inc. | |
// All Rights Reserved. | |
/////////////////////////////////////////////////////////////////////////////// | |
*/ | |
OBJECT TYPE = "x_web_cmd", NAME = "Mobile" | |
UNIQUE_FIELD = x_name | |
FIELDS | |
x_name = "Mobile"; | |
x_type = 0; | |
END_FIELDS | |
END_OBJECT NAME = "Mobile" | |
OBJECT TYPE = "x_web_cmd", NAME = "Reopen Subcase" | |
UNIQUE_FIELD = x_name | |
FIELDS | |
x_name = "Reopen Subcase"; | |
x_type = 2; | |
END_FIELDS | |
END_OBJECT NAME = "Reopen Subcase" | |
OBJECT TYPE = "x_web_cmd", NAME = "Reject/Forward" | |
UNIQUE_FIELD = x_name | |
FIELDS | |
x_name = "Reject/Forward"; | |
x_type = 1; | |
END_FIELDS | |
END_OBJECT NAME = "Reject/Forward" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment