Here are the custom properties I want to create. I’ve made them but theyre providing incorrect outputs.
Days Remaining in 2025: round_up(((1767225599000 – [properties.today_s_date]) / 86400000), 0); right now this returns 245 which is wrong.
Overall the purpose is that I want a property “FY Revenue Impact”. This property would calculate how much of a closed won deal would be attrbuted to the current fiscal year. Its supposed to reference the contract start and end dates, and the # of days left in the fiscal year.
The properties I’ve created such as “Days Remaning in 2025” and “FY 25 Revenue Impact” are not returning correct results. Any ideas?