IsBOUnderChangeControl

Determines if a business object is under change control. If the business object is under change control, you can select an individual record within the business object to see if it is under change control. You can take a baseline of the configuration at any time and compare the difference between the baseline and current status.

See Working with Configuration Items for information about the Is Under Change Control field.  

Syntax

IsBOUnderChangeControl()

Enabled For

For a description of the business object categories, see Notes on "Enabled For".

Business Object Category Yes/No
Business Rules: Before-Save Rules Yes
Business Rules: Calculation Rules (After Save, with or without Also Recalculate on Load) Yes
Business Rules: Calculation Rules (Before Save or Always, without Also Recalculate On Load) Yes
Business Rules: Calculation Rules (Before Save or Always, with Recalculate On Load) Yes
Business Rules: Editing Rules Yes
Business Rules: Initialization Rules Yes
Business Rules: Read Only Rules Yes
Business Rules: Required Rules Yes
Business Rules: Validation Rules Yes
Client Expressions Yes
Object Permissions No
Services Yes
LDAP Yes
Mobile Yes
Quick Actions (except UI Quick Actions) Yes
UI Quick Actions Yes
Reports Yes
Search/Dashboard without field references Yes
Search/Dashboard with field references 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.