Quantcast
Channel: Microsoft Dynamics GP
Viewing all articles
Browse latest Browse all 38722

Forum Post: Pass values into parameters of .net assembly which access from service enabled Procedure in Dexterity

$
0
0
I have used .net assembly in my procedure. This .net assembly contains fields of a customized table in GP and i have added it to libraries in Dexterity and included it in my service enabled procedure. I need to retrieve all the records of relevant as a list, in the same way it used in standard services. Ex - https://MachineName:Port/GPService/Tenants(DefaultTenant)/Companies(Fabrikam,%20Inc.)/Inventory/Items I'm new to GP development and my problem is now to pass values into this assembly properties. If anyone can guide, it will great pleasure to me. Please find below sanscript code I have done so far. ----------------------------------------------------------- using Test.Object; //assembly I have created and already added it into library using System.Collections;//windows assembly and added it to library out System.Collections.Generic.List TestList; // out parameter local Item Test; //'Item' is a class which defined under Test.Object dll file get first table Test_Item; while err() <> EOF do // I need to add table records into TestList variable, where I've no idea how to. get next table Test_Item; end while; -----------------------------------------------------------

Viewing all articles
Browse latest Browse all 38722

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>