I’ve saidthis before and I’ll say it again Donna – you would make a great Livelinktrainer!
<![if !supportEmptyParas]> <![endif]>
Howard
______________________
Howard Pell
Senior Technical Educator
Liaison, Special Projects
Open Text Corporation
www.opentext.com
(1-519) 888-7111 Ext. 2203
-----OriginalMessage-----From: eLink Discussion: LivelinkBuilder Discussion [mailto:componentbuilder@elinkkc.opentext.com]Sent: Friday, February 20, 20049:29 AMTo: eLink RecipientSubject: Hi,
Hi,
Posted by dnalls (Nalls, Donna) on 02/20/2004 09:27 AM
In reply to: Event scripts not appearing.
Posted by DeloitteAdmin on 02/19/2004 08:36 PM
Hi, I walked through the process as I wrote this message, so this should definitely work for you. Give a shout if it does not! 1) Unlock your custom module 2) Navigate to WFMain-->WFRoot-->Callback Event Scripts-->GeneralCallbackScripts (but don't unlock it) 3) Right click on GeneralCallbackScripts and select "New Orphan" 4) Your Ospace should be displayed in the second menu - select it. 5) When prompted for the name of the object remove the word "orphan" and add <Your Ospace Name > at the beginning. i.e. -- my module is called "MyTest" - so I name that object "MyTestTestingGeneralCallbackScripts" 6) Navigate back to your custom ospace and verify that the object has been created. 7) set .fEnabled = True for that object 8) Highlight your Ospace's Globals object <MyTest Globals> 9) Right Click on the "Build OSpace" method and select "Run Script" 10) If desired, verify that your object has been registered.... a) in the Globals Object feature list open double-click on the "f__InitObjs" feature - make note of the last number item in the list..... b) highlight your <MyTesting>GeneralCallbackScripts object and look down at the bottom of your Builder window. The object number should be the same as the one in your f__initobjs list - if it is not the last one, it should at least be in the list. 12) create your new script 13) open the "0Documentation" script and copy the function data out of it - paste it into your new script 14) If desired, create a string feature and name it f + plus the name of your script. Add the user display value for the script here. 15) Stop and Restart Builder 16) Open a browser and log in to LL - open a workflow -- click on a step and check the "Event Scripts" tab. You should see your new script. Regards, Donna