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