Skip to main content
Anakin Downer (Avenue5) 님이 #Reports & Dashboards에 질문했습니다

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개
  1. 2024년 12월 10일 오후 6:17

    please check the link;

    https://help.salesforce.com/s/articleView?id=release-notes.rn_general_lwc_modals.htm&release=250&type=5

     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. 

0/9000