Jul 28, 2019 10:48 AM
i create one table for employee .in that i create one filed passport expiry.i want that one more field should shoe that if expiry date is gone.filed show some message
Jul 28, 2019 12:45 PM
Make a formula field with this formula IF({Expiry Date field}>TODAY(),'Passport is Expired!','Passport is Valid')
If you want the field to be blank if the passport is not expired, remove the ,'Passport is Valid'
.
Jul 29, 2019 03:58 AM
thanks
its working good.