AccountGetLinkedTab Method
This method enables you to get the Property values available in the Linked Tab of an Account item in CampusNexus CRM.

Namespace:  AccountService
 

Syntax
C#
public long GetLinkedTab(
	long accountID,
	long tabID,
	out PropertyInfo[] propData,
	out string error
)

Parameters

accountID
Type: SystemInt64
[in] The ID of the Account item for which you want to retrieve the Property values from the Linked Tab associated with the Account Object.
tabID
Type: SystemInt64
[in] The ID of the Linked Tab associated with the Account.
propData
Type: Talisma.Server.CommonPropertyInfo
[out] This is an array of the PropertyInfo[] structure that contains the Property values retrieved from the Linked Tab of the specified Account. The value of the propData array is blank if no Property values are available in the Linked Tab of the Account.
error
Type: SystemString
[out] The error messages returned when the get operation fails.

Return Value

Type: Int64
The GetLinkedTab method returns 0 if the operation is successful and a negative value if the operation fails.
See Also