Is there a way to give Sandbox exceptions to core applications?

Due to the sandboxing of the Contacts application functionality such as click-to-dial scripts no longer work. Is there a way to give Contacts an exception allowing it to give commands to another application?

No, at the moment ebooks bought from Apple cannot be gifted - from http://support.apple.com/kb/HT4059 :
No, you cannot gift a book in the iBookstore at this time

Similar Messages

  • Is there a way to handle system exception ERROR_MESSAGE?

    Hi,
    I have a program executed in background, which produces a bunch of consecutive documents for a set of Bulk Shipments -> TD Loading and TD Delivery Confirmation. To create those documents I use function modules 'OIGI_LOADING_CREATE' and 'OIGI_DEL_CONF_CREATE'  - both from Industry-Solution Oil-and_Gas (IS-Oil).
    In some cases these FM-s produces error messages (E-type) which cancel execution of the program and broke my flow-logic.
    Below are few messages recorded in a job log for my task:
    18.08.2005 15:56:41 Job started                                                                         
    18.08.2005 15:56:41 Step 001 started (program /PTRL/TAS_POSTPONDED_SYNC, variant , user name IMUTAFCHIEV)
    18.08.2005 15:56:58 Shipment 180753 saved                                                               
    18.08.2005 15:57:06 The plant data of the material 177 is locked by the user BMINKOV                    
    18.08.2005 15:57:06 The plant data of the material 177 is locked by the user BMINKOV                    
    18.08.2005 15:57:06 The plant data of the material 177 is locked by the user BMINKOV                    
    18.08.2005 15:57:06 Job cancelled after system exception ERROR_MESSAGE                                  
    Both function modules are not designed to handle any exceptions, and in owr environment (4.6c) there is no documented system exception 'ERROR_MESSAGE' which to be handled in CATCH-ENDCATCH block.
    Is there a way to handle this exception and to track the list of error messages produced by some FM into an internal table, log, whatever, as it is done in the log of the background job. I need to find a way write these messages in my log-tables and to proceed further with my flow-logic.
    FYI: my program executes an RFC call to a remote system and retrieve a list of documents which need to be synchronized with R/3. I loose information, if the R/3 broke my flow-logic.
    Any help would be highly appresiated.
    Many thanks in advance.
    Ivaylo Mutafchiev

    Sven,
    I made few programs where we used business scenario:
    IS-Oil Shipment => IS-Oil Loading Confirmation => IS-Oil Delivery Confirmation.
    All of them are based on Function Module call:
    1. OIGI_LOADING_CREATE and
    2. OIGI_DEL_CONF_CREATE.
    To load shipment I call 1st FM in a way:
      CALL FUNCTION 'OIGI_LOADING_CREATE' DESTINATION 'NONE'
           EXPORTING
                I_SUBRC     = 9  "save and commit
                I_SHNUMBER  = shNumber
                I_VEHICLE   = vehicle
                I_LDPLT     = plant
                I_LDDATE    = loadDate
                I_LDTIME    = loadTime
                I_LDCDAT    = loadDate
                I_VEH_NR    = veh_nr
           TABLES
                T_OIGISVMQ  = quantity_items
                T_OIGISVMQ2 = hpm_append
                T_OIGISIQ   = doc_quan_items
           EXCEPTIONS
                COMMUNICATION_FAILURE = 1 MESSAGE p_error
                SYSTEM_FAILURE = 2 MESSAGE p_error.
    To confirm shipment (status 4) I call the same FM with:
      CALL FUNCTION 'OIGI_LOADING_CREATE' DESTINATION 'NONE'
           EXPORTING
                I_SUBRC    = 39  "confirm & commit 2nd step
                I_SHNUMBER = shNumber
                I_VEHICLE  = vehicle
                I_LDPLT    = werks
           EXCEPTIONS
                COMMUNICATION_FAILURE = 1 MESSAGE sh_error
                SYSTEM_FAILURE = 2 MESSAGE sh_error.
    And finaly to finish process (status = 6) I call 2nd FM in a way:
      CALL FUNCTION 'OIGI_DEL_CONF_CREATE' DESTINATION 'NONE'
           EXPORTING
                I_SUBRC         = 19  "save, confirm and commit
                I_SHNUMBER      = shNumber
                I_RAPID_CONFIRM = 'X'
                I_DDCDAT        = loadDate
                I_DLDATE        = loadDate
                I_DLTIME        = loadTime
           EXCEPTIONS
                COMMUNICATION_FAILURE = 1 MESSAGE p_error
                SYSTEM_FAILURE = 2 MESSAGE p_error.
    FYI: It tooks me some time to 'investigate' and find correct use of these function modules. And I worked VERY CLOSE with our SD consultant.
    For details (what the export parameters and tables consist of) and sample code, please contact me at:
    ivaylo dot mutafchiev at vbs dot bg
    I would be glad to share my knowlege.
    Regards,
    Ivaylo

  • Is there a way to give a customer a survey while their in the queue

    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    Is there a way to give customers an option to take a quick survey and not lose their place in queue after the survey is done?
    We are using UCCX 7.0 enhanced.

    What exactly is the point of the survey?
    Do they like the music in queue?
    Does the 'all agents are busy helping other customers, your call is important to us' message sound sincere?
    Does the voice talent have a nice personality?
    I'll be serious now - what are you asking in your proposed survey? Typically we have post call surveys, to ask customers how they found the agent interaction. Not sure what a pre-call survey would be.
    But if you do want this, make sure the prompt is not interruptible.
    Regards,
    Geoff

  • Is there a way to give orientation to a Accordion?

    Hi,
    is there a way to give a vertical orientation to the Accordion. I could not find a method like setOrientation or setStyle? Its much nicer if the TitledPane appear from left to right then from top to down.
    Thanks for your help.

    Hi,
    sorry for unclear descripition. This is the very simple code snippet
        SplitPane Content = new SplitPane();
        Content.getItems().add(createTableView());
        Content.getItems().add(createDetails());
        ArtikelTexte = new TitledPane("Artikel Texte", createArtikelTexte());
        TexteDetail = new TitledPane("Texte Detail", createTexteDetail());
        Accordion accordion = new Accordion();
        accordion.getPanes().add(ArtikelTexte);
        accordion.getPanes().add(TexteDetail);
        Content.getItems().add(accordion);
        Content.setDividerPosition(0, 0.33f);
        Content.setDividerPosition(1, 0.66f);So its a SplitPane with 3 items. The last item is a accordion with 2 items. In the accordion the TiteldPanes appear as Title one below the other on top of the SplitPane item.
    When you press on that tiny arrow it opens. The TitledPane expand from top to down.
    Now what i am looking for is. The Titel should appear in the left area one beside the other in that SplitPane item. And they should expand from left to right.
    Hope this makes it clear. Thank you!

  • Is there a way to give an ebook as a gift for iPad

    Is there a way to give an ebook for an iPad as a gift to someone.  Not just a gift card, but a particular book.

    No, at the moment ebooks bought from Apple cannot be gifted - from http://support.apple.com/kb/HT4059 :
    No, you cannot gift a book in the iBookstore at this time

  • Is there a way that I can call a Swing application

    Hi all,
    Is there a way that I can call a Swing application from html page.
    fox example when user clicks on the url in html will activate a swing local application
    thanks

    Assuming the local swing application is running, and you have an applet in the browser that has permissions to communicate with a server other than the originating server, you could use RMI or a regular socket connection.
    Due to the obvious security issues to letting javascript or an applet free access to the local machine, this is not something that a browser really supports.

  • Is there any way to give an archive attribute a variable?

    Is there any way to get the archive attribute to take a variable?
    What I want to do is to be able to change the value in an XML file and have that read at run time.
    For example, what I have now looks like this:
    <jsp:plugin code="Display.class" archive="http://myserver:8080/myapp/Display.jar" height="650" jreversion="1.5" type="applet" width="800">What I would like to do is to be able to give the archive a variable, just like you can with value arguments. I tried doing this:
    jsp:plugin code="Display.class" archive="${Display.jarUrlValue}" height="650" jreversion="1.5" type="applet" width="800">But that didn't work. It threw this:
    com.sun.web.ui.appbase.ApplicationException: org.apache.jasper.JasperException: /Display.jsp(14,161) The archive attribute of the jsp:plugin standard action does not accept any expressions
    com.sun.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java:534)
    com.sun.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:301)
    So, is there any way around it, or should I take the error message verbatim?
    Thanks.

    Is there any way to get the archive attribute totake a variable?
    According to the [url
    http://java.sun.com/products/jsp/syntax/1.2/syntaxref1
    215.html#8837] reference, no you can't providea runtime expression to this attribute.
    Yeah, I know it said that but I was hoping there was some sort of hack around it. Seems to be a bit of an oversight to me.
    Oh well!

  • Is there a way to trap for exceptions that were unhandled anywhere else in a Flex app?

    Hi All,
    Is there a way I can setup my Flex app to trap exceptions (errors) that are thrown, but not caught anywhere else in my app?  What I'm hoping to do is put some code at the "topmost" layer of my application that will trap for any exceptions that are thrown, and then it can log them and notify the server that an unhandled exception happened in the Flex app.  This will notify me that an error happened, and allow me to troubleshoot the issue by giving me the complete stack trace (and whatever other information I want to send along with the error).
    In ASP.NET you can do something like this with ELMAH:
    http://code.google.com/p/elmah/
      -Josh

    Global exceptions handling in Flex 4 along with FlashPlayer 10.1:
    http://www.rialvalue.com/blog/2010/05/13/global-exception-or-error-handling-in-flex/
    Best Regards
    Martin Andersen

  • Is there a way to give back previously downloaded itunes music

    I have a lot of previously downloaded music that i no longer want/have any use for. is there a way for me to give it back to itunes?

    No, once purchased/downloaded they are yours.

  • Is there a way to give deploy ear privileges to others ?

    I there,
    I want to give deploy privileges to developers, but don't want to give them access to ias console. Is it possible to create a user for deploying only ear files ?
    Thanx
    Jose Viegas

    The finer-grained permissions was something introduced into 10.1.3. It's not available in 10.1.2. What you may consider doing, is for your J2EE/Java apps, to install a separate 10.1.3 instance on the server which hosts these apps only. That way you have a 10.1.2 based instance for the forms/reports, but are also able to make use of the features of the 10.1.3 release for your J2EE/Java apps.
    Auto-deploy is a feature which is mostly applicable to development time usage. You can enable it by setting the attribute "application-auto-deploy-directory" to a directory to be "watched" in the server.xml file of the desired OC4J instance. Dropping an EAR file into the watched directory will result in OC4J deploying it. Note however that in an OC4J instance where DCM is being used (ie OracleAS 10.1.2/9.0.4) then this does not result in the application being propagated to the repository -- it will only be a local deployment. Any file sync of server.xml from the repository via a DCM activity will overwrite server.xml and the deployed applications list. You could do a dcmctl -updateConfig command to get the changes into the repository, but arguably that defeats the purpose of doing the auto-deploy
    Again, this gives you some impetus to move to 10.1.3 since DCM is not used there -- and each instance is more like an OC4J standalone instance -- with a management console and OPMN managed. Since DCM is not the arbiter of configuration file, each instance maintains its own config file and therefore these sort of changes and effects are not overwritten.
    -steve-

  • Is there a way to allow DLLs to call sup-application in TestStand?

    Hi,
    I've got a TestStand sequence that calls a DLL function which is generating an EAccess Violation.
    Now this particular function seems to run two seperate sub process of some kind. I can't figure out what they are, but when I run the DLL function in a CVI environment, two items appear on my windows taskbar and then disappear just prior to the function finishing successfully.
    I've been told that TestStand likes to control its environment... my current theory is that the error generated in TestStand during the funciton call has something to do with the function attempting to launch a thread (or some kind of application) and TestStand not allowing it to do so. Is there a way to let the function run mul
    tiple threads without TestStand's permission? Or turning off TestStands control for one step? Or something to that effect?
    I've tried making a DLL wrapper for the DLL function... but it has the same effect since a sub-thread is trying to be created.
    Thanks,
    Marek D.

    Hi Marek D,
    This question appears to be related to another post that you and I were working on before. Does this post -> http://exchange.ni.com/servlet/ProcessRequest?RHIVEID=101&RPAGEID=135&HOID=50650000000800000040520000&UCATEGORY_0=_8_&UCATEGORY_S=0 <- have anything to do with what you are asking now? If it does did you try the suggestion that I mentioned last in the other thread? Your use of the dll in TestStand does not follow the exact same pattern as what you demonstrated in CVI, and this would be a good starting point.
    To answer your question though, no, TestStand does not have a problem with a dll that it loads and invokes functions on trying to spawn new threads. This is a rather common scenario in fact. As I stated before it appears that since th
    e dll is loading fine and TestStand is able to access its functions ok, there is not really a problem with how TestStand interacts with the dll. In fact if there were a specific problem dealing with this dll trying to create additional threads there could indeed be a problem in that its threads are not being managed properly from within inside the dll itself. Trying to guess at how the dll operates is generally a timewaster, unless you know its exact requirements you may never be able to get it to work. It appears that there is either an external dependency you are not taking into account with this particular dll or you are using it improperly in TestStand. Trying my previous suggestion of trying to reproduce the CVI setup exactly is your best bet.
    Jason F.
    Applications Engineer
    National Instruments
    www.ni.com/ask

  • Is there any way to have unique setup for each Application in a single CSF

    Hello all,
    I am finding that i need more control with CSF files than just syncronising a generic setting that was made in one application...
    For example, for the same workflow, I need to have different policies in different applications such as:
         "Preserve CMYK" in Photoshop to correctly honor profiles in the images etc,
         "CMYK off" in indesign to properly preserve the Separation for my output style.
    Is there any way that i can make one CSF file that works differently on each application?
    Thanks!

    I'm not a ID power useful. I do own and use it ocassionally but I'm linking all the documents. That said, if I want say ProPhoto RGB to be the preferred RGB working space and I open a doc in sRGB, is that a problem in ID? Converting to ProPhoto in this case is senseless. Just leave the document in sRGB. Upon output, multiple images in differing color spaces should (should) be OK upon conversion to an output color space. Does ID have to have all images in the same color space to print?
    This is probably more evident when looking at a CMYK workflow. Although indesign will let you export PDF's with multiple different embedded profiles, I try to avoid this as it tends to result in issues like illustrator graphics that contain black objects which separate into 4 colour and cause potential registration issues on press etc...
    I am trying to remove all CMYK profiles and then asign an output intent by creating a PDFX file but so far the only way to consistently & reliabaly do it appears to be to set the CMYK policy to off in indesign...
    IMO a print ready PDF should only have one profile which describes the printing propcess that will be used to for the file.
    Andrew Rodney wrote:
    Matt Finlay wrote:
    For example having "ask when opening" for profile mismatch is the only way to control your document policies in indesign, which is essential if you are being supplied documents from outside designers. In photoshop this same function equates to an annoying dialog box that does not tell you anything you can't find out or fix without this option enabled.
    I don't see the differences in the two app's in terms of this setting.
    The function inside photoshop equates to "ask me what to do if i open an image whoes assigned profile is different to my workingspace profile". Inside indesign this option represents a conflict in a documents embedded policies with regard to "CMYK/RGB Policy, Document CMYK/RGB profile and also offers you the oportunity to manage the color of placed content".
    While profiles can be assigned elsewhere, and placed content can be managed elsewhere, from what i understand, the only other way to affect your document's CMYK/RGB Policy is through scripting... Changing this in your colour settings only changes this for newly created documents as these options are inherited by the document from the applications colour settings at the time of the document's creation...

  • If there is any way to give anyone except the object owner rights to rename a table

    HEllo
    Want to know if there is any way we can rename a table who is not the object owner

    The documentation on sp_rename says that the table owner and system administrators have permission to execute it.   So I think it would be possible to do so using the "grant hidden sa_role" method documented at Rob Verschoor's website http://www.sypron.nl.
    See Granting SA rights to non-SA users

  • Is there a way to give permission to access iPhone 5C when you can't through the display?  Display is not showing but iPhone 5C is recognized in iTunes through USB.

    So display on phone does not show anymore; however, when I plug it into the USB the phone is recognized by iTunes and triggers the permission pop up to access.  The only problem is I can't click "Trust" on the iPhone because I don't have a screen that shows it.  I can even reset the phone by holding the power and home button.  So basically it's give permission with no screen.  I have a replacement phone on the way but unfortunately the back up for this phone was deleted during a PC refresh so no backup and that's why I need access to it.  Any suggestions would be very helpful.

    There is no way to interact with the phone if the screen is not working.
    Did you happen to have iCloud backup enabled? If so, you'll be able to restore from an iCloud backup and get at least some of your data back.
    ~Lyssa

  • Is there a way to give a local user permission to add a local user using the local group policy editor?

    I need to find a way to have the local administrator of a Windows Server 2012 system grant a local user (non-administrator) the ability to add a user for the machine using the local group policy editor. The machine is not part of any Active Directory environment,
    this is strictly on the one machine.  In my situation it is not an option to just make the user an administrator. The idea is to give someone the right to add a user and have no other such administrative rights. I need to accomplish this using the
    Local Group Policy editor or the Group Policy Management Console if it is possible to do this outside of an active directory environment. This is not an assignment to learn how to use these tools and I am not even sure if it would even be possible though I
    need to either find a way or find proof that it is not possible using these applications.

    Hi,
    Sorry for the delay reply.
    So did you want to non-admin user have the ability to add another user?
    As far as i know, we cannot add the user if we have no local admin permission, we will receive the error"Access denied".
    Regards.
    Vivian Wang

Maybe you are looking for

  • Copy Qualifications of HR personel (Infotype 0024)

    Hi all, How can i copy qualifications of HR personel(Infotype 0024) from one to another? Best regards, Munur

  • Auto Rollbacks in Data Warehouse

    Hey Guys! Has anyone tried using Auto undo in a data warehouse environment? I wonder how that plays out for large jobs, which are normally assigned a bigger rollback segment when running in manual mode (loads for instance). Thanks, Rene

  • Photoshop CS6 won't update camera raw 7.1

    I selected "Edit in Photoshop CS6" on a photo in Lightroom, and it told me I needed to update Camera Raw in Photoshop.  Being unable to update directly from Photoshop, I downloaded the update from Adobe.  Upon running the installer (as an administrat

  • Control for 'ports' management, grid or tile control?!

    Hy. I want to make a control for 'ports' management where I can select multiple ports with mouse(mouseDown-start port, mouseUp-end port) and for the selection i can set the type changing it's color. Now I'm using a TILE with a repeater using as Item

  • WRT300N used with a WAP54G as a bridge

    This may be a simple question.  If I am using a WAP54G as a bridge between two WRT300N routers, have I effectively eliminated the benefits of MIMO/802.11n?