Re: Remedy Development Best Practices

2009-02-18 Thread Steven Iocco
: Remedy Development Best Practices To: arslist@ARSLIST.ORG ** I am kind of a nut about this since 7.x came out. Fields: Custom numbering in a predictable range. Generally when customizing an existing form I start with something like 600100200 for the field ID's. Using this method you can easily

Re: Remedy Development Best Practices

2009-02-18 Thread Maria Delagarza
, 2009 3:10 PM To: arslist@ARSLIST.ORG Subject: Remedy Development Best Practices ** Hi folks. Just wondering what practices some developers are using for custom code and enhancing ootb workflow. IE, field ID's in a non reserved range, New workflow easily identified perhpaps by the company name

Re: Remedy Development Best Practices

2009-02-18 Thread Guillaume Rheault
Sent: Wed 02/18/09 12:42 AM To: arslist@ARSLIST.ORG Subject: Re: Remedy Development Best Practices Great summaries of customization best practices! The only thing I would add is on the documentation; you need two different kinds of docs: 1. Functional descriptions of each feature added

Re: Remedy Development Best Practices

2009-02-18 Thread bruce sisk
Title: RE: Remedy Development Best Practices ** I do not rename any of the 'container" objects...forms , guides or applications. I DO include them in a packing list. For shared workflow...you could create a "global or common or shared" packing list for these. For documentation..

Re: Remedy Development Best Practices

2009-02-18 Thread Jason Miller
*To:* arslist@ARSLIST.ORG *Subject:* Re: Remedy Development Best Practices ** I am kind of a nut about this since 7.x came out. Fields: Custom numbering in a predictable range. Generally when customizing an existing form I start with something like 600100200 for the field ID's. Using

Re: Remedy Development Best Practices

2009-02-18 Thread Lyle Taylor
@ARSLIST.ORG] On Behalf Of Steven Iocco Sent: Tuesday, February 17, 2009 3:10 PM To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG Subject: Remedy Development Best Practices ** Hi folks. Just wondering what practices some developers are using for custom code and enhancing ootb workflow. IE, field

Re: Remedy Development Best Practices

2009-02-18 Thread Jason Miller
: Remedy Development Best Practices ** I am kind of a nut about this since 7.x came out. Fields: Custom numbering in a predictable range. Generally when customizing an existing form I start with something like 600100200 for the field ID's. Using this method you can easily run a simple SQL

Re: Remedy Development Best Practices

2009-02-18 Thread J.T. Shyman
(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Lyle Taylor Sent: Wednesday, February 18, 2009 4:28 PM To: arslist@ARSLIST.ORG Subject: Re: Remedy Development Best Practices I'll point out one guiding principle that I try to follow that I haven't seen anyone else point out yet

Remedy Development Best Practices

2009-02-17 Thread Steven Iocco
Hi folks. Just wondering what practices some developers are using for custom code and enhancing ootb workflow. IE, field ID's in a non reserved range, New workflow easily identified perhpaps by the company name etc. My real big dillemma is modifying existing workflow. Does anyone have some

Re: Remedy Development Best Practices

2009-02-17 Thread Ray Palla
) [mailto:arsl...@arslist.org] On Behalf Of Steven Iocco Sent: Tuesday, February 17, 2009 3:10 PM To: arslist@ARSLIST.ORG Subject: Remedy Development Best Practices ** Hi folks. Just wondering what practices some developers are using for custom code and enhancing ootb workflow. IE, field ID's

Re: Remedy Development Best Practices

2009-02-17 Thread bruce sisk
% (global fields)...these are the field ranges I use. Bruce Sisk BFS Enterprises -Original Message- From: Ray Palla <ray.pa...@insona.com>Sent: Feb 17, 2009 4:33 PM To: arslist@ARSLIST.ORG Subject: Re: Remedy Development Best Practices ** Generally speaking Steve; The best

Re: Remedy Development Best Practices

2009-02-17 Thread William Rentfrow
Of bruce sisk Sent: Tuesday, February 17, 2009 6:30 PM To: arslist@ARSLIST.ORG Subject: Re: Remedy Development Best Practices ** A little used feature of the Remedy admin tool is the packing list feature. I work within the packing list or workspace. I add the existing workflow or forms

Re: Remedy Development Best Practices

2009-02-17 Thread strauss
PM To: arslist@ARSLIST.ORG Subject: Re: Remedy Development Best Practices ** I am kind of a nut about this since 7.x came out. Fields: Custom numbering in a predictable range. Generally when customizing an existing form I start with something like 600100200 for the field ID's. Using