• Relate field in custom view

    Hi, We have created a custom view / dashlet which is loaded on the side of our create view to perform checks and give suggestions when creating a record of a custom module. In this dashlet I want to add a relate field so I can adjust my logic based…
  • Calculating Call Due Dates

    I posted this in a different thread, but this is a new formula issue I'm having I need help on. ifElse( equal($keycontact_c,true), addDays($last_call_date_c, ifElse(equal(related($calls,"call_type_c"),"Account Management Call"), 30, ifElse(equal(related…