Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

lookup in putting create date into date field of all new records

0 views
Skip to first unread message

Margret Huebner

unread,
Jan 24, 2000, 3:00:00 AM1/24/00
to
I have placed the following expression in the lookup ini file hoping to
place the record create date in a real date field for future calculations.
It doesn't seem to be working, can anyone review this and let me know if you
see anything I have missed.
newrecord=Ulastship
[ulastship]
otherwise=&accdate(contact1->accountno)
overwrite=1

thank you
Margret Huebner

DJ Hunt

unread,
Jan 24, 2000, 3:00:00 AM1/24/00
to
Margret Huebner <mhue...@breault.com> wrote in message
news:dtN1yyqZ$GA.295@gmnews2...
[autoupdate]

newrecord=Ulastship
[ulastship]
otherwise=&accdate(contact1->accountno)
overwrite=1

Did you have the [AutoUpdate] section header? It wasn't in the code that
you showed us.

Because I'm lazy and don't want to answer again, if you did have
[AutoUpdate] in your ini, then try this:

Otherwise=&dtos(accdate(Contact1->AccountNo))


--
DJ Hunt :o)
Author: Sales Force Automation with GoldMine 4.0
Recipient: GoldMine Online Support Award 1998, & 1999

Computer Control Corporation
Voice: (978)534-8880
>

Dexter Baga /GM

unread,
Jan 24, 2000, 3:00:00 AM1/24/00
to
Margret Huebner <mhue...@breault.com> wrote in message
news:dtN1yyqZ$GA.295@gmnews2...
> I have placed the following expression in the lookup ini file hoping to
> place the record create date in a real date field for future calculations.
> It doesn't seem to be working, can anyone review this and let me know if
you
> see anything I have missed.
> newrecord=Ulastship
> [ulastship]
> otherwise=&accdate(contact1->accountno)
> overwrite=1
>
> thank you
> Margret Huebner
>
>

Use the following:

[autoupdate]
NEWRECORD=ULASTSHIP

[ULASTSHIP]
otherwise=&(str(accdate(contact1->accountno)))
overwrite=1

--
Dexter Baga
GoldMine Support
Visit our online KnowledgeBase at
http://kbase.goldminesw.com


0 new messages