Billing and Revenue Management (MOSC)

MOSC Banner

How to update the Header field value by a detail field value in EDR container.

edited Apr 16, 2012 12:28AM in Billing and Revenue Management (MOSC) 6 commentsAnswered
Hi All,

I want to update the Header field value by a detail field value in EDR container.

I have tried with different options in iscript for example like:

String svc_type;
function onDetailEdr
{

svc_type =  edrString(DETAIL.A_NUMBER);
logStdout("This field is of type in detail: "+ svc_type + "\n"); (value is printing as 0044123456)
}
function onHeaderEdr
{
edrString (HEADER.BATCH_ID) = svc_type;
logStdout("This field is of type in header : "+ edrString (HEADER.BATCH_ID) + "\n");(nothing printed for this)

}
function onEndEdr
{
logStdout("This field is of type in end: "+ svc_type + "\n"); (value is printing as 0044123456)

edrString (HEADER.BATCH_ID) = svc_type;

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center