page_type | products | languages | extensions | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sample |
|
|
|
The Contact Management application provides simplified management of contacts and organizations. It uses a Contacts list to store basic Contacts. This Contact list is tied to a set of Organizations. These Organizations become the locus of organizing tracking of the relationship of your organization to the related organization.
None.
Solution | Author |
---|---|
ContactManagement | Mike Ammerlaan (Microsoft) @mammerla |
ContactManagement | Todd Baginski (Microsoft MVP, Canviz) @tbag |
ContactManagement | Alex Chen (Canviz) @alexchx |
ContactManagement | Luis Lu (Canviz) @stluislu |
ContactManagement | Theodore Shi (Canviz) @TheodoreShi |
ContactManagement | Max Liu (Canviz) @maxliu0621 |
ContactManagement | Cloris Sun (Canviz) @suheart |
ContactManagement | Benny Zhang (Canviz) |
ContactManagement | Cindy Yan (Canviz) |
Version | Date | Comments |
---|---|---|
1.0.13 | April 17, 2020 | Updated to SharePoint Framework v1.10 |
1.0 | September 27, 2017 | Initial release |
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.
- Clone this repository
- Move to right folder
- in the command line run:
npm install
gulp serve
The Contact Management field supports expandable fields, so that you can track additional fields per contact and per organization. Use the list settings page to add additional fields into the backing list. For fields of type Text, Choice, or User, these fields will show up in the Miscellaneous tab for Organizations and Users.
The Content Management application features simple tagging capabilities, along with an ability to search based on tagging. Create new tags by editing the Tags list, and add new entries within it. Once that is done, you can associate Tags with Contacts and Organizations via the Tags field.
We look forward to your feedback. Use Github Issues to provide information about issues as well as your feedback requests. You can also submit pull requests; see this link for more information on Contributing.