 | IElectronicProcessingGetPreviouslyUsedEmployeeNames Method |
Gets a list of names that were previously used for Finance Manager, Sales Manager, and Sales Person positions on electronic contracts.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIElectronicProcessingGetPreviouslyUsedEmployeeNamesResponseType GetPreviouslyUsedEmployeeNames(
IElectronicProcessingGetPreviouslyUsedEmployeeNamesRequestType request
)
Function GetPreviouslyUsedEmployeeNames (
request As IElectronicProcessingGetPreviouslyUsedEmployeeNamesRequestType
) As IElectronicProcessingGetPreviouslyUsedEmployeeNamesResponseType
function GetPreviouslyUsedEmployeeNames(
request : IElectronicProcessingGetPreviouslyUsedEmployeeNamesRequestType
) : IElectronicProcessingGetPreviouslyUsedEmployeeNamesResponseType
function GetPreviouslyUsedEmployeeNames(request);
Parameters
- request
- Type: IASIElectronicProcessingGetPreviouslyUsedEmployeeNamesRequestType
None
Return Value
Type:
IElectronicProcessingGetPreviouslyUsedEmployeeNamesResponseTypeA list of people and their positions.
See Also