I have a custom object property that has fields for City and State. I want to know when a unique value is entered into either one. Is there a way for me to make a report on this?
1 Antwort
please check the link;
ou can create a report by using custom formula fields that track unique City and State values or set up a custom report filter. You can also implement automation like Process Builder or Apex Triggers to log when unique values are entered in these fields. This allows you to monitor and report on changes without manually checking each record.