+ Start a Discussion
RIteshMRIteshM 

Invalid substitution variable

i am trying to modify default Name field type to autonumber . when i put in DisplayFormat CAT-{0001} its giving me error on save Error: Invalid substitution variable .can any one please tell what should be in Display Format field to be valid string ??

Sonam_SFDCSonam_SFDC

Hi,

 

Put the DisplayFormat as CAT-{0000} and not DisplayFormat CAT-{0001}

 

This should help..