The issue is that there is no validation routine at any level that is executed when user puts record on hold. i.e. no routine at any level of the ones available for VERSION is runwhen user puts record on hold.Version Routines field 74 ID.RTN field 52 AUT.NEW.CONTENTx field 75 CHECK.REC.RTN field 59 VALIDATION.RTN field 63 INPUT.ROUTINE field 76 AFTER.UNAU.RTN field 77 BEFORE.AUTH.RTN field 64 AUTH.ROUTINE Thanks anyway Despina
Date: Fri, 4 Jun 2010 13:46:52 +0200 Subject: Re: T24: Validation on VERSION when user puts record on HLD From: [email protected] To: [email protected] in ur validation routine try this.... IF MESSAGE EQ 'HLD' THEN DO WHATEVER.... END it should work.... On Thu, Jun 3, 2010 at 12:29 PM, Despina <[email protected]> wrote: Hi, I was wondering how I can put a validation to run when user puts record on hold HLD. Thanks a lot Despina -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. https://signup.live.com/signup.aspx?id=60969 -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
