Automic Workload Automation

 View Only
  • 1.  GUI: Search for values in variables & prompts tab

    Posted Sep 18, 2018 02:36 AM

    Hello All, Good Day!

    I would like to check if anyone aware of how to do search for values in variables & prompts tab using GUI search in v10

     

    Regards,

    Vidya Praveen. 



  • 2.  Re: GUI: Search for values in variables & prompts tab
    Best Answer

    Posted Sep 18, 2018 04:31 AM

    Hi

    I would know no way to search for Variables & propts via Java GUi.

     

    If an SQL helps you can use this one:

     

    select OH_NAME,OH_CLIENT,OV_VName,OV_Value,OV_ERTUsage from OH,OV
    where oh_client = 9999
    and OV_VName is not null
    --disable line below to search for defined Object Varas without value too
    and OV_VALUE is not null
    and OV_OH_Idnr = OH_IDNR
    and oh_deleteflag = 0

    cheers, Wolfgang


  • 3.  Re: GUI: Search for values in variables & prompts tab

    Posted Sep 18, 2018 05:30 AM

    Thanks Wolfgang for your quick reply. I will submit idea for this to have the search possibility in latest version if not available.

     

    Thanks for your query also. I am using similar query already but we need quick search in GUI. It is good to have. 



  • 4.  Re: GUI: Search for values in variables & prompts tab

    Posted Sep 18, 2018 06:08 AM

    Hi

     

    I am afraid an Idea won't be very successful, cause the JAVA GUI is dead per V12.2

     

    I would suggest testing in V12.1 or 12.2 if its possible via AWI ....

     

    cheers, Wolfgang



  • 5.  Re: GUI: Search for values in variables & prompts tab

    Posted Sep 18, 2018 11:59 PM

    Hi Wolfgang, Feature not available in 12.1.1

    I submitted idea already enable the search for values in variables & prompts 



  • 6.  Re: GUI: Search for values in variables & prompts tab

    Posted Sep 19, 2018 02:27 AM

    supported:-)