URLType
This property gives information about what format the URL is in.
| URLType Value | Meaning |
|---|---|
|
UEXT |
URL points to a non-PeopleSoft (external) URL |
|
UMPG |
URL points to a PeopleSoft mobile page |
|
UPGE |
URL points to a component |
|
UPHP |
URL points to a homepage tab |
|
UPTM |
URL points to a template |
|
USCR |
URL points to an iScript |
|
UGEN |
URL points to a generic PeopleSoft URL. |
The URL property is always required (it's one of the parameters for the InsertItem method.) The format of this parameter (or property) depends on the other properties.
Related Topics