Send url to a crm

hi,
can anyone please tell how can i send a url with parmeters to a crm server?
thanks

im sorry for that let me explain again.
i have uccx 5.0.1 Premium.
i need to bulied a script with this paramters:
calling number
called number
now i have create a csq for that and i have this variables the only thing i dont know to do is how should i send this on a url to the crm.
meaning that in the script i will send in real time the variables to the crm on url with 'get' step.

Similar Messages

  • How can I start two FF instances under two Windows accounts at once w/o -no-remote? I need to be able to send URLs to them.

    I have one FF (36.0) installation and two Windows user accounts: one for work (w/o internet access but with access to domain resources like JIRA) and one for internet access (w/o access to local resources). I need two instances of FF running at the same time with different resources.
    I've created profiles with different names under both accounts and specify profile names using -p parameter. However when I try to start both instances of FF (second one is started via RUNAS), second instance can't be started, new tab in already running instance is opened instead:
    firefox.exe -p profile
    runas.exe /profile /savecred /user:user_i "\"firefox.exe\" -p profile_i"
    When I start one of them with -no-profile, I can start both at once... but when I try to execute firefox.exe with an URL in order to open a tab with this URL in one of running instances (local URLs I open by starting firefox.exe under work account and remote URLs I open by starting FF via RUNAS), it can't sent URL to already running instance of same user, it always sends URLs to an instance that is runnung w/o -no-remote.
    firefox.exe -p profile -url "url"
    runas.exe /profile /savecred /user:user_i "\"firefox.exe\" -p profile_i -url \"url\""
    So, I need to have two instances under two different Windows user accounts, and when firefox.exe is started again, it should only communicate with instance that is running under same user account, it must not communicate with instance that is running under different Windows account.

    ''guigs2 [[#answer-699118|said]]''
    <blockquote>
    https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options#-no-remote
    This feature was removed and unfortunately I do not have any ETA or work around for this.
    </blockquote>
    It was the different '''-remote''' switch that was removed and not the '''-no-remote'''
    https://www.mozilla.org/en-US/firefox/36.0/releasenotes/

  • Sending Emails in PeopleSoft CRM

    Hi All,
    I am using below Method for Sending Emails in PeopleSoft CRM.
    Now i need to add some dynamic info like instead of Dear user in Mail Text,i need to
    write Dear UserName. Concatenation is an option but for that purpose i have to loop for each user.
    Is there any other Method ?
    &MAIL_FLAGS = 0;
    &MAIL_TO = " User1@email , User2@remail , User3@email";
    &MAIL_CC = "";
    &MAIL_BCC = "";
    &MAIL_SUBJECT = "Thanks for your Interest";
    &MAIL_TEXT = "Dear User, Thanks .....
    &MAIL_FILES = "";
    &MAIL_TITLES = "";
    &MAIL_SENDER = " myEmail@email";
    &RET = SendMail(&MAIL_FLAGS, &MAIL_TO, &MAIL_CC, &MAIL_BCC, &MAIL_SUBJECT, &MAIL_TEXT, &MAIL_FILES, &MAIL_TITLES, &MAIL_SENDER);
    Thanks in Advance

    So you're sending one email to three users? Wouldn't it be handier to loop for every email? That way you get a separate mail per user. If you're sending an email to 3 users as in the example then I would just retrieve the name for each user from the DB using a simple SQLExec.

  • HTTP sender url parameters

    Hi all,
    Can we configure the HTTP sender URL with multiple interfaces ?
    I mean as far as i know the URL can have only one interface name and namespace.
    In our landscape we have 4 sender interfaces which gets input from a single URL through HTTP POST
    I need to extract the individual Interfaces from the URL and route the messages accordingly
    Any help in this is highly appreciated
    Thanks
    Keerthi

    Hi,
    I don't this it is very much achievable in PI. What ever you send from from the http url (using interface name and namespace), it comes to IE. So as said by the former reply, you have to receive the message  from the http post, and later you can split it using and send to corresponding receivers.
    OR
    if you dont want to do that..then create four different scenarios..sender will be the common message and target will bhe the required message (from the four). and accordingly you can configure them in ID. so in ESR there will be four different Operation Mapping and in ID there will be four different configuration.
    All solution depends on your business requrement Hope it may help you.
    Regards,
    Farooq

  • How to send Service Ticket from CRM to Solution Manager.

    Hi all,
    at present we are creating service tickets relevant to SAP operations in our CRM instance and we plan to continue to do so.
    We also would like to forward these created service tickets to the Solution Manager Service Desk.
    There is functionality in Solution Manager to bind into an external service desk. However I believe this is only really relevant to binding in another Solution Manager - in any case, there is seemingly very little documentation about this available.
    Has anyone ever done this - sending service tickets from CRM to Solution Manager Service Desk? If so, could someone please let me know where I can find the documentation on that. Any help is much appreciated.
    Cheers,
    Wolfgang

    Hi,
    Use "Rule Modeler" for sending emails and also maintain "IF" condotions there.
    Regards,
    Ankush

  • Sending url not with UTF-8

    Hi,
    In internet explorer, when I try to download some files via a non english ( or non UTF-8? I am not really sure ) http link, I can unselect the "send url only with UTF-8" in perference of IE.
    Can I do the same thing in tiger and safari? is this the case?

    What problem are you having with your browser operations? Can you provide a url where this problem occurs?
    I can unselect the "send url only with UTF-8" in perference of IE.
    Where is this in the preferences exactly?

  • Sending URL requests

    I keep seeing large spikes in my swf trying to send a url request. But these only appear in Firefox in OSX. I haven't tested in windows. Chrome (pepper and regular) and safari both work fine.  Also see large spikes when using extrnal interface. Any ideas on how to work with these and perhaps some best practices?
    Function
    Total Time (ms)
    Sending URL requests
    84
    95%
        URL request timestamp
        URL request: <some_url>
        URL request ID: 25
    Function
    Self Time (ms)
    Total Time (ms)
                    ExternalInterface.call <static> (flash.external)
    0
    0%
    97
    100%
                        ExternalInterface._evalJS <static> (flash.external)
    97
    100%
    97
    100%
    -nate

    Michael, thank you for your detailed answer. I accept your suggestion about the issue related to sandbox api in IE9. Reducing concurent requests helped and was necessary for smooth flow of my app. However I believe this is an issue that should be targeted on flash player level not app code... I will consider filing a bug
    I strongly disagree with your conclusion:
    At the end of the day, if you can only make 6 or so concurrent requests at the same time, it's pointless to try and send more - either reduce the number of requests (preferably), or wait for the first batch to finish before sending some more.
    http://forums.adobe.com/message/5714849#5714849 ... 92 requests
    http://www.adobe.com/cz/ 117 requests
    http://facebook.com 200 requests
    http://maps.bing.com 100 requests in fullscreen mode when zooming, all of them concurrent ... this is basicaly what my app does

  • Where is URL stored in CRM tables How to retreive URL address from table

    Hi,
    Can any one tell where URL address is stored in CRM.
    And how to retreive URL Address from CRM tables.
    As i'm not able to find exactly how to retrive the url form the tables. as the URL address is not visible.
    Thanks & Regards,
    Rajender.
    Edited by: Rajender k on Aug 12, 2008 6:37 PM

    I am not able to get you. Please rephrase or elaborate.

  • Outlook Integration Tool - 'Send and Add to CRM' button missing

    Hey Folks,
    We have an interesting issue with the Outlook 2003 - SP3. On some of our machines the button 'Send and Add to CRM' does not appear with you hit 'New Email'. The tool is installed and the 'Add to CRM' button is there as expected.
    If we install the tool (downloaded from an R16 environment) is still does not appear? Any ideas? Seems strange that some machines with the same version of Outlook have it and others don't?
    Thanks
    Oli @ Innoveer

    I would also check to see if the OEI Add-In is present and selected within Outlook. You may need to reselect it. If it is already selected you may need to manually register (they need to be present) the OEI DLL Files:
    regsvr32 "C:\Program Files\Siebel CRM OnDemand\Siebel OEI OnDemand\SiebelOnDemand.dll"
    regsvr32 "C:\Program Files\Siebel CRM OnDemand\Siebel OEI OnDemand\SiebelOnDemandEmail.dll"

  • Sends URL to my jsp or servlet then it redirects to an ext. site http post

    Hi,
    A user sends URL request to my jsp or servlet and then it redirects to an external site with a http or https post (not get). The post has a number of name/value parameters that are sent with it.
    How can I accomplish this?
    Thanks,
    John

    http://java.sun.com/products/jsp/tags/11/syntaxref11.fm9.html

  • How to send URL link along with text in an email using FM.

    Hi Experts,
    I am sending an e-mail for status notifications.
    In the mail, the user will clik on the URL to do actions through the link.
    Ex:
    Dear,
    Please go through the link htttp://appear.upload/records/update.
    When user clicks on htttp.... url it should open the portal.
    I am sending text mails but unable to open the site url action .
    Regards,
    prasad

    Hi ,
    Pls check below link.
    http://wiki.sdn.sap.com/wiki/display/ABAP/SendingMails-HomePage

  • Error while sending Bdoc data frm CRM to R3

    Hi All,
    We have created a BDoc containing a Ztable which is send from CRM to R/3 where it will update another Z table create for this in R3.
    We have tried here the follwoing steps:-
    a. Created the Z table in both systems.
    b. Created a new messaging BDoc in CRM and linked it to the R/3 Site Type.
    c. Created a new mapping function module in CRM that takes the data from the BDoc and maps it to the BAPI structure.
    d. Created a new Adapter Object that links to my BDoc, contains the Z table as the source table in CRM and contains the mapping function module mentioned above.
    e. Created a new Replication Object based on my new BDoc.
    f. Created a new Publication and assigned it to the Replication Object.
    g. Created a new Subscription and assigned to the Publication and Replication Object. Also assigned it to my R/3 site.
    h. Created a mapping function module in R/3 to map the data from the BAPI structure into the equivalent R/3 table.
    i. Created entry in table CRMSUBTAB.
    Error:
    When try to insert an entry in the customer table in CRM a BDoc is being created but fails to transfer with error message "Error in outbound processing".
    Trace: "Query error for site type SMOF_ERPSITE".
    please advice.
    Thanks & Regards
    Deb

    Hi Deb,
    Any reason why you have extended the Z fields both in R/3 and CRM manually.? This should have been a lot of effort. Did you try to do this via EEWB. ?
    In case you would use EEW to extend rather than the manual extension, the following memo will be helpful:
    EEWB doesn't support changes in the connected ERP system. For example it is unclear which object is of interest in ERP, the SD customer master or the BP. However, we provide note 864222 that explains some features regarding data exchange of extensions.
    Also note 831536 explains how to exchange table like extensions. For the data exchange of 1:1 extensions at the CI inlude for the main table BUT000 you could check note 725671, should be available in your system already, so just for information. First please create two CI_INCLUDEs CI_CUST as described in note 736595. Then your data are transferred and processed via module COM_BUPA_MAIN_BP_INBOUND. For debugging purposes please have a look at note 398925.
    Since it is possible to have independenT extensions on CRM and ERP side we mustn't map the two CI-includes directly but only via this additional CI_CUST feature.
    Best Regards, Adil
    (Note : The above notes/memo may help in troubleshooting the manual extensions)

  • How to send URL (of length 500 Characters) in SAP Mail??

    Hi Everybody,
    I need to send the URL in SAP mail  using FM SO_NEW_DOCUMENT_ATT_SEND_API1.
    The URL is of length 500 characters. Is there anyway I can send this URL in mail, even as attachment will do.
    The Mail is accepting 255 characters in one line. In my case I need to split it in to two lines.
    But in mail only firstline is coming as URL and next line is truncating.
    Thanks in advance.
    Praveen.

    hi prashant,
    using this function module.... when sending the url into attachement it will not take any text beyound 255 caharacters.
    so u need to split your url and add the remain to the next line of the internal table that ur passing to this FM.
    in the form where u build the table for the attachment
    FORM f_build_datatable.
    DATA: lwa_excel TYPE gty_excel,
            lwa_attach_list TYPE solisti1,
            lv_attach TYPE string,
            lv_xcnt        TYPE i.
         loop at gt_url into lwa_url
    CONCATENATE lwa_url INTO lv_attach SEPARATED BY gc_con_tab .
        CONCATENATE lv_attach gc_con_cret INTO lv_attach.
        DO.
          lwa_attach_list-line = lv_attach.
          APPEND lwa_attach_list TO gt_attach_list.
          lv_xcnt = STRLEN( lv_attach ).
          IF lv_xcnt > 255.
            lv_attach = lv_attach+255.
          ELSE.
            EXIT.
          ENDIF.
        ENDDO.
        CLEAR: lwa_url, lwa_attach_list.
      ENDLOOP.
    ENDFORM.                    " f_build_display_file
    Code Formatted by: Alvaro Tejada Galindo on Jan 8, 2009 2:48 PM

  • SOAP Sender URL for Default XI parameters

    Hi,
    In my scenario i want to use same SOAP sender communication channel for many webservices.So i selected USE QUERY STRING OPTION . But i am not sure about the parameters in URL. I referred SOAP Adapter how to guide. it was helpful to some extent but would be grt if u guyz confirm the URLfor sending the different default XI Interface parameters  .https://server:port/XISOAPAdapter/MessageServlet?channel=:<sender service>r:<sender comm channel>&version=3.0&Interface=<????>
    Basically i do not know what shud be given for interface name
    Regards
    Vish

    Hi Viswanath -
    You're on the right track for your purpose of using one channel and dynamically setting the interface name.  The SOAP FAQ Note 856597 spells it out well:
               "Q: Can I set the interface name dynamically from the client?
                Yes. You can overwrite these XI parameters from the client. To
                activate this overwriting mode, you need to turn on option "Use
                Encoded Header" and "Use Query String" in the channel. Then your
                client can append the interface name using parameter Interface.
                For example, interface namespace http://sap.com/test and
                interface Test can be represented by the url-encoded form of
                http://sap.com/test^Test as in
                #&version=3.0&Interface=http%3A%2F%2Fsap.com%2Ftest%5ETest"
    I see you already have some of this.  Don't forget to check both the "Use Encoded Header" as well as the "Use Query String" option.
    <i>>>>>In that case whatz the relevance of namespace in the URL. You mean we can ignore that .Pls advice</i>
    When you dynamically set the interface name, yes, you need both the interface name and the namespace.  All this information (including the namespace) is needed for the receiver determination step once it reaches XI.
    If you're having trouble with the URL, generate a WSDL using the "Define Web Service" option in the Int. Directory with the relevant interface information.
    Jin

  • How to send an email from CRM that shows-up as Meeting invite?

    Hi, 
    I want to send an email invitation for a meeting to the contact such that it appears as a meeting invite on Outlook. How can this be achieved?
    I know one way is to create an Appointment, sync it with Outlook, add attendees and send invite. But can we do this from within CRM?
    We have a custom meeting entity and we can add our contacts and employees as attendees. But we want to send an email to all those attendees from within CRM such that it appears as a meeting invite/Appointment.
    Please advise. 
    Thanks, 
    Fahad Ali Shaikh

    If you want to use meeting invites, it needs to be a meeting, not a custom entity.
    You could write code to send an .ics file for the meeting for example, but the point of an Outlook meeting invite is that the organiser can track who has said they are or are not attending, or have not yet replied, for example.
    Note that more recent versions of CRM *do* send invitations out for appointments created in CRM, depending on how you configure your synchonisation (eg using SSS they are automatically sent out).
    Hope this helps.
    Adam Vero, Microsoft Certified Trainer | Microsoft Community Contributor 2011
    UK CRM Guru Blog

Maybe you are looking for

  • Diffrence in xi 3.0 and  pi( xi 7.0)

    hi all. what is the difference between xi 3.0 and pi(xi 7.0) and what are the compnents list in both the version thanks and regards viju

  • Email PDF as body of the mail

    Hi Gurus, I need to send an adobe form with hyperlink as an email. I do not want to send it as an attachment. Any suggestions on how to achieve this. Thanks, shals Edited by: Shaluchilakala on Nov 29, 2011 7:51 PM

  • Error in the Out going payments

    Am getting error when making an out going payment : - Cannot add or update this document , its rows are missing [Outgoing payments - invoices -sequence no.][Line 0][Message 131 - 197] Any one had this before, what's causing it ? Edited by: Martin Kam

  • Help! - Need wwpro_api_parameters functionality in Report Component

    I am in need of accessing the URL parameters that are coming into a Report Application Component. The Report is not running as a portlet. I attempted to use wwpro_api_parameters.retrieve() in the "before page displayed" PL/SQL block. Unfortunately, I

  • WD abap - destroy success message

    Hello, I have a screen where I do the following: CALL METHOD l_message_manager->report_success       EXPORTING         message_text = 'Changes were successfully saved!'. when I navigate to another screen messsage area is still there but without the m