First and last name should show ,be auto populated to customer name when Customer type is Individual

Hi Friends,
when Customer type is individual it should show first&last name and it should auto populated to customer name

I think you need to use the expression naming rule, not naming series:

it is not getting autopopulated

Hi @sathya_raj,

That for, develop the scenario in server side.

Reference:

Syntax

def autoname(self):
    self.name = self.first_name +" - "+ self.last_name

I hope this helps.

Thank You!