PropertyInfopropValAttrs Field
This attribute is used only in the CreateContact and UpdatePropertyTab methods of the Contact iServices. This attribute is used to pass the GTD (Good Through Date) and LSD (Last Scrub Date) for the phone Properties of a Lead item for which scrubbing is enabled.

The GTD and LSD for the phone number must be separated by the ’±’ character and must be passed in the following format:

"GTD=09/01/2014±LSD=09/3/2013"

If only GTD is available for a phone number, pass the GTD in the following format:

"GTD=09/01/2014"

If GTD and LSD for a phone number are not available, this attribute will be blank.

If GTD and LSD are passed for a Phone Property without passing the phone number for a Lead item, the GTD and LSD values will not be set for that Phone Property.

Namespace:  Talisma.Server.Common
 

Syntax
C#
public string propValAttrs

Field Value

Type: String
See Also