Symptom
How to export the Notes for Data Workbench Objects like Accounts, Contacts, Opportunities and so on using Data Workbench.
Resolution
To export the notes you can follow the below steps
1. Go to Data Workbench work center
2. Select Export View
3. Select Account Notes / Contact Notes object
4. Select All Data or Select the Account for which you want note to be extracted
5. Select Next
6. Select Export Data
Also as a workaround, you may extract the Notes for the objects like Accounts, Contacts, using the below steps.
- Go to Administrator work center
- Go to OData Service Explorer view
- Show SAP Odata Services
- Highlight the Service name: c4codataap1 and select Test
- On the OData Console, in the left pane, select the Entity Set (for Example: AccountNotesCollection)
- Select the Test tab
- Copy the URL available in the Request Method GET
- Run the the query https://myxxxxxx.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/CorporateAccountCollection in Chrome browser
- Select the Object ID for any Account, which is obtained from the execution of the above URL (for example: 00163XXXXXXXXXXXXXXXXXXXXXXXXXXX)
- Now query https://myxxxxxx.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/AccountCollection('<ObjectID>')/CorporateAccountTextCollection
- You will be able to see the Account Notes maintained for the Account
- Similarly, for Contacts we have the Entity Set ContactNotesCollection
- The query is https://myxxxxxx.crm.ondemand.com/sap/c4c/odata/v1/c4codata/ContactCollection
- Select the Object ID for any Contact, which is obtained from the execution of the above URL (for example: 00163YYYYYYYYYYYYYYYYYYYYYYYYYYY)
- Now query https://myxxxxxx.crm.ondemand.com/sap/c4c/odata/v1/c4codataapi/ContactCollection('<ObjectID>')/ContactTextCollection
Keywords
Data Workbench, Export Notes using Data Workbench , KBA , data workbench , export notes using data workbench , LOD-CRM-INT-DWB , Data Workbench , How To