Does anyone know how to add a datagrid view to show the Itemnumber or ItemKey.Id?
Currently I am adding the Itemsummary datagrid from DynamicsGPService web services and I can only get the following table below:
*This post is locked for comments
I am using GetItemList, however I can't seem to get the datagrid to populate the Key.Id it only populates with the Key.
This is what the datagrid column looks like.
this.dataGridViewTextBoxColumn59.DataPropertyName = "Key";
this.dataGridViewTextBoxColumn59.HeaderText = "Key";
this.dataGridViewTextBoxColumn59.Name = "dataGridViewTextBoxColumn59";
Changing "Key" to "Key.Id" does nothing.
This is what the class looks like:
Nick,
When web method you are using to get List of Sales Item? GetItemList web method is returning all items base on specific criteria.
Below is link for sample code that may help you to get all details.
msdn.microsoft.com/.../cc508488
Thanks
Sandip
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156