Cisco CIM adapter integration for HTML link

Hi,
We have 9.0 ucce and Cim 9.0 sytem in an integrated scenario.
We have a  query where a EIM system will get the agent id from a external/ third party (like a rest api or a html page) .Based on the agent id the mail should route to the prefered agent in UCCE.
We have configured the Data and the usage links in adapters but doesnt know how will the agent id will be captured in EIM and how can it be sent to UCCE.
Can any one comment on this.

CIM flow for sticky agent - When a NEW_TASK is created by CIM, it  adds the agent id ( If sticky agent is enabled, for EIM9 please go  through below link page 73. http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/cisco_interaction_manager/cim_901/maintenance/cisco_im901_cce_userguide_administration.pdf
) in preferred agent tag in new_task request and  is sent to ICM. ICM script will read the data from preferred agent  value and assign the activity to that agent.
In your case you will have to validate if the value  fetched by adapter is = to the value logged in agent and avaliable and  set that Id in preferred agent in NT.
You can follow below link to contact our PS in case you need more help.
http://www.egain.com/resellers/contact_ps.asp

Similar Messages

  • Regular expression for html links

    Hi, I'm trying to get text/link pairs from a string, accepted links
    are like:
    text1
    text2
    The expected result would be:
    url: url1
    Text: text1
    url: url2
    Text: text2
    I use the following regular expression to catch the texts and the urls:
    "<a href=\"*(.*)\"*.*>(.*)</a>"
    group(1) should be the url and group(2) the text.
    But it doesn't work ok, I got something like:
    url: http://url1/" garbagetags
    text: text1
    url: utl2
    text: text2
    I'm trying to avoid links with " and without it and dinamic html
    tags.
    I think the problem is the Regular Expression string, I'm new using
    them and I can't found the right one, if you know what's wrong with
    my R.E. string, please help me.!
    thanx

    Had to break it in to two regular expressions:
    import java.util.regex.*;
    class B2  {
       public static void main(String[] args) {
            //String INPUT = "<a href=\"http://url1/\" garbagetags>text1</a>";
            //String INPUT = "<a href=url2>text2</a>";
            //String INPUT ="<a href=\"http://www.google.com\">Google search engine</a>";
              String INPUT="<a id=1a class=q href=\"/imghp?hl=en&tab=wi&ie=UTF-8&oe=UTF-8\" onClick=\"return c('www.google.com/imghp','wi',event);\"><font size=-1>Images</font></a>";
            //String REGEX = "<a .*href=\\\"?h?t?t?p?:?/?/?([\\w\\.\\?\\&=\\-\\d]*)/?\\\"?.*>(.*)</a>";
            String REGEX = "<a .*href=\\\"?h?t?t?p?:?/?/?([\\w\\.\\?\\&=\\-\\d]*)/?\\\"?.*>";
            String REGEX2 = ">\\b([\\w\\s\\d]+)\\b<";
            Pattern p = Pattern.compile(REGEX);
            Matcher m = p.matcher(INPUT);
            StringBuffer sb = new StringBuffer();
            if ( m.find() ) {
            System.out.println(m.group(1) + "     " );  }
            else { System.out.println("No MAtch found");  }
            Pattern p2 = Pattern.compile(REGEX2);
            Matcher m2 = p2.matcher(INPUT);
            if ( m2.find() ) {
            System.out.println(m2.group(1) + "     " );  }
            else { System.out.println("No MAtch found");  }
    } You do realize that you'll never get 100% accuracy with this. There are too many possible variations to account for them all.

  • ALV GRID  and Integrated ITS 7 (SAP GUI for HTML) - dissapears on reload

    Hi All,
    We have a custom report that uses an ALV grid to display information to the user. Within this grid, there are fields that are display only and fields that are editable. Also, the grid is wider than the screen's width. It works fine in ECC. It also worked fine when we were using ITS 6.4.
    We have recently upgraded to ITS 7. Now when we run the report using a Transaction iView (in EP 7) or the Webgui service (SAP GUI for HTML), if a field that is editable has focus when an event is triggered that reloads the grid, the screen becomes blank. So, you can click the Save button and the screen goes blank, also, there are date fields in the grid and if you choose a new date, the grid reloads and the screen becomes blank.
    We have found that when the screen is blank, you can use the "Page Up" button on your keyboard and the last few columns of the grid will appear. As if the entire grid has moved off-screen to the left.
    If you click onto a non-editable field and refresh or save, the grid returns to its normal state.
    We are on Basis Patch level 15.
    Does anyone have any ideas on how to fix this?
    Also, does anyone know of a standard SAP transaction we can call from the Webgui that would have a similar setup...with an ALV grid containing editable and non-editable fields? We would like to rule out any errors in the report itself. Since it worked before we upgraded and it works fine in ECC. This would be a really big help too.
    Thank you so much!
    -Kevin

    Hi,
    Thanks Raymond, I have seen Note 314568. I could not get the second link to work but I have looked at just about every Note in reference to Integrated ITS 7 and Tables or ALV Grids and there are very many, so it would appear that SAP has had a hard time with implementing this control, but I have not seen any instance that matches the problem we are having.
    Unfortunately, SAP will not investigate this unless we can provide a standard Transaction that exhibits the same behavior.
    If anyone knows of a standard SAP Transaction that displays an ALV Grid that is wider than the screen (requiring a horizontal scroll bar) and with editable and non-editable fields, that would be fantastic. If we can test against that, then we would know for sure if this is a problem with ITS / SAP GUI for HTML, or if there is an issue with this specific report.
    Thanks!
    -Kevin

  • We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter

    We are currently looking for a way to link images to a design file within programs like InDesign and Illustrator using an HTML link instead of a local file.  We are hosting our images in SharePoint and need the design file to retain it's links, no matter who on our network opens the design file.

    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • What is the proper HTML code for I linking to a destination in a .pdf file in firefox?

    If I create an HTML link to a destination within a .PDF file, it works fine in IE but not in Firefox. The code I use is this:
    <a href="website/pdf-file.pdf#destination-name>

    Cool. Thanks to you both.
    I vaguely recall doing a "chmod 700" on my previous machine. Those strict permissions survived the migration to this one it seems. "chmod 755" will be fine now. I wanted to know what the default was. Now I do Thank you!
    Here is a quote from the Wikipedia entry on Filesystem_permissions:
    <it>"The execute permission, which grants the ability to execute a file. This permission must be set for executable binaries (for example, a compiled c++ program) or shell scripts (for example, a Perl program) in order to allow the operating system to run them. When set for a directory, this permission grants the ability to traverse its tree in order to access files or subdirectories, but not see files inside the directory (unless read is set)."</it>

  • Html link to pdf works ok on mac but not on ipad. adobe reader for ipad downloaded.

    HTML link to pdf works ok on Mac but not on ipad. Adobe Reader for ipad downloaded. What's wrong?

    Hi pwillener,
    Thank for reply. The pdf’s are in a subfolder “PDF” of the folder holding the web page. The web page itself uses
    . This works in full size computer browsers but not in an iPad.
    My excursion through the search engine has produced the idea of adding #page = requesting page to the URL but I have not had time to try it perhaps without the = sign.
    Bryan

  • Need mac driver for TP-Link Wireless USB adapter TL-WN7200ND

    i need Mac driver for TP-Link Wireless USB adapter model no TL-WN7200ND

    First of all, TP-Link does not provide OS X drivers for that adapter. However, there are other sources that have drivers like this one. It is not official and it may fail, but it has been tested by other users and it works correctly.

  • Regarding data integrity for XI file/jdbc adapter

    I have several questions about XI data integrity for file/jdbc adapter.
    Question 1 is: if the destinate file or DB is not reachable or other technical problems occur, do I have to send the message again or not?
    Usually we design  an bpm to comfirm whether the database or file is completed according to a response message. But it's a little complicated.
    Question 2:when I use jdbc send adapter and configure select and update SQL clauses. Does XI only update the records which it select automatically? or Select and Update don;t have any relationship?
    Very appreciated if you have any experience to share me.
    Regards
    Shen Peng

    Hi
    Question 1 is: if the destinate file or DB is not reachable or other technical problems occur, do I have to send the message again or not?
    If the DB is not reachable then message will be found in the inbound side. you can found them in the adapter. Goto RWB -> Message monitoring -> select status System error and search . there you will find your messages. select you message and resend them
    Question 2:when I use jdbc send adapter and configure select and update SQL clauses. Does XI only update the records which it select automatically? or Select and Update don;t have any relationship?
    XI never does updation automatically, Update is done only based on the SQL update query which you have written in the  sender channel.
    SELECT statement is used just to pick the values from the table and based upon the query which you want to UPDATE in SQL . data is updated
    Regards,
    sandeep

  • How to creat a password for a HTML link ?

    Hello,dear all,
    This question may not be closely related to Java,but I hope to get some help.
    I created an HTML link in the webpage, but I only want the people who has the password to access it. Say when a person click that link, a dialog box pop up requiring for your password.
    How should I implement it? using JavaScript ?
    Any help are greatly appreciated.
    Kevin

    There's a very simple and very nasty way of restricting access to pages. Put them in a folder named after the password. Your javascript can then just do something like:
    document.location.href = document.loginForm.pword.value + "/index.html";It's a mess and obviously requires that your parent directory can't be browsed. But, it's about as good as it gets with Javascript and requires zero effort.
    If you're serious about security then I'd look at something other than Javascript (as suggested above).

  • SSO E-Sourcing and SAP GUI for HTML

    Hi,
    We are trying to provide integration between SAP E-Sourcing and SAP ECC via the SAP GUI for HTML. From an E-Sourcing project, we should define a link which will link us to the report via SAP GUI for HTML. Some parameters are automatically transferred via the URL so that the report will be prefiltered.
    The problem arises that we cannot create a SSO mechanism between SAP E-Sourcing and SAP GUI for HTML. The only documentation we can find is how to setup this SSO between the Portal and ESO (only included going from the EP to ESO). We need to find a way to do the opposite, i.e. SSO from ESO to SAP / EP.
    Thnx,
    Bram

    Dear Chong,
    I have came across the following information about SAP GUI For HTML
    With the version 7.02 / 7.20 of the NW Application Server
    the SAP GUI for HTML has been completely
    reworked.
    1.The rendering is now based on Unified
    Rendering which is also used by many other
    SAP UI technologies.
    2.Similar Look & Feel as other UI technologies
    3.Better Portal integration
    4.Full Theme support
    5.Unified client requirements
    But have not came across any note which converts the SAP GUI for HTML to SAP GUI for Windows in appearacne. I think the point 2 mentioned about says that in this version the SAP GUI for HTML will have appearnce like the other UI.
    Pls refer the [link|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d06db80d-ebf4-2a10-6b99-faa652c69d5c?QuickLink=index&overridelayout=true]
    Hope it helps.
    Regards,
    Samir

  • Any Tutorials on Game Center Integration for iOS?

    I'm currently developing an iOS game and would really like to use Game Center, I noticed the new Gaming SDK 1.1 has game center integration for Flash Builder, but Ive never used this before and have no clue where to start. I can't even seem to use the samples.
    A tutorial on how to set this up would be nice if one could point me in that direction (I've tried google to no avail).
    Also, are the ANE's for Game Center only usable via Flash Builder and not Flash Proffesional?
    Thanks, Jordan.

    For Integrating GameCenter  in your app you need to perform following steps:
    1)Create a development provisioning profile at https://developer.apple.com/ in which GameCenter store technology is enabled.You can do this by referring the following link:
    https://developer.apple.com/library/ios/#documentation/IDEs/Conceptual/AppDistributionGuid e/ProvisioningStoreTechnologies/ProvisioningStoreTechnologies.html#//apple_ref/doc/uid/TP4 0012582-CH14-SW1
    2)After creating provisioning profile,login into the https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa using the same credential using which you create your profile.Click on "Manage your Apps" tab and then tap on the "Add New App" button.
    3)Fill in the App name and select the bundle ID using which you create your provisiong profile and click on continue.
    4)Click on Manage GameCenter button and add leaderboard and achievements information for your App.
    5)For integrating game center API's in your app you can refer the docs at:
    http://www.adobe.com/devnet-docs/gamingsdk/anedocs/com/adobe/ane/gameCenter/package-detail .html
    6) After all this package your app using the provisioning profile created in step 1.
    All the ANE's availaible with GamingSDK 1.1 can be used with both Flash builder as well as Flash Professional.
    Please let me know if you required any further information.
    Thanks,
    Sakshi

  • Services for WBS - Links on the WebDynpro don't work

    Hi SDN,
    please, can anyone help me with the links for WBS Service on the Account Assignment for Projects ?
    I had no success on searching for this answer on the SDN.
    The web Links on the screen are not set up for the services.
    1 - Open a Project in cProjects
    2 - Select Accounting tab
    3 - Click on any Account Assignment Element
    4 - On "Services for WBS" screen, click on any Service.
    An ITS (SAP GUI for HTML) window should open, with relative transaction for the selected WBS Service.
    However, nothing happens.
    We have an environmet where it works, and the link points to the following address:
    http://server.company.domain:8000/sap/bc/gui/sap/its/webgui/!?MESSAGESERVER=SERVER.COMPANY.DOMAIN&PROJ-PSPID=PM/6728&PRPS-POSID=PM/6728&OKCODE=UCCOST&~TRANSACTION=CJ9ECP&sap-client=400&sap-language=EN
    But on the environment where it's not working, there is only this in the reference of the link:
    https:///scripts/wgate/webguiPROJ-PSPID=PM/101&PRPS-POSID=PM/101&OKCODE=UCCOST&TRANSACTION=CJ9ECP&=&=
    Please, where can I configure these links, so that the new window is called pointing to the HTML SAP GUI, when a Service is selected ?
    Many thanks,
    Fabio

    Hi Fabio,
    Please check the Service SAP GUI for HTML is active for the environment in which it ia not working, Tcode to access the service is : SICF.
    Please take help of your basis person for the same.
    Secondly,
    There are certain customizing settings also to be done.
    1) In IMG activity : Make settings for calling an SAP transaction under Object link in SAP system, for activity :Alias for the Web Server of an SAP Transaction, enter the Web server Alias and assign Web server address to your Alias.
    2) In IMG activity, make settings for the linked SAP Objects under Object link in SAP system, select  0WBSELEMENT object and in its details view check in Destination field the RFC is defined or not (If your cProjects and R/3 are on same system then your RFC will be NONE), and for the field Web server defiine Alian for your web server which you created in previous step.
    3) For IMG activity Define Object Links for Accounting Integration under Accounting Integration, for object type 0FIN_INT_ERP_PS, define destination and Web server as mentioend in point 2.
    Hope this will resolve your issue.
    Reagrds,
    Niraj
    Edited by: Niraj Sikligar on Mar 18, 2010 5:34 PM

  • JCA adapter Integration with SOA suite

    Hi all,
    Where can I find documentation or reference regarding integration of third party adapter with SOA suite?
    There is an option of Third Party Adapter in SOA project of JDeveloper. When I drag it onto the composite.xml file, a window comes up asking for wsdl, jca files, etc. So I would like to know if there is any example or tutorial on how to integrate a third party adapter with SOA suite. Thanks.
    Regards,
    K.Hein

    Thanks Anuj!
    It seems like a new way of integrating JCA adapter to SOA suite.
    Actually, I was only aware of integrating as a third party adapter as mentioned in this article (http://www.oracle.com/technetwork/articles/luttikhuizen-adapters-091679.html) which require wsdl and jca files.
    Are there any difference between those two approaches? Which would be the recommended approach for JCA adapter integration with SOA? Thanks again for your informative replies.
    Regards,
    Kyi Hein
    Edited by: K Hein on Jan 18, 2011 12:30 AM

  • [svn:fx-3.x] 13067: Fix for html-wrapper ant task generates incorrect wrapper files for flash player version detection .

    Revision: 13067
    Revision: 13067
    Author:   [email protected]
    Date:     2009-12-17 12:48:20 -0800 (Thu, 17 Dec 2009)
    Log Message:
    Fix for html-wrapper ant task generates incorrect wrapper files for flash player version detection.
    QE notes: None.
    Doc notes: None
    Bugs: SDK-18826
    Reviewed By: Paul
    Tests run: checkintests
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-18826
    Modified Paths:
        flex/sdk/branches/3.x/modules/antTasks/src/flex/ant/HtmlWrapperTask.java

    Could you try creating a new Firefox profile to see if that helps?
    8. Make a new profile
    Chris

  • Output File for HTML Help

    I have created an HTML-based Help in RoboHelp. The output file was a *.chm file. The development team is indicating that the *chm file is not what is needed, and that they need an *.htm point/base file to integrate the Help into a web-based application. Is this correct? I thought that was a requirement for Web Help, but not for HTML Help. When integrating an HTML-based Help into a web app, is the individual *chm file the only file that needs to be handed off to development?
    Thanks for any help.

    Hi there
    The .CHM file format is for locally installed applications. WebHelp and FlashHelp are intended for being placed on a central server and accessed from there. WebHelp and FlashHelp exist as a collection of loose files.
    You would likely benefit from viewing fellow Adobe Community Professional Peter Grainge's WebHelp articles.
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for

  • How to get the search function to find the correct files

    i have long wondered if it was me or the system, but i am very clear finally that the search function *****. 1) i try to find a word in a document. 2) the system shows me several possibilities. chapters 16, 18, 21, etc... 3) i then bring up each one

  • Slow Moving Project Stock

    Hi, My problem is to find out slow moving project stocks. Report MC46 shows only slow moving normal stocks and project stock is not included in this. Thanks

  • ADF Faces : partial page rendering in f:subview

    hi Please consider this blog post, "ADF Faces: How-to issue a PPR event from a f:subview and how-to PPR of subviews" : http://thepeninsulasedge.com/frank_nimphius/2008/02/14/adf-faces-how-to-issue-a-ppr-event-from-a-fsubview-and-how-to-ppr-of-subview

  • Dynamic select channel to populate legend

    Hello Ni,                     i am acquiring 16 channels each channels has their own name,  when i double click on the graph the channel select.vi populated and it list the channel name. if i select the first 5 channel name or last 5 channel name or

  • EBS R12 Installation on Windows XP

    Hi All, I have installed the EBS R12 Vision on the Windows XP and the installation went successful without any issues. But when i submit the Concurrent Programs, i get an Inactive - No Manager. I have started the OracleConcMgr process from the Window