May 27, 2002 #1 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?
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 Sep 27, 2001 179 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