[This is preliminary documentation and is subject to change.]

Saves the mapping information between the OfficeClip system and the QuickBooks file for a particular group.

Namespace:  OfficeClip.DBLayer.TE
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public bool SaveQBMapping(
	int groupId,
	DataSet ds
)
Visual Basic (Declaration)
Public Function SaveQBMapping ( _
	groupId As Integer, _
	ds As DataSet _
) As Boolean
Visual C++
public:
bool SaveQBMapping(
	int groupId, 
	DataSet^ ds
)

Parameters

groupId
Type: System..::.Int32
The unique id for the group.
ds
Type: System.Data..::.DataSet
DataSet containing all the mapping information between the OfficeClip System and the QuickBooks file.

Return Value

Flag (True/False) indicating whether the mapping was successfuly saved or not.

See Also