• 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…
  • Adding an "older than x days" filter

    Dear all, I'm curious if any of you ever came across a customer needing to filter his records based on an "older than x days" condition and how you solved it? Typical example: Opportunities with close dates older than 7 days, last interaction older than…
  • Force "recalculate" calculated field alternatives

    Hello, Having some concerns with calculated fields and the solution employed. Given : 2 modules , a date field date_vis on module B , a date field date_vis on module A and looking to update the date_vis of module A , set it up as calculated field in studio…