Basics
This Web Service provides basic data access into Dynamics NAV. All these operations will lookup a NETConductor DT to perform the NAV 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 Dynamics NAV. - RunCodeUnitWithXMLParameter
This operation provides access to any CodeUnit in Dynamics NAV. - SelectFromTable
This operation provides access to the data of any table in Dynamics NAV. - SelectFromTableEx
This operation provides access to the data of any table in Dynamics NAV. - InsertIntoTable
This operation provides insert record access to any table in Dynamics NAV. - ModifyInTable
This operation provides modify record access to any table in Dynamics NAV. - ModifyManyInTable
This operation provides modify many records access to any table in Dynamics NAV. - DeleteFromTable
This operation provides delete access to any table in Dynamics NAV. - DeleteManyFromTable
This operation provides delete many records access to any table in Dynamics NAV. - RunReport
This operation provides access to any report in Dynamics NAV. - GetTableDefinition
This operation provides the definition of a table in Dynamics NAV. - RunCodeUnitModeless
This operation provides access to any CodeUnit in Dynamics NAV. 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. - XmlPortIn
This operation provides import with the given XmlPort. - XmlPortOut
This operation receives data from the given XmlPort.