How to check Sync to Mail Client for Specific User on List view

In Contacts module, I set specific user on Sync to Mail client field for all contacts.

It works and all contacts are sync to specific user's outlook.

In Contacts Record view field is Sync to Mail Client field checked according to specific user.
Main problem is in List View, Sync to Mail Client field is checked or unchecked according to current user(logged in user).

Record View - checkbox is checked

  

List View - checkbox is unchecked.

checkbox should checked according to specific user.

Parents Reply
  • Hi Chris,

    I tested on Enterprise 9.2.0 and Professional 9.0.0.

    I successfully developed following requirement using extends Contact class.
    Requirement is Sync to Mail Client field in Contacts Module to be set for all Contacts but just for one User in the system. Not for all users.
    Record view shows correct result but List view does't.

    Contacts List - 

    Contacts Record

    Database- I set specific user_id ffc9217a-9f1a-11e9-a804-34e6d7144ede in contacts_users table. (this is not a current user or logged in user).

    Please advise. Thank you.

Children