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

Creating additional satisfaction events with Subscription - RMCS algorithms

edited Jul 18, 2025 5:02AM in Subscription Management 5 comments

Summary:


Hi Team,

We have a requirement to create additional satisfaction events (RMCS) with Subscription - RMCS algorithms and we have added the below code and it is not throwing any error as well as it is not creating any additional satisfaction events in RMCS.

Calendar calendar = Calendar.getInstance()
def currentDay = calendar.get(Calendar.DAY_OF_MONTH)

RMCSInterface.insert([
AttributeName:'DOCUMENT_TYPE_CODE',
AttributeValue: 'FUSION_OSS',
AttributeContext:'VRM_SOURCE_DOC_SUB_LINES',
SourceId:RmcsDocSublines.DocumentSubLineId,
TransactionType:'DOCUMENT_SUB_LINE'
])

RMCSInterface.insert([
AttributeName:'DOC_SUB_LINE_TYPE',
AttributeValue: 'ORA_SATIS_EVENT_SMM_QUANTITY',
AttributeContext:'VRM_SOURCE_DOC_SUB_LINES',
SourceId:RmcsDocSublines.DocumentSubLineId,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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