IsBOUnderChangeControl
Determines if a business object is under change control. See Working with CIs for information about the Is Under Change Control field.
Syntax
IsBOUnderChangeControl()
Enabled for
Search/Dashboard | No |
Business Rules | No |
Quick Actions | Yes |
Workflow Objects | No |
Reports | No |
Parameters
none |
Return Value
Boolean value.
Example
$(IsBOUnderChangeControl())
In the above example, if the current business object is under change control, this function returns true.