Question

How delete Full name field from Section Lead

I need to delete the Full name field from the mini page of the Lead section and add the First name and Last Name field separately. When I'm going to delete it from the Wizard section, this field does not appear. I do not know if this is part of the header.

File attachments
Like 0

Like

1 comments

Dear Pedro,

It would not be possible to remove this field from the section wizard. Try to add this operation in the LeadMiniPage schema of the Custom package. Here is the example of the code:

            {

                "operation": "remove",

                "name": "Full name"

            }

Best regards,

Dean

Show all comments