DirParty Class [AX 2012]

The DirParty class is used to perform an operation on an Address book record.

Syntax

class DirParty

Run On

Called

Methods

  Method Description
Gg738910.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif checkDuplicate Checks whether there are any duplicate address book records for the current instance of the DirParty class.
Gg738910.pubmethod(en-us,AX.60).gif createOrUpdateContactInfo
Gg738910.pubmethod(en-us,AX.60).gif createOrUpdatePostalAddress
Gg738910.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif getContactInfo
Gg738910.pubmethod(en-us,AX.60).gif getPartyRecId Retrieves the record ID from the party record that is represented by the current instance of the DirParty class.
Gg738910.pubmethod(en-us,AX.60).gif getPostalAddress
Gg738910.pubmethod(en-us,AX.60).gif getPrimaryElectronicAddressLocation
Gg738910.pubmethod(en-us,AX.60).gif getPrimaryPostalAddressLocation
Gg738910.pubmethod(en-us,AX.60).gif getRecId Retrieves the record ID from the record that is represented by the current instance of the DirParty class.
Gg738910.pubmethod(en-us,AX.60).gif getTableId Retrieves the TableId value of the record that is represented by the current instance of the DirParty class.
Gg738910.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif initFromDirOrganization Initializes the current instance of the DirParty class by using a record in the DirOrganization table.
Gg738910.pubmethod(en-us,AX.60).gif initFromDirPartyTable Initializes the current instance from a record in the DirPartyTable table.
Gg738910.pubmethod(en-us,AX.60).gif initFromDirPerson Initializes the current instance from a record in the DirPerson table.
Gg738910.pubmethod(en-us,AX.60).gif initializeAddressInfo Initializes the address information for the current instance of the DirParty class.
Gg738910.pubmethod(en-us,AX.60).gif initializeCommInfo Initializes electronic communication information for the current instance of the DirParty class.
Gg738910.pubmethod(en-us,AX.60).gif initializeOrganizationInfo Initializes the organization specifics for the current instance of the DirParty class.
Gg738910.pubmethod(en-us,AX.60).gif initializePersonInfo Initializes the person-specific details for the current instance of the DirParty class.
Gg738910.pubmethod(en-us,AX.60).gif insert
Gg738910.pubmethod(en-us,AX.60).gif new
Gg738910.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif parmABC Gets or sets the ABC parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmAddressBooks Gets or sets the AddressBooks parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmChildrenNames Gets or sets the ChildrenNames parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmCommunicationInfo Gets or sets the CommunicationInfo parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmECommunicationTypes Gets or sets the ECommunicationTypes parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmFirstName Gets or sets the FirstName parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmGender Gets or sets the Gender parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmHobbies Gets or sets the Hobbies parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmInitials Gets or sets the Initials parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmKnownAs Gets or sets the KnownAs parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmLanguageId Gets or sets the LanguageId parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmLastName Gets or sets the LastName parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmMaritalStatus Gets or sets the MaritalStatus parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmMCRFirst4Street Gets or sets the MCRFirst4Street parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmMemo Gets or sets the Memo parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmMiddleName Gets or sets the MiddleName parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmName Gets or sets the Name parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmNameAlias Gets or sets the NameAlias parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmNameSequence Gets or sets the NameSequence parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmNickName Gets or sets the NickName parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmNumberOfEmployees Gets or sets the NumberOfEmployees parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmOrganizationNumber Gets or sets the OrganizationNumber parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPartyNumber Gets or sets the PartyNumber parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPartyRecord Gets or sets the PartyRecord parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPersonalSuffixRecId Gets or sets the PersonalSuffixRecId parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPersonalTitleRecId Gets or sets the PersonalTitleRecId parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPersonInfo Gets or sets the PersonInfo parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPhoneticFirstName Gets or sets the PhoneticFirstName parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPhoneticLastName Gets or sets the PhoneticLastName parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPhoneticMiddleName Gets or sets the PhoneticMiddleName parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmPhoneticName Gets or sets the PhoneticName parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmProfessionalSuffix Gets or sets the ProfessionalSuffix parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmProfessionalTitle Gets or sets the ProfessionalTitle parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmTransDateTime Gets or sets the TransDateTime parameter.
Gg738910.pubmethod(en-us,AX.60).gif parmType Gets or sets the Type parameter.
Gg738910.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif update
Gg738910.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif write
Gg738910.pubmethod(en-us,AX.60).gif writeCommon
Gg738910.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::addLocation
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::autoDeleteParty Deletes an address book party at the backend automatically if it is not referenced.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::canDeleteParty Determines whether an address book party can be deleted.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::constructFromCommon Creates a new instance of the DirParty class from an address book entity that is represented by the _common parameter.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::constructFromPartyNumber Creates a new instance of the DirParty class by using the entity that corresponds to the specified _dirPartyNumber parameter.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::constructFromPartyRecId Creates a new instance of the DirParty class by using the entity that corresponds to the specified DirPartyRecId object.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::electronicAddressLocatorsByRole Retrieves the electronic locator for a party and role.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::findElectronicAddressByRole Finds the contact information for a party of a certain type and purpose.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::findPostalAddressByRole Finds a postal address for a party of a certain purpose.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::getAddress
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::getPartyFieldId
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::getPostalAddressByType
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::jumpRefFromCommon Displays the main table from the address book entities.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::location
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::oneTimeAddressRecIds Finds the address that is associated with a party.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::postalAddress
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryElectronicAddress
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryElectronicAddressLocation
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryElectronicAddressLocationRecId
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryElectronicAddressLocationTable
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryElectronicAddressLocator Retrieves the primary electronic address locator.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryPostalAddress
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryPostalAddressLocation
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryPostalAddressLocationRecId
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::primaryPostalAddressLocationTable
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::relatedParty
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::relatedTables Retrieves the list of tables that are related to the address book.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::setPrimaryAddressLocation
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::setPrimaryElectronicAddressLocation
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::showHideMessageBar Displays or hides a message bar on the address book entity forms.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::showPartyMatchIcon Retrieves the icon numbers that are used for the message bar on the address book entity forms.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::tableList Retrieves the list of tables which can represent an address book role.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::toolTip Retrieves the tool tip text that is used for the message bar on the address book entity forms.
Gg738910.pubmethod(en-us,AX.60).gif Gg738910.static(en-us,AX.60).gif ::transactionOneTimeAddresses Finds the addresses that are associated with the specified transaction

Top

Remarks

This class provides abstraction for various global address book roles.

Inheritance Hierarchy

Object Class
  DirParty Class
    CustomerEntity Class
    DirParty_Person Class
    VendorEntity Class