PayeeDisplay Object

Provides a sub set of payee information for a list of a large number of payees.
Property Description
Description String - payee first and last names. If FirstLast property true, then returns first word of payee FirstName property, a space and then the payee LastName, otherwise returns LastName, a comma and space followed by all the FirstName.
EndDate Variant Date - termination date, or empty string if none
FirstLast Boolean - true if first name to be returned before last name in Description property
FirstName String - payee's first names
Id Long - database identifier for this item (read only)
LastName String - payee last name
PayGroupId Long - database record identifier of the pay group to which this payee belongs

In order to apply any changes to an object, the BeginEdit method must be called setting any property values. To save the changes, call the ApplyEdit method, and to undo the changes call the CancelEdit method.

Method Description
Load (objPayee) Loads into this object the data from the Payee object.