To monitor Billing Schedule Line changes, create a Custom Report that compares the values of each column using the following formula:
if(extract_days(${billing_schedules.created_date_date}) = extract_days(${billing_schedules.updated_date_date}), yes, no)
Comments
0 comments
Please sign in to leave a comment.