PropertyInformation Class
This class contains information about Properties of the CampusNexus CRM Object.
Inheritance Hierarchy
SystemObject
  Talisma.Server.TLSysSISConnectorPropertyInformation

Namespace:  Talisma.Server.TLSysSISConnector
 

Syntax
C#
[SerializableAttribute]
public class PropertyInformation

The PropertyInformation type exposes the following members.

Properties
NameDescription
Public propertyId
The ID of the CampusNexus CRM Object Property.
Public propertyPropValAttribs
This attribute is used only in the CreateInstance and UpdateInstance methods. 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.

Public propertyValue
The value of the CampusNexus CRM Object Property.
Top
See Also