Calculated Fields Populating Date depending on Type

Hi, 

Trying to populate a date of when a type of Meeting was booked in. 

Need to do a calculated field based on the Meeting Type then populate the date in the related Module. 

Hopefully someone can help! 

Parents Reply Children
  • In theory you can configure a sugarLogic formula for that Date custom field this way:

    ifElse(equal($type_c,"Booked"), <formula for calculating date>,"")

    But it may throw exception in case condition is not validated once Sugar will try to save an empty value in date field.

    Another approach, if your instance is SELL, SERVE or ENTERPRISE, you can configure a SugarBPM process which evaluate such a condition and update the date field accordingly.

    André Lopes
    Lampada Global
    Skype: andre.lampada