How to update RA_INTERFACE_SALESCREDITS_ALL DFF from Subscription Management
Summary:
We have a requirement to update attributes INTERFACE_LINE_ATTRIBUTE10,INTERFACE_LINE_ATTRIBUTE11 in table RA_INTERFACE_SALESCREDITS_ALL DFF.
What Attribute context value should be used in Subscription Management AR Algorithm?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
23C
Code Snippet (add any code snippets that support your topic, if applicable):
ARInterface.insert([
AttributeContext: 'XXXXXXXXXXXX',
AttributeName: 'INTERFACE_LINE_ATTRIBUTE11',
AttributeValue: 'TEST_123',
FlexContext: 'Subscriptions Context'
])
Tagged:
0