Request
The request object data type enables you to access attributes of a request in subscription filters, approval and notification policies, and custom validations. After you add a method, you add attributes and parameters to return a Boolean value.
Request Attribute | Description | Attributes of Returned Object |
---|---|---|
createdBy
|
User or group who created the request |
|
description
|
Description of the request | See Method or Attribute in Strings. |
isNull
|
Returns True if the request context is null. | See Methods or Attributes in Boolean. |
owner
|
Assigner or submitter depending on the request stage |
|
stage
|
The request stage |
|
status
|
The request status |
|
title
|
The title of the request | See Method or Attribute in Strings. |
type
|
The request type |
|