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:

Azure Hosted pipeline - Update Artifacts (NuGet) for version update

 Step-by-Step Guide to Updating or Creating Artifacts for a Hosted Pipeline In this blog, we’ll walk you through the process of updating or ...