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:

D365FO : Script for update Storage Dimension Group for the Items with no transactions. x++

We have a problem on finance test... The storage dimension group = Mlok is setup to use warehouse management. But we don't have all the ...