Skip to main content
Aamir Dalvi ha preguntado en #Formulas

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

4 respuestas
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    30 mar 2022, 12:12

    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