Delete contact from EMC Preview Contact List

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • gonza176
    Member
    • Sep 2014
    • 5

    Delete contact from EMC Preview Contact List

    Hello,
    I would like to know if there is a way to delete a contact from a contact list in EMC. I'am able to do it from the Control Panel, but how can I achive this from the database? is there any store procedure which let me do the delete?

    Regards,
  • pradeept
    Member
    .
    • Dec 2010
    • 8

    #2
    You can use "deletecontact" storedrocedure and you have provide "contacted" of the contact which you want to delete.
    you can look into ASContact->progrmmability->storedprocedures->dbo.DeleteContact.

    Comment

    • gonza176
      Member
      • Sep 2014
      • 5

      #3
      Hello, I've been regarding at the mencioned stored procedure, but it just deletes the contact from the Contacts table.
      Now I'm trying the StoreInteractionClosed stored procedure to mark the interactions as Completed but still need to delete them from the list
      Last edited by gonza176; 03-01-2016, 11:40 AM.

      Comment

      Loading