Console
Console copied to clipboard
Add support for working with Contacts in the xDB
Supporting read,write,update of contacts in the xDB would allow users to script updates to xDB contacts using powershell.
At a minimum i would suggest the following commands
- Get-Contact
- New-Contact
- Remove-Contact
- Save-Contact
Optionally the following commands might be useful as well
- Merge-Contact
- Lock-Contact
Interesting idea... I'll see into it as soon as I'm back from holiday
We briefly discussed and this could be a good add-on module built as a separate package. We're finding that the core module is getting pretty big.
Found some interesting article related to Powershell & xDB
- http://jockstothecore.com/xdb-reports-with-powershell/
A port of this code would be a great start on this module.
- https://briancaos.wordpress.com/2015/10/09/sitecore-contacts-create-and-save-contacts-directly-to-and-from-xdb-mongodb/