cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jionnet
Level 3

Export custom variable to response file.

Hi All
I want to export my custom variable to response file. How do I do that.


Thanks for the help.
Labels (1)
0 Kudos
(3) Replies
RamyaVenkatesh
Level 7

Hi,

What kind of custom variable? Where is it being used? Variables from Get User Input panel will go into response file.
0 Kudos
jionnet
Level 3

Hi
I have a new custom panel and the variable what ever I use has to go in Response file. (Not using InstallAnywhere panels)
0 Kudos
NigelM
Level 4

Any variables created in a custom panel that you want recorded in the response file must be registered using the ReplayVariableService register method. You can create an instance of that class using the getService method of the CustomCodePanelProxy class which is passed to the setupUI method when your custom panel is initialized.
0 Kudos