May 27, 2002 #1 bhayward IS-IT--Management Joined May 27, 2002 Messages 1 Location 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?
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?
Jun 26, 2002 #2 RobColborne MIS Joined Sep 27, 2001 Messages 179 Location AU 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 http://www.prior-analytics.comExperts in GoldMine Upvote 0 Downvote
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 http://www.prior-analytics.comExperts in GoldMine