Skip to content

/AWS1/CL_PTSLEADCONTACT

An object that contains a lead contact's details associated with the engagement. This provides contact information for individuals involved in lead-related activities.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_businesstitle TYPE /AWS1/PTSJOBTITLE /AWS1/PTSJOBTITLE

The lead contact's business title or job role associated with the engagement.

iv_email TYPE /AWS1/PTSEMAIL /AWS1/PTSEMAIL

The lead contact's email address associated with the engagement.

iv_firstname TYPE /AWS1/PTSNAME /AWS1/PTSNAME

The lead contact's first name associated with the engagement.

iv_lastname TYPE /AWS1/PTSNAME /AWS1/PTSNAME

The lead contact's last name associated with the engagement.

Optional arguments:

iv_phone TYPE /AWS1/PTSPHONENUMBER /AWS1/PTSPHONENUMBER

The lead contact's phone number associated with the engagement.


Queryable Attributes

BusinessTitle

The lead contact's business title or job role associated with the engagement.

Accessible with the following methods

Method Description
GET_BUSINESSTITLE() Getter for BUSINESSTITLE, with configurable default
ASK_BUSINESSTITLE() Getter for BUSINESSTITLE w/ exceptions if field has no value
HAS_BUSINESSTITLE() Determine if BUSINESSTITLE has a value

Email

The lead contact's email address associated with the engagement.

Accessible with the following methods

Method Description
GET_EMAIL() Getter for EMAIL, with configurable default
ASK_EMAIL() Getter for EMAIL w/ exceptions if field has no value
HAS_EMAIL() Determine if EMAIL has a value

FirstName

The lead contact's first name associated with the engagement.

Accessible with the following methods

Method Description
GET_FIRSTNAME() Getter for FIRSTNAME, with configurable default
ASK_FIRSTNAME() Getter for FIRSTNAME w/ exceptions if field has no value
HAS_FIRSTNAME() Determine if FIRSTNAME has a value

LastName

The lead contact's last name associated with the engagement.

Accessible with the following methods

Method Description
GET_LASTNAME() Getter for LASTNAME, with configurable default
ASK_LASTNAME() Getter for LASTNAME w/ exceptions if field has no value
HAS_LASTNAME() Determine if LASTNAME has a value

Phone

The lead contact's phone number associated with the engagement.

Accessible with the following methods

Method Description
GET_PHONE() Getter for PHONE, with configurable default
ASK_PHONE() Getter for PHONE w/ exceptions if field has no value
HAS_PHONE() Determine if PHONE has a value