I have one field called NPC target, I want to create a validation. when record is created only.
4 respuestas
Eric Praud (Activ8 Solar Energies) Forum Ambassador
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))