| AccountUpdatePropertyTab Method |
This method enables you to update the values of Properties available in a Property Tab of an Account item.
Namespace: AccountServiceC#
public long UpdatePropertyTab( long accountID, PropertyInfo[] propData, out string error )
Parameters
- accountID
- Type: SystemInt64
[in] The ID of the Account in CampusNexus CRM whose Property details need to be updated. - propData
- Type: Talisma.Server.CommonPropertyInfo
[in] This is an array of the PropertyInfo[] structure that contains the details of Properties in a Property Tab of an Account,which you want to update. The value of the propData array is blank if no Property values are available in the Property Tab of the Account. - error
- Type: SystemString
[out] The error messages returned when the get operation fails.
Return Value
Type: Int64The UpdatePropertyTab method returns 0 if the operation is successful and a negative value if the operation fails.