Method Community

 

Hide customer emails

Last post 11-06-2015 10:52 AM by Method_Ben. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 11-06-2015 10:10 AM

    Hide customer emails

    Is there a way to hide customer emails in Existing customer contacts list?

  • 11-06-2015 10:52 AM In reply to

    Re: Hide customer emails

    Answer

    Hi Ganesha,

    This is definitely possible to do through Customization. What you would need to do is first copy the stock screen, and customizthe Contacts grid contained on it.

    While Editing the contacts grid on this screen, you will need to navigate to Step 2 of 9: Grid Columns, scrolling down to line with the Caption Phone / Email / Mobile. Beside this line, click on the Advanced button.

    Here you will see some SQL code in the textbox labelled "SQL - the following script will be used instead of the original field" Here, you will want to elimiate any references to the viewContacts.Email field. The code will look like this once youve removed it. You can copy and paste this in (ensure to remove the code that was already in there)

    '<b>' + (CASE WHEN viewContacts.Phone IS NULL OR viewContacts.Phone='' THEN '' ELSE + viewContacts.Phone END) + '</b>' + '<br />' + ISNULL(viewContacts.Mobile,'')

    Finally, you will need to remove 'Email' from the second textbox labelled 'Filter Field(s)' 

    After this, save and Close, publish the screen and youre good to go!

    Thanks Ganesha!

    Regards,

    Ben


    Ben Hargreaves
    Senior Support Specialist
    Method:CRM
    b.hargreaves@method.me
    Toll Free: 1.888.925.6238
    Local & Overseas: 416.847.0400
    Fax: 416.640.6027
Page 1 of 1 (2 items)