• Bev Cheshire 12
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
Hi all, 

Need some assistance and easiest, preferably no code, way of doiing the following

We have the following fields at present
Age_c
Birthdate
U18_subscribed_c
Deceased_c

We need to update the U18_subscribed_c checkbox to false when the following applies

Birthdate is blank
Age is 18 but in the year of their 19th birthday
Deceased is false

If the date hits 01/01 of the year of the contacts 19th birthday the U18_subscribe_c should update to false
If the Deceased field is set at true the U18_subscribe_c should update to false
If the Birthdate field is completed the above should calculate correctly

Any suggestions will be appreciated
Hi all, 

Need some assistance and easiest, preferably no code, way of doiing the following

We have the following fields at present
Age_c
Birthdate
U18_subscribed_c
Deceased_c

We need to update the U18_subscribed_c checkbox to false when the following applies

Birthdate is blank
Age is 18 but in the year of their 19th birthday
Deceased is false

If the date hits 01/01 of the year of the contacts 19th birthday the U18_subscribe_c should update to false
If the Deceased field is set at true the U18_subscribe_c should update to false
If the Birthdate field is completed the above should calculate correctly

Any suggestions will be appreciated