Pablo Galiano : Thursday, January 11, 2007 - Posts

Subscriptions

<March 2010>
SuMoTuWeThFrSa
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910

News

Subscribe to Pablo Galiano by Email

Post Categories

Thursday, January 11, 2007 - Posts

Code Snippets and GAX

One GAX feature that is not well known is that we can define code snippets as part of our guidance package.
These code snippets will be installed when we register the guidance package and they will be available at the product level.
Once we create a guidance package solution using GAT the following structure is created:

SolExt.JPG


All the snippets must be under the \Snippets\LANGUAGE\PACKAGE_CAPTION folder.

One important thing is that Caption for the guidance package located in the main manifest MUST match the name for the parent folder on the snippets structure.

CaptionMatch.JPG

If the names doesn't match the code snippets will no be installed when we register the guidance package.

Once we register the guidance package and we create a product we can start using the codesnippets:

csusage.jpg

Pablo

posted Thursday, January 11, 2007 5:26 AM by pga with 1 Comments