RouterCallKey & RouterCallKeyDay in a Variable without scripting

Hello all,
We have a need to populate ICM's RouterCallKey & RouterCallKeyDay in CallVariable5 for all calls. I was wondering if there is a way to have it auto populated for all calls without having to touch every single ICM script and insert a SET node.
thanks

Jameson is correct. Remember that you can use ICM script editor Find function which is pretty good at located specific nodes. It's still all manual after that.
david

Similar Messages

  • RouterCallKeyKey & RouterCallKeyDay in a Variable without scripting

    Hello all,
    We have a need to populate ICM's RouterCallKey & RouterCallKeyDay in CallVariable5 for all calls. I was wondering if there is a way to have it auto populated for all calls without having to touch every single ICM script and insert a SET node.
    thanks

    Jameson is correct. Remember that you can use ICM script editor Find function which is pretty good at located specific nodes. It's still all manual after that.
    david

  • How do we initialize DAL variables without making changes to INI files?

    We have an application which currently use only two DALs. We would like to add a DAL to popluate certain data on the form. We have encountered an issue with initialization of dal vairables.
    One of the solutionis that set FlushDalSymbo = Yes in the FSISYS file.
    However, this involves INI file change which we would like to avoid.
    So, is there a way to initialize dal variables, without making changes to INI files? If so, how?
    Thanks,
    Bala

    Hi Bala,
    Initializing a variable is simple, you just need to set the value to blank or zero:
    Variable = ""
    #Variable =0
    $Variable = 0.00
    You can place the declaration at the beginning of your script, of course replacing "Variable" with the actual name of you variable.
    Gaétan

  • Define and change variables without redeploy

    Hello there,
    what i want to accomplish (and have tried in vain so far) is to define a variable 'jndi_url' for my web application and change the value for that variable without redeploying the application or restarting the weblogic server.
    When i set the variable for example in the web.xml everything works, but to change the value i would have to redeploy the application. :-(
    Then i experimented with a deployment plan, but that seems to configure only a predefined set of variables, like the session timeout, etc.
    I thought this should be a simple task and i hope somebody can help me out.
    Thanks for any answers to this!

    david,
    back to the root of my question:
    I do use an 10 years old low-end sql / plsql-tool where I can simple and fast do sql-things like that:
    select col1, col2 into :bind1, :bind2 from mybasictable_10 where col3 = 'for_example_ABCD':
    select * from mytable_b where b1 = :bind1 and b2 = :bind2 ;
    select * from mytable_c where c1 = :bind1 and c2 = :bind2 ;
    select * from mytable_d where d1 = :bind1 and d2 = :bind2 ;
    select * from mytable_e where e1 = :bind1 and e2 = :bind2 ;
    I would like to use oracles SQL-Developer instead of this 'old' tool,
    and want to use my 'old' sql / plsql scripts
    but the SQL-Developer in this matter seems is to much complicate to use,
    I can do complex and big things with sql-dev,
    but not simple using bind-variables ;-)( .

  • Transport  of BPS planning area (variables) without transp. all pl. levels

    Hi!
    Can anybody advice me, how to transport new variables which I have created to a planning area, without transporting all planning levels which belong to it?
    I transported a few planning levels that include the new variables I created to the planning area. As a result, the planning levels are transported but the new variables are missing. I don´t want to transport the whole planning area, since it contains a development which is not ready yet. Can I transport the missing variables with SE15 (how?) or is there some other way to do it?
    Grateful for any help,
    Sari

    Sari,
       Please execute program UPC_TRANSPORT_BPS_ALL and transport your variables without transporting any level or area.
    Hope this helps.
    Cheers
    Srini

  • Creating adjustment layers without Script Listener code

    I'm assuming it's possible to create an adjustment layer without Script Listener code, but I can't figure out how. I can create a normal layer and change it to a text layer and that seems to be about it. I was specifically trying to create a Photo Filter layer. I can do it with Script Listener code, but now I'm just curious.
    Example:
    adjLayer=app.activeDocument.artLayers.add().kind=LayerKind.TEXT; <--This works.
    adjLayer=app.activeDocument.artLayers.add().kind=LayerKind.PHOTOFILTER;  <--Does not work.
    It allows changing to/from either a normal or text layer only. There is also a photoFilter() method which allows adjusting the values of a Photo Filter layer but only if one already exists.
    So it appears that the add() method in the artLayers collection is only good for adding a normal or text layer. Is there any way to add an adjustment layer (other than using Script Listener code)?
    Am I missing something simple?

    jugenjury wrote:
     It allows changing to/from either a normal or text layer only. There is also a photoFilter() method which allows adjusting the values of a Photo Filter layer but only if one already exists.
    It could be me that is missing something but photoFilter() applies that filer to an artLayer. It doesn't work with a photoFilter adjustment layer.

  • Local variable without frontpanel object

    is there a possibility to create local variables without the need of a frontpanel object? I need zhem for program ccontrolontrol but don't want to show them to the user.
    Thanks a lot,
    greetings from Germany
    Karin

    Lynn, Marc, and "tbob",
    Thanks for your replies.  I detect the common theme of keeping my variables in bundles, but I'm not experienced enough to see how to apply this to my problem of communicating between parallel event handlers.  If you have the time and patience, I have attached a very simple example of what goes on in my program.
    I have three independent systems:  a motion system that carries around a microscope and digital camera.  Each system has its own event handler.  The motion system responds to user commands to move the microscope around, the microscope handler responds to changes in focus, zoom, etc, and the camera event handler continuously snaps pictures to provide a "live" image.
    But sometimes the loops need to talk to each other. For example, autofocusing is handled by the camera event handler, because it is based on image contrast, and that is the event handler that is acquiring the images.  So that means the camera event handler should take over the microscope during auto focus.  So the microscope event handler needs to be prevented from trying to get in on the act.
    So here is what the example illustrates:  some motion has just ended "normally".  The timeout event in the motion system signals the camera system to perform an auto focus (and waits for the focus to complete before allowing any movement).  The camera system signals the microscope system to perform a "stop" event, does the auto focus, releases the microscope from the stop event, and signals back to the motion loop that auto focus is done. 
    I, of course, thought this kind of thing was very clever!  More experienced Labviewistas may have other opinions....
    -Geoff
    Attachments:
    too many indicators.vi ‏24 KB

  • How to create control dynamicall​y while front panel fly using Xcontrol or anyothere options but without scripting tools

    Hello friends
               I have one doubt How to create control dynamically while front panel fly using Xcontrol or anyothere options but without scripting tools.I need to create the controls while vi is running.For example I need to create one Boolean  while VI was Fly and i need one Examples it is easy to understand.
    Jayavel

    You must be using a different dictionary than the rest of us.
    You can't dynamically create controls while a VI is running.   (If I'm mistaken, then I'm sure someone else can jump in and say how it can be done.)
    Do you have a finite number of controls you could possibly need?  What you can do is create enough controls of the type you need ahead of time.  At the beginning of your program, you hide all of those controls.  As you need to create a control, you make it visible using property nodes.  There are numerous properties you can set at run time suce as ranges, colors, captions, ...  Of course you can't wire these controls to any other bits of code ahead of time since at that time, you haven't defined what you want each one to actually control.  But if you use an event structure to detect when the values of the controls have changed, you can then programmatically pass the data off to other parts of your code using queues.  The architecture can get complicate quite fast, so you may want to look through Ben's Action Engine Nugget and other related threads for how to create mechanisms for using these controls.  Perhaps storing queue reference numbers or assign user events to each one.

  • Doubt in printing variables in script

    Hi Experts,
    I am having small doubt.
    1).I need to write one condition for sales org 'US11' and divisions '20' or '40'. So the below logic is correct or not.
    if vbdkr-vkorg = 'US11' and and vbdkr-vtweg = '20' or vbdkr-vtweg = '40'.
    select........
    endif.
    2). i need th print these variables in script. can i use the logic like this.
    if &vbdkr-vkorg& = 'US11' and and &vbdkr-vtweg& = '20' or &vbdkr-vtweg& = '40'.
    &zkbetr1/ zpery1&
    else.
    &zkbetr/ zpery& (This is for sales org other than US11)
    endif.
    Thanks & Regards,
    Ramana.

    Hi,
    I think your condition would be more apt if you code this way:
    IF vbdkr-vkorg EQ 'US11' AND ( vbdkr-vtweg EQ '20' OR vbdkr-vtweg EQ '40' ).
    ENDIF.
    Also, look at putting the code into a subroutine called from your driver or subroutine program and then returning the value. The "logic" for determining the value to be printed can then be performed within the subroutine rather than the SAP script.
    Cheers,
    Aditya

  • Is it possible to transport variables without the planning areas??

    Someone knows if it's possible to transport variables without the planning areas, only the variables?
    Regards
    Guilherme

    Hi,
    Yes, if the p.area is available in target system.
    Use this report: UPC_TRANSPORT_BPS_ALL
    Regards,
    Suan

  • How to access system variables in Script Component in data flow task in SSIS

    Hi,
    I am new to SSIS. Can someone tell me how to access system variable in Script Component in SSIS using C# code.
    Thanks

    You can use the System.Environment.GetEnvironmentVariable(...) to read the variables. An example is here:
    http://msdn.microsoft.com/en-us/library/y6k3c7b0.aspx
    Vikash Kumar Singh || www.singhvikash.in

  • How to swap two string variables without using a 3rd variable?

    How to swap two string variables without using a 3rd variable?
    ex.
    A = "aa"
    B = "bb"
    Result required
    A = "bb"
    B = "aa"
    Thanks

    How to swap two string variables without using a 3rd
    variable?
    Something like this.
    Append A with B (so A equals "aabb")
    Set B equal to a substring of A starting with the first character and ending at A's length minus B's length. (So B equals "aa")
    Set A equal to a substring of A starting from B's length and ending at the end of A. (So A equals "bb")

  • Creating variable without var

    I have a code:
    package
         import flash.display.MovieClip;
         public class MatchingThings extends MovieClip
              private static const iconColumn = 4;
              private static const iconRow = 4;
              private static const iconHorizontalSpacing = 51;
              private static const iconVerticalSpacing = 51;
              public function MatchingThings():void
                   showMyIcons();
              public function showMyIcons():void
                   var iconList:Array = new Array();
                   for (var i:int=0; i<iconColumn*iconRow/2; i++)
                        iconList.push(i);
                        iconList.push(i);
                   for (var x:int=0; x<iconColumn; x++)
                   {// horizontal
                        for (var y:int=0; y<iconRow; y++)
                        {// vertical
                             var c:Icons = new Icons();// copy the movie clip
                             c.stop();// stop on first frame
                             c.x=x*iconHorizontalSpacing;// set position
                             c.y=y*iconVerticalSpacing;
                             var r:int=Math.floor(Math.random()*iconList.length);// get a random face
                             c.iconFace=iconList[r];// assign face to icon
                             iconList.splice(r,1);// remove face from list
                             c.gotoAndStop(c.iconFace+2);
                             addChild(c);// show the icon
    in the end of code i have 2 variables 'iconFace' and 'splice'.
    This variables without var.. so first question this is ok practice?
    Second question: maybe need create 2 classes for this variables? and in class declare variable?
    If need create classes can you please show how all must be?
    Thank you.

    var myRandom:int=Math.floor(Math.random()*myArray.length);
    the line above creates a random number that will be related to an index of the array named "myArray"
    var kyky; // this should be cast as whatever type of element the array is holding
    kyky=myArray[myRandom];
    the line above assigns the randomly selected element of myArray to the variable kyky
    myArray.splice(myRandom,1);
    the line above removes the randomly selected element (now kyky) from the array (not the last one, the random one)

  • Session variable and script error

    Hello;
    I am still writting this script that turns a bg sound on and
    aff for the whole site to remember. I have a good start on this
    code, but I am running into issues.
    1. I am trying to use a checkbox to make the selection, and
    when it is clicked, it will function without using a submit button,
    the java script I am using isn't doing the job allowing the
    checkbox to act as a link so to speak.
    2. I need to make this script into a session variable. So
    that when the decision is made, the site will remember it.
    3. there might be a problem in my IF statement.
    Can someone please help me out? I am attaching the code. It
    is using a DB that has a yes/no box in the table this sound code is
    accessing.
    Thank you.
    Phoenix

    A Quess...
    Remove the OnClick in the form
    <form onClick="category.submit();">
    Place it in the input type?
    <input type="checkbox"
    onClick="category.submit();">

  • Passing servlet variables without browser

    Im new to this java programming but have been trying to pass variables returned from a java servlet on an external server to my server and onto a php page on a third server. Is this possible without opening a browser window before it has reached the php page? I know this is long winded way of doing things but it is the specification i have been given. If possible i would like to avoid writing to a databse or log file along the way.
    If anyone can help i would be most grateful
    redbarracuda
    "all experience, no regrets"

    Yes at present the whole process is in java, we have a form submitting paymemt data to a java servlet which is processed and returned, and currently is printed to the screen via a results.jsp script. At the same time order data is sent to a php confirmation script. I then need to tie up the two pieces of data to validate the order. Will your suggestion enable me to send the payment data to the php script without printing any data to the screen in the meantime.
    redbarracuda
    "all experience, no regrets"

Maybe you are looking for

  • Jabber connection to Webex connect on the cloud - RTP Flow ?

    Hi All, I managed to implement Jabber to connect to either presence on premise or webex connect on the cloud. My question is if it gets connected to the Webex connect, how RTP for audio and video travers? do they go to the cloud? thanks

  • Contacts from my mac desktop are no longer syncing to my iphone

    I have an iPhone 5.  I just updated to maverick.  Currently have itunes sync set to computer backup (versus cloud).  If I enter a new contact on my desktop it is not syncing, nor can I find a way on iTunes to make it happen.  Any ideas?

  • Crystal Reports version comparison 10 - 2008

    We're looking at upgrading from CR 10 to CR 2008, and want to find out the advantages and disadvantages in doing this. I've found the "What's new in Crystal Reports 2008" brochure. Interestingly, this doesn't say what it replaces, presumably CR 11 (w

  • Slow wifi mac mini

    Until yesterday mac mini wifi used to work fine. Ping works OK, it is only when a browser is used that the page does not load. TraceRoute shows only first 2 entries and then after a long pause it bursts out upto 8 entries and then it prints Three sta

  • Reg: Study Material (1Z0-031) - Oracle DBA OCA....

    Hi If any one have exam study material DBA OCA - Fundamentals - I as PDF file. kindly share with me. Thanks in Advance... Regds, Sathya