Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AUTOMATED PROCESSES &/or lookup.ini

Status
Not open for further replies.

bhayward

IS-IT--Management
May 27, 2002
1
AU
Is there a way via an AP or through the lookup.ini to update a field with a value Y or N if a date field is older than todays date?
 
Hi

You can do this with the lookup.ini, have a look at the following:

[autoupdate]
UDATEFIELD=UYESNOFIELD

[UYESNOFIELD]
otherwise=&iif(contact2->UDATEFIELD >= date(),"Newer","Older")
overwrite=1

Just change Newer and Older to No and Yes respectively


Robert Colborne
Experts in GoldMine
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top