Gets or sets the ContactId of the Institute/Company with which the ship-to contact is associated.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public string InstituteContactId { get; set; }
Visual Basic
Public Property InstituteContactId As String
	Get
	Set
Visual C++
public:
property String^ InstituteContactId {
	String^ get ();
	void set (String^ value);
}

Field Value

The key to the Contact with which the ship-to contact is associated.

Remarks

The ID must not be more than 10 characters long and the Contact must already exist in the destination database; otherwise an error is reported. This is typically the ship-to contact's employer.

See Also