Skip to Main Content

Oracle R&D Challenge

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

An attribute in the WorkphoneNumberchange rule has a null value.

We configured a workphone number change approval and its throwing error as below.

Issue Description: An attribute in the WorkphoneNumberchange rule has a null value.
Resolution: Ensure that a value is entered for the mandatory attribute used in the rule configuration or add a not null condition for this attribute.

( ( Task.payload.Proposed Person Contact Phone.result.PhoneNumber != Task.payload.Current Person Contact Phone.result.PhoneNumber ) && ( Task.payload.Proposed Person Contact Phone.result != null ) && ( Task.payload.Proposed Person Contact Phone.result.PhoneNumber != null ) && ( Task.payload.Proposed Person Contact Phone.result.phoneType == "W" ) ) && ( Task.payload.Proposed Person Contact Phone.result.CountryCode == null )

Comments
Post Details
Added on Sep 5 2025
0 comments
17 views