Skip to main content

I have one field called NPC target, I want to create a validation. when record is created only.

4 answers
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    Mar 30, 2022, 12:12 PM

    Hi,

     

    What do you want to do with this NPC target? Does it need to be populated?

    If so, you coudl make the field required, or if you want a validation rule:

    AND(ISNEW(), ISBLANK(NPC_Target__c))
0/9000