Skip to content

Instantly share code, notes, and snippets.

@gsherman
Created October 20, 2014 15:50
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/40fc066de146643df3dc to your computer and use it in GitHub Desktop.
Save gsherman/40fc066de146643df3dc to your computer and use it in GitHub Desktop.
privileges
/*
///////////////////////////////////////////////////////////////////////////////
// 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: support@dovetailsoftware.com
// 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