Will it be possible to assign a default value(current system date) to
a date field thru
AUT.NEW.CONTENT at VERSION level.
Will "COMI" can be used in a subroutine attach to AUT.NEW.CONTENT to
default this value?
Thanks
Can you try this, as per attached doc.
Regards
> --
> 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 jB...@googlegroups.com
> To unsubscribe, send email to jBASE-un...@googlegroups.com
> 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 jB...@googlegroups.com
> To unsubscribe, send email to jBASE-un...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
>
--
Thank you and Regards,
Foong Yee
On Feb 12, 11:18 am, M Rizwan <raaif.riz...@gmail.com> wrote:
> Thanks Yohan,Choong,Quossa,Vladislav for your kind feedbacks.
> We will close this issue here.
>
> Best Wishes
>
> > On Thu, Feb 11, 2010 at 9:23 PM, M Rizwan <raaif.riz...@gmail.com>wrote:
>
> >> Thanks dudes for your comments and support.
> >> I am lucky for this case that 'out of the box' routine is available to
> >> get the bank date.
>
> >> But what if the need is to attached some values through our own
> >> program. Is it same like a field level routine where COMI or R.NEW is used
> >> to assign the values?
>
> >> Thanks and Kind Regards
>
> >> Riz.
>
> >> On 11 February 2010 18:41, FY Choong <fycho...@gmail.com> wrote:
>
> >>> you can attach routine EB.DEFAULT.TODAY in AUT.NEW.CONTENT and it will
> >>> default system today's date.
>
> >>> On Wed, Feb 10, 2010 at 8:54 PM, M Rizwan <raaif.riz...@gmail.com>
R09 Test VERSION, SEE
PGM.NAME.VERSION.. FUNDS.TRANSFER,ATR
------------------------------------------------------------------------------
2 RECORDS.PER.PAGE.. 1
3 FIELDS.PER.LINE... 1
4. 1 LANGUAGE.CODE.. 1 English
46 NO.OF.AUTH........ 0
50. 1 AUTOM.FIELD.NO. DEBIT.VALUE.DATE DEBIT.VALUE.DATE
52. 1 AUT.NEW.CONTENT !TODAY
Thanks & regards,
atr
not sure whether this will work. because the above mentioned routine
is scheduled as validation routine at field check returning the date
assigned under COMI variable. in auto new content routine the routine
should assign the value into R.NEW dim array, not the COMI variable.
On Feb 12, 11:18 am, M Rizwan <raaif.riz...@gmail.com> wrote:
> Thanks Yohan,Choong,Quossa,Vladislav for your kind feedbacks.
> We will close this issue here.
>
> Best Wishesou
>
On Feb 15, 2:36 pm, "paapu a.t." <mypa...@gmail.com> wrote:
> Hello All,
>
> Try this set up,,
> Instead of attaching a routone at to default TODAY.
>
> *R09 Test* *VERSION,* *SEE*
>
> PGM.NAME.VERSION.. FUNDS.TRANSFER,ATR
>
> *
> ------------------------------------------------------------------------------
> *