Is There A Way To Customize The Prompts For Adcfgclone.Pl?
We have done autoconfig template customizations for cybersource credit card authentiation in E-Biz R12.1.3 system. As part of this, we created 2 custom context variables (c_merchant_id, c_send_to_production) for which the value between production and non-prod differ. So when we clone from production to non-prod, we want the adcfgclone.pl to prompt us for providing the values for these two custom context variables (like it prompts for certain standard context variable values) instead of configuring with production values.
I have been trying a lot to get something on this and found that adcfgclone.pl calls a java program CloneContext Class, when i decompiled this class to java source code and looked at it, found that a static variable is defined for prompts options. I have never done a java customization, so I got stuck here.