Basics
This Web Service provides basic data access into Dynamics NAV. All these operations will lookup a NETConductor DT to perform the Navision work.
This page is a service operation list.
[ System: Services ·
Ops ]
[ Service:
Ops ·
Forms ·
Docs ] [ Docs:
XML ·
WSDL ]
- RunCodeUnit
This operation provides access to any CodeUnit in Navision. - RunCodeUnitWithXMLParameter
This operation provides access to any CodeUnit in Navision. - SelectFromTable
This operation provides access to the data of any table in Navision. - SelectFromTableEx
This operation provides access to the data of any table in Navision. - InsertIntoTable
This operation provides insert record access to any Table in Navision. - ModifyInTable
This operation provides modify record access to any table in Navision. - ModifyManyInTable
This operation provides modify many records access to any table in Navision. - DeleteFromTable
This operation provides delete access to any Table in Navision. - DeleteManyFromTable
This operation provides delete many records access to any table in Navision. - RunReport
This operation provides access to any Report in Navision. - GetTableDefinition
This operation provides the definition of a table in Navision. - RunCodeUnitModeless
This operation provides access to any CodeUnit in Navision. The difference between RunCodeUnit and RunCodeUnitModeless is that when the RunCodeUnitModeless is called then the CodeUnit is simply started and there is not waiting for it's completion or any replies.