HI All,
Here I am developing a custom link that copy the DCR,during that copy I am generating a new value for one of the field and setup that generated value to that filed.I am using the below code to setup the value.
my $rootnode = TeamSite:

CRnode->new($xml);
$rootnode->set_inner_xml('content_id', '$generate_id' );
The above code not setup the new value.
Can you please help your suggestions on this.
Thanks,
Chandra