Attaching Application Area with HTML configuration in CIC

Hi Folks,
I am facing a problem when in configure Custoemr Interaction Center i want to configure my application Area with the HTML configuration .
Please any give how shud i start to do configure it .
Regards,
Siddique

Customer Service->Customer Interaction Center (CIC)->Component Configuration->Application Area->Maintain HTML Configuration for Application Area.
1. Determine which html page you would like to be able to display in the Application Area. The html page can be either internet, intranet or a custom developed page.
2. Create an Html Configuration for each page you want to be able to display.
In the Html Configuration specify details such as a description and the path to the html page. Note that you can also specify an SAP Web Repository object.
Further details to be specified include the browser buttons that should be available.
In case your html page is custom developed and will call Action Box transactions, you must also specify the Action Box configuration that contains those transactions.
Specify external and internal parameter settings.
Regards,
Siva

Similar Messages

  • How can I use javascript in a Text Area with HTML editor??

    My question is... how can I use javascript in Text Area with HTML editor??
    I can use javascript functions that change the content of Text Areas but i can´t if i try in text area with html editor....
    I need to limit number of characters in a text area with html editor and i can´t.
    could anybody help me please?

    I have been experiencing similar problems with the HTML Editor and have managed to find an answer that should start to answer some of my questions. The Apex HTML Editor Standard is actually an HTML editor called FCKeditor. The FCKeditor has a Javascript API that can be found at http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/JavaScript_API. Unfortuately this doesn't seem to give the whole answer and I found more at http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:49607.
    I needed to get the text entered within my html editor standard (e.g. P1_MYTEXT) and use it within my javascript function. I did this by using the following script
    <script language="JavaScript" type="text/javascript">
    function showtext(){
    var oEditor = FCKeditorAPI.GetInstance('P1_MYTEXT');
    var editortext = escape(oEditor.GetXHTML(oEditor.FormatOutput));
    alert(editortext);
    </script>
    Hope this helps.
    Matthew

  • Text area with html editor based on sql query

    Hi all,
    I am trying to create a text area with its contents loaded from a sql query returning a blob field.
    I gave the query
    select blob_field from file_subjects where id=41; in the item source valueI am getting an error in the display page like
    ORA-00932: inconsistent datatypes: expected NUMBER got BLOB
         Error      ERR-1019 Error computing item default value: page=5 name=CONTENTS.
    where am i goig wrong..?
    should i go for a pl/sql instead?

    Venket,
    See my previous thread on this (Well I used CLOB rather than BLOB). You will find code examples too. Should be just what you need.
    How to "Bypass" HTMLDB
    -Joe

  • Deploying application: problem with deploying configuration window

    Hi all,
    I am using Jdev 11.1.1.0 and I am trying to deploy an application with customization classes.
    I have followed the step of the manual (35.2 creating an Application Server Connection), then I have created the deployment profile (inserting my customization class in a jar file) and the deployment descriptor.
    When I try to deploy my application, appears a popup with a window that has the title "Deployment Configuration" with only the "MDS" tab with two List Of Values that I can not compile/fill
    I have this error:
    MAR archive 'metadata1.mar' did not have any metadata content, not added to EAR (even if in application properties --> Deployment --> myEarFile --> application assembly --> I have checked the file MAR; if I check the file MAR I can compile an input text with the label PATH in EAR and I don't know what put in it).
    Wrote Enterprise Application Module to C:\Users\acosta\Documents\Applicazioni java\DeployProva3\deploy\application1.ear
    No metadata repositories found on target server. Using values found in adf-config.xml.
    What is the problem?
    Thanks
    Edited by: user10799119 on 5-ago-2009 0.42
    Edited by: user10799119 on 5-ago-2009 0.51

    Edwin Biemond has a couple of very useful blogs about MDS and Deployment here .
    Timo

  • Detall with the configuration in cluster of my system PI

    Hello people
    We have  installed PI in cluster of microsoft 2003 and one application server with  this configuration, sometimes presents  problem with interfaces with status http_status_not_ok and with the load of the interfaces is slow.
    We tested a system with cofiguration standalone and the performance is better and the errors is not presented.
    We have thought change the configuration of my system PI to standalone and  having two servers PI productive with balanced of load.
    The two servers  will have all interfaces, but not all active, in case of failure of server , in the other server is activated the interfaces.
    We investigated with other companies that have a PI and the comment is that your PI is standalone.
    I hope your comments.

    Try Store > Sign Out followed by Store > Sign In...
    tt2

  • Ways to Configure Which UNIX Server a PC Client Application Communicates With

    We have several different MS VC++ "fat client" applications that we want to run
    on the same NT 4.0 PC.
    Each application uses the Tuxedo 7.1 client to communicate with Tuxedo services
    located on a UNIX server.
    Each application needs to communicate with a different UNIX server (e.g., application
    A1 needs Tuxedo
    service T1 located on UNIX server S1, application A2 needs Tuxedo service T2 located
    on UNIX server
    S2). We'd like to load the Tuxedo 7.1 client software in such a way that each
    individual application
    controls which server it uses. One way to do that is through registry entries
    specific to each application.
    We are looking for some documentation or tips on other/better ways to configure
    which server the PC
    application communicates with. We are also looking for some documentation or
    tips on how to best
    configure an application that needs to subscribe to services from several different
    servers (e.g.,
    application A needs Tuxedo service T1 on server S1 and Tuxedo service T2 on server
    S2). Thanks.

    Matt,
    This sounds quite unusual, and I am not sure why you want to do things this way.
    Generally, I would expect that the services would be distributed on the server side over
    different boxes as you describe, but the location would be transparent to a client app.
    which would tpinit once, and Tuxedo would route the requests appropriately. Maybe that's
    not how you want to do things because the apps are all logically independent? I'm not
    sure about that though, since you describe needing services on different servers in
    individual clients... Can you do the integration at the back end?
    To do what you describe, however, you need to control the value of the WSNADDR
    environment variable before you call tpinit() - it is the network address in this
    variable that tells the client libraries which server to connect to. Simply set the
    value (from a command line parameter, the registry, an ini file or wherever) with the
    tuxputenv() API before you call tpinit()
    In Tuxedo 7.1 and higher, it is also possible to connect to multiple different servers
    simultaneousy by calling tpinit multiple times and having multiple contexts in the
    client.
    I hope that helps.
    Regards,
    Peter.
    Got a Question? Ask BEA at http://askbea.bea.com
    The views expressed in this posting are solely those of the author, and BEA
    Systems, Inc. does not endorse any of these views.
    BEA Systems, Inc. is not responsible for the accuracy or completeness of the
    information provided
    and assumes no duty to correct, expand upon, delete or update any of the
    information contained in this posting.
    Matt wrote:
    We have several different MS VC++ "fat client" applications that we want to run
    on the same NT 4.0 PC.
    Each application uses the Tuxedo 7.1 client to communicate with Tuxedo services
    located on a UNIX server.
    Each application needs to communicate with a different UNIX server (e.g., application
    A1 needs Tuxedo
    service T1 located on UNIX server S1, application A2 needs Tuxedo service T2 located
    on UNIX server
    S2). We'd like to load the Tuxedo 7.1 client software in such a way that each
    individual application
    controls which server it uses. One way to do that is through registry entries
    specific to each application.
    We are looking for some documentation or tips on other/better ways to configure
    which server the PC
    application communicates with. We are also looking for some documentation or
    tips on how to best
    configure an application that needs to subscribe to services from several different
    servers (e.g.,
    application A needs Tuxedo service T1 on server S1 and Tuxedo service T2 on server
    S2). Thanks.

  • Configure My DataFinder's Search Area with vbscript

    Hello,
    I am using the following vbscript to load data into the DIAdem Data Portal:
    Set dataFinder = Navigator.ConnectDataFinder("My DataFinder")
    Set queryForm = Navigator.CreateQuery(eAdvancedQuery)
    queryForm.ReturnType = eSearchFile
    Call queryForm.Conditions.Add (eSearchFile, "name", "=", "*.tdm")
    dataFinder.Search(queryForm)
    Set dataFinderResults = dataFinder.Results
    Call Navigator.LoadData (dataFinderResults).
    This works fine as long as the My DataFinder's Search Area has been previously defined via the DIAdem Navigator Panel.
    We are starting DIAdem from a Visual C# application and the vbscript above is part of a vbscript that is passed into DIAdem when it is started via the /CScriptStart argument.  I would like to dynamically set the My DataFinder's Search Area based a path argument that is also passed into DIAdem.
    Is there a way to configure the My DataFinder's Search Area with vbscript?
    Also,
    Is there a way to have DIAdem run in the background without having the DIAdem screen flash when it is first started?
    Thank you so much for any help with this,
    Renette
    Message Edited by rlj on 08-21-2009 06:06 PM
    Solved!
    Go to Solution.

    Hi Renette,
    As of DIAdem 11.1, newly released this past July, we now have a VBScript interface to define Search Areas and other aspects of the DataFinder.  DIAdem 11.1 also has the ability to save off a DataFinder configuration file and load it, both interactively and programmatially.  Earlier versions of DIAdem did not have any way to programmatically affect Search Areas.
    Note that setting the Search Areas programmatically will not immediately result in all files being indexed and ready to be queried-- that may take a little time after you set the new Search Areas, depending on how many files are in each Search Area you add.
    You are currently starting DIAdem with a DOS extension to have it run a VBScript right after launching.  The advantage of this approach is that DAdem persists as an independent application even after the calling application ends.
    You could alternatively call one of DIAdem's two ActiveX servers, which would invisibly start DIAdem and allow you to stay in contact with that DIAdem instance and read DIAdem variables and execute further DIAdem commands or VBScripts.  The disadvantage of this approach is that if your calling program terminates, so does the ActiveX connection, and that shuts down the DIAdem instance launched by that ActiveX connection.
    Ask if you have further questions,
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Hello, I've updated the iPhone I have got I have a problem I hope you respond to some of the applications no longer work, such as the safari and skype and many applications are no longer working with the ios7.0.4

    Hello, I've updated the iPhone I have got I have a problem I hope you respond to some of the applications no longer work, such as the safari and skype and many applications are no longer working with the ios7.0.4

    Standard troubleshooting...
    1. Try a Restart by pressing the sleep/lock button until you see the slider.  Slide to power off.  Restart by pressing the sleep/lock button until you see the Apple logo.
    2. Try a Reset by pressing the home and sleep buttons until you see the Apple logo. Takes about 5-15 secs of button holding and you won't lose any data or settings.
    3. Remove apps from Recently Used (multi-tasking) list...
    - From any Home Screen, double tap the home button to bring up the Recents List
    - Swipe up on the app preview card to remove it from the list
    - Press the home button when done.
    4. If still a problem restore with your backup.
    5. If still a problem restore as new, i.e. without your backup. See how it runs with nothing synced to it.
    6. If still a problem, it's likely a hardware issue.

  • Is anyone else having trouble with Creative Cloud Tonight? ALLLLL Applications are down. None are working.

    I have verified with at least 5 other people that all their applications are down and no one can sign in to the creative cloud on their desktop. I am experiencing the exact same thing. It started with Lightroom and then just stopped. I was able to just log into photoshop, but i can confirm lightroom is def not working any longer after the upgrade 2015 the other day. its horrible.

    I can still launch applications, but for some reason the CreativeCloud app is hung on a network request.
    I was able to force quit the Creative Cloud app, then relaunch it, and it is working.
    Lightroom and Photoshop launch, but LR is hanging for about 20 seconds in the splash screen (when it normally does not).
    So yes, there appears to be some sort of network/server issue with Creative Cloud right now.
    But I can't find any errors listed in their status pages, so it may only be a slowdown due to a network issue outside the servers.

  • Please help with "You can't open the application NovamediaDiskSupressor because PowerPC applications are no longer supported." I have seen other responses on this but am not a techie and would not know how to start with that solution.

    Please help with the message I am receving on startup ""You can't open the application NovamediaDiskSupressor because PowerPC applications are no longer supported."
    I have read some of the replies in the Apple Support Communities, but as I am no techie, I would have no idea how I would implement that solution.
    Please help with what I need to type, how, where, etc.
    Many thanks
    AppleSueIn HunterCreek

    I am afraid there is no solution.
    PowerPC refers to the processing chip used by Apple before they transferred to Intel chips. They are very different, and applications written only for PPC Macs cannot work on a Mac running Lion.
    You could contact the developers to see if they have an updated version in the pipeline.

  • Have an Epson workforce 600 worked fine until new router and Lion installed.  Now when I try and scan with the all in one I get a "POWER PC APPLICATIONS ARE NO LONGER SUPPORTED"  and my IMAC does not recognize that the Epson is a multi function printer.

    Installed a new router.  Installed Lion. Have an Epson Workforce 600 multi function printer.  Two problems. 
    1. I cannot get Lion to recognize that the Epson is a multi function printer.  There is no scan option on the "print/Scan" popup window.
    2. When I try and use the epson scan utility I get:  POWER PC APPLICATIONS ARE NOT LONGER SUPPORTED.
    I have tried EPSON support with no real luck as they say it is Apple upgrades that are the problem.
    Apple support was quite rude..said it was not their problem and that I should call epson.  Told the I did but it made no difference just got the same reply.
    Have no idea what to do.....seems I cannot find out which multi-function printers Lion supports. 

    daolbuzzard1 wrote:
    Epson Workforce 600 multi function printer
    Not to give you another run around, but you need new printer drivers from Epson for your printer so it works in Lion.
    Now it could be that they are working on it, or that they could have decided not to provide new drivers in order for you to force upgrade.
    The only thing a user can do is decide very carefully BEFORE upgrading to a newer Apple operating system, make sure that all their current hardware and software works and make a decision for themselves.
    Since you upgraded to Lion, you can go back to Snow Leopard and your PPC software will work.
    Do you need instructions?

  • On Windows 7, CS6 all products, but especially need help with ID.  Fonts that are showing in other applications are not showing in ID.

    on Windows 7, CS6 all products, but especially need help with ID.  Fonts that are showing in other applications are not showing in ID.

    The ID Program folder will be relevant to your OS...
    I took a shot and right clicked on my Scripts Samples, choose reveal in Explorer and opened up the ID Program folder.
    As shown, there is a Fonts folder.
    Drag/Copy/Paste fonts to this folder.

  • I have a problem with your app store, always I want to update a new app, I want to know what Schiffer and novelty app! Most of my applications are in English, and they write what the improvement and renewal are written in English, and I do not speak the

    Hi
    I have a problem with your app store, always I want to update a new app, I want to know what Schiffer and novelty app! Most of my applications are in English, and they write what the improvement and renewal are written in English, and I do not speak the language! I try to copy the text, color (gray) is not successful, the variance can it, so we can copy the text and translate?
    I thank you for your help, it can help to humanize

    You are right, but how could i send it to Apple? when the phone company first replaced my iphone they had in stock alots of iphones and they just sent mine back to Apple and gave me a new one, so all i did is to give them my phone, but now how could i sent it to Apple? and i cant send it by myself, and the store wont do that, its a lost for them.. so sending it to Apple wasnt an option from the begining.
    and for the record, i dont think the store where i bought it is an authorized shop.. its just a store who boughts phone's from Apple in a low price and sells it in much more money..

  • I have Windows 7 for PC if I view a jpg file I gat the following message - Some of the file types associated with QuickTime applications are currently associated with otherapplications. Should I restore these file type associations to Quicktime. Yes or No

    After viewing a jpg file on my Windows 7 PC I get the following message and I don't know how to answer it "Some of thw file types associated with QuickTime applications are currently associated with other applications. Should I restore these file type associations to QuickTime?" Options are " Yes, No or Do not ask to perform yhis check again. QuickTime Control Panel can be used to make subsequent changes."
    What shoul I do about this message?

    Select no.

  • MY WHATSAPP HAUTELOOK FACEBOOK APPLICATIONS ARE NOT WORKING WITH THE NEW UPDATE iOS 7 ITS DRIVING ME CRAZY! HOW CAN I FIX IT?

    I DOWNLOADED THE NEW UPDATED VERSION FOR THE IPHONE !!!
    AND MY APPLICATIONS ARE NOT WORKING AT ALL
    WHENEVER I ENTER TO WHATSAPP A MESSAGE POPS UP FROM NOWHERE SAYING SOMETHING ABOOUT PUSH UP NOTIFICATION!!
    AND THAT I SHOULD CONNECT IT TO ITUNES, THEN I CONNECT IT TO ITUNES AND ITUNES IS NOT LETTING ME SIGN IN WITH MY APPLE ID ITUNES IS NOT WORKING/!!!
    ALSO WHENEVER I OPEN HAUTELOOK APP ON THE IPHONE IS FREEZING MY PHONE WITH THE PUSH UP NOTIFICATION WINDOW, AND I CLICK OK AND IT STILL APPEARS OVER AND OVER AGAIN
    PLZ HELP ME!!!!!!!!!!!!!!!!!!!!!

    If you do not have enough space, then you would have to free up more space.
    You can also update via itunes on your computer.

Maybe you are looking for

  • Saving to SharePoint works only half the time for Windows 7 Users--all the time for Windows XP users

    We have a SharePoint 2010 Environment with hardware load balancing, 2 WFEs, 2 Apps Servers and 1 SQL Server. This was built in October 2013. Office Integration and Saving back to SharePoint works all of the time for users on XP. It works sporadically

  • Asynchronous Create Data with Generic Sync

    Hi, We're with the follow error: data container don't loaded .. Anyone knows which is this problem? We're using the parameter OutboundContainer.TYPE_REQUEST in OutboundContainer... MESYBODY is being deleted in a job... For example.. We synchronize on

  • External Firewire RAID problem

    My G4533 connects via Firewire to a dual drive external enclosure via Firewire. The two identical drives in the enclosure are configured via OSX's software RAID as mirrored drives. I can connect fine but if I wait a while after connecting the RAID be

  • Importing audio via USB

    This may not be the right forum for this question, but I really don't know where to post it. I bought a sony turntable to convert traditional records into digital files. The problem is that it came with PC software but no Mac software. I'm wondering

  • How do I remove a start up password?

    I am now asked to enter a password every time I open my iPad. How can I eliminate this? I asked this question a few days ago and thought I had a fix, but it is still happening.