You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

OM to AR Service Mapping: Groovy Script: Null Exception

Summary:

Facing null pointer exception while sending EFF data from OM to AR Global DFF in a nested algorithm.

Content (please ensure you mask any confidential information):

It works fine in conditional algorithm, however, the requirement is to add these EFF in nested algorithm.

Error - Action 'MASKED' not executed properly. Cannot get property 'MASKED__OM_EFF' on null object # Algorithm Call Stack ----------------------- ARLineDFF.insert

Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

if(1==1){if (FLineEFF.MASKED_OM_EFF== null) {ARLineDFF.insert([MASKED_AR_DFF: null])} else {ARLineDFF.insert([MASKED_AR_DFF: FLineEFF.MASKED_OM_EFF])}}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!