ISProfile.GetPracProvider

Description

This function returns the practice.

Syntax

object.GetPracProvider()

Part Attribute Type Description
object Required
The object always implements the ISProfile interface

Return Value

ISProvider

Returns the practice.

Example

Display the full name and code of the practice.

Dim aPracProvider 
Dim aFullName 
Dim aCode

Set aPracProvider = Profile.GetPracProvider
aFullName = aPracProvider.FullName
aCode = aPracProvider.Code

Profile.MsgBox(aFullName & " (" & aCode & ")")
Note:

In Profile Client v8 on User Interface Prac Provider can be found in People & Places > Organisational Structure.

Version information

Added in v7.8.0