Wednesday 22 May 2013

EP : C# code to call X++ Table method from VS.

protected long GetEcoResCategoryHierarchyRoleByRole() // call Table method EcoResCategoryHierarchyRole getHierarchiesByRole



{

using (AppProxy.EcoResCategoryHierarchyRole lEcoResCategoryHierarchy = AppProxy.EcoResCategoryHierarchyRole.avaFindHierarchiesByRole(SalesCat))



{

ecoResCategoryHierarchyrecId = lEcoResCategoryHierarchy.CategoryHierarchy;

}

return ecoResCategoryHierarchyrecId;



}

No comments:

Update NuGet package to new MS D365FO version

1. Import the NuGet package files from LCS for that particular version please take the PU version files only. a. Goto LCS-->Asset Libra...