Microsoft Dynamics NAV Connector supports the following types of page services:
•Card Type Page Services
Card Type Page services support both insertion and reading process with the pages. Card Type Page services have methods to read, write, update, and delete. The following list displays the methods that Card Type Page services support:
Operation
Methods supported
Read
Read()
ReadMultiple()
Write
Create()
CreateMultiple()
Update
Update()
UpdateMultiple()
Delete
Delete()
•List Type Page Services
List Type Page Services support read operation. List type page services retrieve the records based on the index values that have been maintained by SQL Server. It support Read() and ReadMultiple().
Note: Card type page services and list type page services do not support all the fields in the SQL table. Card type pages have fields that accept values from the user. List type pages have auto-calculated fields or system fields that reads or displays data.
The following table lists the object type, name, source table, and total fields:
Object Type
Name
Source Table
Total Fields
Table
Customer
55 (Approx)
Page (Card)
CustCard
Customer
35 (Input Type and Auto Fill Type Fields)
Page (List)
CustList
Customer
20 (Display purpose Fields)
You can add a field when you design the page and publish the page. The new field is available in the WSDL schema.