Hello Team,
Could you clarify does Microsoft GP returns custom fields via API?
I mean receiving custom fields for Customers and Invoices via API.
Hello Team,
Could you clarify does Microsoft GP returns custom fields via API?
I mean receiving custom fields for Customers and Invoices via API.
To read and write a local modifier added field you will need to use some custom code.
The code can be written using Visual Basic for Application (which is end of life now), or Visual Studio Tools which is quite a lot of work. or GP Power Tools which is what I would recommend.
Step by Step guide to adding custom fields: https://winthropdc.wordpress.com/2020/01/31/gppt-beginners-guide-to-adding-custom-fields-introduction/
Replacing VBA: https://winthropdc.wordpress.com/2019/08/12/gppt-replacing-vba-with-gp-power-tools-developer-tools/
Regards
David
hi,
the issue is not with Web Service. i need to know how i can read/write from/to a local custom field i added using the GP Modifier on a selected form (e.g. added a custom field for "customer nickname" on "Payable transaction Entry" form)
Did you install Web Services using the installer in the \Tools\SDK\Web Services folder on the DVD image?
That should have the manual for web services and Almas mentioned that there an example there
"Go through chapter number 26 in web services manual and you will get all the details. It has complete example for Lead Sample project."
Regards
David
Can you please direct me to where in the training materials can i find it? tried to search for Custom fields in PDFs' TOC and couldn't find it
You are welcome @David :)
Andrew
Look at the training materials for Developer Toolkit on my training page. It has info that might help you extend a web service.
https://winthropdc.wordpress.com/training/
Thanks Almas for reminding me.
Regards
David
Yes, you can return custom fields by creating custom web services by using Microsoft Dynamics GP Web service.
Microsoft Dynamics GP eConnect is the layer in the service architecture that
retrieves, creates, updates, and deletes data. You need to
add the eConnect support that the Dynamics GP Service framework needs for a
new type of document.
Go through chapter number 26 in web services manual and you will get all the details. It has complete example for Lead Sample project.
Andrew With GP Power Tools you can create a web service to return any data you want. Microsoft will not be changing any functionality in the old SOAP web services.
André Arnaud de Cal...
292,884
Super User 2025 Season 1
Martin Dráb
231,748
Most Valuable Professional
nmaenpaa
101,156
Moderator