Need to copy OM EFF value to Subscription Product Start Date standard field — Cloud Customer Connect
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

Need to copy OM EFF value to Subscription Product Start Date standard field

Summary:

Hi Team,

We have a requirement to copy OM line level EFF value to Subscription Product Start Date standard field.

We have created the necessary service mappings and also made our changes on the latest version of the OM-OSMC algorithm.

Groovy:

if (FulfillLineEffOSMCAttributes_Custom != null){
SubProd.EndDate = FulfillLineEffOSMCAttributes_Custom.ActivationEndDate_Custom
SubProd.StartDate = FulfillLineEffOSMCAttributes_Custom.ActivationStartDate_Custom
}

We get the below errors in the reprocess request.

1 Detail Message: oracle.jbo.UpdatePrivilegeException: JBO-24009: Insufficient privilege to update entity sitedef.oracle.apps.subscriptions.subscriptionManagement.model.entity.SubscriptionsEO__DefCustomizer__.

2 Detail Message: oracle.jbo.ReadOnlyAttrException: JBO-27004: Attribute set for EndDate in entity SubscriptionsEO__DefCustomizer__ failed

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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