Share via


SetContactInfo Method

The SetContactInfo method sets additional information in a new non-Groove contact created by the GrooveFormsToolContactServicesCreateContact method.

Syntax

object.SetContactInfo

(

i_ContactInfoTypeAsGrooveFormsToolContactInputInformation,

i_Value As String

)

Parameters

Parameter Description

i_ContactInfoType

Type of contact information to set.

i_Value

Value to set.

Remarks

This method can only be used when setting a Contact field on a new contact created by GrooveFormsToolContactServicesCreateContact method. If this method is called for a Contact field after the record has been saved, it will cause a script error.

See Also

Reference

GrooveFormsToolContactInputInformation Type
IGrooveFormsToolContactServices Interface
CreateContact Method