Targeting apps on an MDM

1.) is there a way to attach remote application hosted on an MDM?  In other words, we can link to an application in the app store with a hyperlink. Y at - it an address or a similar way to a link to an application that is hosted on an MDM?

(2.) an app (article), is there a way to target content in another application (whether local or hosted on an MDM)?

I know we just make significant progress in our abilities to hyperlinks, but I thought I'd ask.

Hi Tommy,.

(1) there is no special logic to post a link for applications in an enterprise app store, but I don't see why it wouldn't work if there web accessible from the device.

(2) If you're asking about a link in a DPS app, there is an option "Link reference" in the parameters of the project, which will ultimately be used for linking to an application from outside of the app, but it is currently not supported. If you ask about linking to other applications, it's standard operating system features and I got deeply related to a HTML article on iOS, experiment with foursquare: deep link.

Brian

Tags: Experience Manager Mobile

Similar Questions

  • BBM call several person cat

    Hello

    I have the difficullty to get it works as expected. When the following code is executed he calls a multi-person chat but completely ignores the pin codes I go to him (which are in my contacts) and I have to manually choose the contacts. Does anyone have ideas that I could hurt you please?

            bb::system::InvokeManager invokeManager;
            bb::system::InvokeRequest request;
    
            // Set the target app
            request.setTarget("sys.bbm.sharehandler");
    
            // Set the action that the target app should execute
            request.setAction("bb.action.BBMCONF");
    
            // Set the MIME type and the data
            request.setMimeType("vnd.bb.bbm/contactlist");
            request.setData(json);
    
            invokeManager.invoke(request);
    

    The json passed is a QByteArray: {"Conférence": {"contacts": [{"pin": "XXXXXXXX"}, {"pin": "YYYYYYYY"}]}}

    Thank you

    Check that the pins you go along are tiny.  I tried some of my old code example below, and it worked fine if I used all of the tiny pins.  If I had letters, I saw the behavior you mentioned.

       InvokeRequest request;
        request.setTarget("sys.bbm.conferencehandler");
        request.setAction("bb.action.BBMCONF");
        request.setMimeType("vnd.bb.bbm/contactlist");
    
        QVariantMap map;
        QVariantList contactList;
        QVariantMap contact1;
        contact1["pin"] = "removed";
    
        QVariantMap contact2;
        contact2["pin"] = "removed";
    
        contactList.append(contact1);
        contactList.append(contact2);
    
        map["contacts"] = contactList;
    
            QVariantMap root;
            root["conference"] = map;
            request.setData(bb::PpsObject::encode(root));
    
            InvokeManager invokeManager;
    
        InvokeTargetReply *reply = invokeManager.invoke(request);
    
  • Capture of the error and saving a page in BB10 c ++

    I try to use bb:system:screenshot as follows

    request.setTarget("sys.pim.uib.email.previewer");
    
          // Set the action that the target app should execute
          request.setAction("bb.action.VIEW");
    
          // Set the MIME type of the data
          request.setMimeType("message/rfc822");
    
          // Specify the location of the data
          request.setUri(QUrl("pim:message/rfc822:" + QString::number(accountId) +":" + QString::number(messageId)));
    
          InvokeTargetReply *reply = invokeManager.invoke(request);
    
          sleep( 2 );
    
          //Screenshot
          bb::system::Screenshot screenshot;
          QString filename = screenshot.captureDisplay();
          if (filename.isEmpty()) {
              // Something went wrong
              bb::system::ScreenshotError::Type error = screenshot.error();
          }
    
          //Close Email
          invokeManager.closeChildCard();
    

    The problem is the name of file is always empty and screenshot.error () always error values. Here's what the debugger said the line "something was wrong":

    screenshot. Error() error: multiple errors reported. ------cannot run the MI command: - var - create - * screenshot.error () of the back-end debugger error message: could not find method bb::system:creenshot:error\ failed to create an object variable

    Don't know what that means?

    EDIT: I moved the variable definition out of the if statement screenshot and this error message:

    Name : error
        Details:bb::system::ScreenshotError::PermissionDenied
        Default:bb::system::ScreenshotError::PermissionDenied
        Decimal:2
        Hex:0x2
        Binary:10
        Octal:02
    

    Problem is, I certainly have the permissions set properly:

      
    run_native
    access_pimdomain_contacts
    read_device_identifying_information
    access_pimdomain_messages
    bbm_connect
    access_pimdomain_calendars
    use_camera
    use_camera_desktop
    use_gamepad
    access_internet
    access_location_services
    record_audio
    read_personally_identifiable_information
    access_pimdomain_notebooks
    access_notify_settings_control
    access_phone
    _sys_inject_voice
    read_phonecall_details
    access_pimdomain_calllogs
    control_phone
    post_notification
    _sys_use_consumer_push
    run_when_backgrounded
    _sys_run_headless
    _sys_headless_nostop
    access_shared
    access_sms_mms
    access_wifi_public
    

    Documentation, I need "permissions: the application must have the permissions use_camera_desktop and access_shared to use this feature."

    This has not yet been set internally.  Looks like you need a real device to test the screenshots with.  If you become a member of the BlackBerry partner program, you can access the loan and reduction devices.

  • How do I send the url of the browser for my application using the share button

    Hello

    I'm new to bb dev. I'm doing my visible app on the list on the part of the bb browser. I read on the registration of an application as a target app abit but after changed my handle bar and redeployed I see still no my app on the list of candidates to receive share from the bb browser. is it possible that there is a security feature that prevent application sharing which is developing (not signed and publis again) bb browser?

    Good if you have nothing to say he has the OS under which your application should be called.

    Take a look at the second half of this document to get a better understanding of how to get your app on the menus of the invocation of other applications, including on the part of one.

    http://developer.BlackBerry.com/native/documentation/Cascades/device_platform/invocation/menus.html

  • No JAD, JAR, without debugging.

    I am a newbie. I'm running the Eclipse plug-in - BB JDE. I created and run successfully the Hello World application in a simulator 8300 using the Eclipse plugin. Earlier, I created a new project for my target app. I created a new Blackberry application. Created my new file source. I can compile cleanly, but get no. JAD or. JAR files, and when I try to debug with a siimulator I do not see my request. What I am doing wrong?

    Thanks for any help.

    The problem was that I dfid not typing alt - B. Who built the jar and jad and downloaded the file of cod to the Simulator.

    Someone tell me where this is documented.

  • Data model with ImageView not displaying the image on OS10.1

    in the qml, I have a ListView with a DataModel.  The DataModel contains a label and ImageView.

    I put the ImageView and etiquette like this

    Entry QVariantMap;

    QFile file (picture_file);  file stored on the device
    QFileInfo fileInfo (file);
    QString qmlPath (fileInfo.absoluteFilePath ());

    the path of the file would like something like that

    /Accounts/1000/APPDATA/com.example.TestApp.testDev_e_TestApp4a417186/shared/photos/TestApp/MyPicture.PNG

    entry ['image'] = QUrl (qmlPath);
    entry ["name"] = "Text";

    It works on 10.0.9 but when I recompile the target app to 10.1 or the image is not displayed.  The label is.

    Also, if I set the imagesource to the current folder the image appears fine.

    entry ['image'] = "asset:///images/template.png";

    What is the correct way to set the imageSource for ImageView?

    I think your problem will be solved by file:// adding to the path of your file.

  • Comparison LCN

    Hi all, we do an export of lcm for a planning application based epma and then we do the import of these artifacts exported to another application.

    What we are looking for, is how we can do a comparison of artifacts between these 2 apps.

    So my source app has to assume that 100 BR and target app also has 100 BR, they are of same, now only 5 BR source has been changed, but the export / import is made for every 100. Now what we want is a way that once the import is made for every 100, we would know that only these 5 BR are the updated.

    Thank you

    A

    Well, I got it, if you want to know what are the changes updated in the target,

    you import 100 rules of trade to the target application, then all Affairs 100 rules on the target will be replaced regardless if the changes are there or not, so I don't think that there is a mechanism that can tell you exactly Hey on the 100, I found only 5 business rules that are changed.

  • How to use Data Guard with E-Business Suite

    Hello

    I'm trying to get my head around how would you use Data Guard with E - Business Suite.

    I know that you can use only physical standby with EBS, however I have a few basic questions about specific values < SETTING > and how they are treated by a standby.

    Given that the standby and primary servers will have different host names and that generally there are < FRAME > specific values that include the hostname, where they will have to change on the standby server, both from the point of view of the battery backup Apps and within the standby database itself, I wondered how it would happen.

    Usually, EBS cloning process would change the < FRAME > target settings in the target apps stack and the target database (for example, parameters such as FND_NODES etc.).

    Q1. However I do not know how the process of cloning E - Biz would fit with a database of the day before?

    Q2. As the standby database won't even be in an open State, I don't know yet how you would apply a party any of the cloning process to a database of pending to the target?

    Q3. Even if you were able to change on the eve of the database to reflect the < FRAME > from backup server, it would mean surely it was more a physical copy of the primary database, that's why it would be more a day before.

    All a bit confusing - any clarification appreciated

    Jim

    PL see if MOS Doc 1070033.1 can help you

  • Create sequences inside a trash can

    Hi all

    We can create a new sequence in the project root in the use of the first

    app.project.createNewSequence (sequenceName, "123"); command;

    Is it possible to create the sequence in a bin in the project?

    Same way we can an asset in a bin by selecting the bin and the importation of the asset using app.project.importFiles (assetArray);

    Thank you and best regards,

    Anoop NR

    Create a new project and make a new sequence. Execute [below] of ESTK.

    var app.project.rootItem.children = SEQ [0];

    var target = app.project.rootItem.createBin ("foo");

    seq.moveBin (target);

  • Is MDX ASO DATACOPY or similar possible?

    I have the source file that has 5 referenced dims: accounts, Service, quantity, frequency and size. In the 'Accounts' weak, I have 3 members: Qty, Freq, and Yd who all values. So, I extract all these values for all Service, quantity, frequency, and size.

    However, in my target app, I have 8 Sun. The other three are: customer and year Segment. So I load this data file "Segment No.", "No. Cust" and "No. Year." Is it possible to copy this data to all Member of the leaf level of 'Segment', 'Customer' and 'year '? Obviously, it's easy in OSB, but of course impossible to ASO.

    Thank you

    user 11111 a says:
    Well, I'm not genius ASO. This is where I need advice, you can say :) The principle of "tuple" always goes with me.

    My data is loaded here in cube ASO dim 8:

    Postal code: 77056
    Services: laundry
    Quantities: Qty. 1
    Frequency: Freq 1 x
    Film: Yd 1.0
    Segment: No Segment
    Year: No other
    Customer: No Cust

    Values in action:
    Measure the 'quantity': 1
    Measure the 'frequency': 2
    Measure 'Triage': 1

    Example of calculation would be: "Mo Yards" = Qty * Freq * Court * 4.33

    Prob, is that they have not "Quantity", "Frequency" and "Yard" for all THE postcodes. There are opportunities for 228mil. So, I want to fill these values dynamically. They are based on whatever the 'quantity', 'Frequencies' and are the values of metadata "Park." So if 'quantities' is equivalent to 'Qty 1' and then 'quantity' = 1. If 'Frequencies' equals 'Freq 2 x "then 'frequency' = 2, etc...'

    I don't understand why you really want to fill in the values. Add 228 millon values is not the way to do it.
    Why not put a formula as
    [Mo yards] = ([Quantity]. ([No Segment], [no year], [no Cust]) * ([length]. ([No Segment], [no year], [no Cust]) * ([frequency]. ([No Segment], [no year], [no Cust]) * 4.33

    You can add a non empty statement to do the calculation if the value of some data exists for the Member you're looking at.

  • FDM ERPI

    I have a few questions about FDM with and without ERPI that I would be sincerely grateful shed some light on.

    (1) do you need ERPI to the source ERP to view transactional level details? Or can stand-alone FDM do the same? If FDM alone can do, how it would accomplish - via script integration perhaps?

    (2) should you have FDM to use ERPI? Or can we simply have ERPI that extract the data from the source, transform, and load to the EPM application targets?

    (3) when you use ERPI to load directly to the EPM application target, how this is done? Is there something similar to an FDM adapter? Or load it directly in the database back-end of the target app EMP? Or it will load via EPMA staging tables?

    Thank you very much in advance for any semblance of help on this.

    1. Yes, you need ERPi or the source SAP system adapter to drill into accounting. Only certain versions of eBS, PeopleSoft and SAP are currently supported for this. Read the Readme file to app for more details on versions. A script of integration does not drilling on the source itself, just for the imported to the FDM Records.

    2. you don't need FDM to use ERPi. It also works as a stand-alone product to do functions of ETL processing / data base that FDM provides. FDM improves the features with its basic features.

    3. the answer to this depends on the type of target EMP app you have - v Classic EPMA. The last ERPi admin guide covers how it works good enough detail for both scenarios.

    Documentation can be found here:

    http://www.Oracle.com/technetwork/middleware/performance-management/documentation/index.html

  • Entered by the user Email address becomes a hyperlink

    Is there a script that will change an email address entered by the user to a clickable hyperlink?

    Thank you

    Hello

    Something along these lines should work (click on the textfield event):

    if (this.rawValue !== null) {
         var vEmail = this.rawValue;
         var vSubject = "A Subject for your email";
         var vBody =  "Put your body message here...";
    
         event.target.app.mailMsg({
              bUI: true,
              cTo: vEmail,
              cSubject: vSubject,
              cMsg: vBody
         });
    }
    

    Which should help you in the right direction

    Niall

  • Need help with Javascript automated e-mail

    I am trying to modify a form to add a button that takes the values of the fields that will be filled in by the user and then send an email using these fields

    currently I have the following script:

    var A = xfa.resolveNode("topmostSubform.Page1.Work_Order__").rawValue;
    var B = xfa.resolveNode("topmostSubform.Page1.NOMENCLATURE").rawValue;
    var PPC = xfa.resolveNode("topmostSubform.Page2.Email_Address_PPC").rawValue;
    void var = 'work created order. "
    var msgBody = "Order of work" + A + "\n for the" B + "program has been created"; "."
    app.mailMsg ({}
    bUI: false,
    cTo: PPC,.
    bassujetti: void.
    CMSG: msgBody,
    });

    Thanks for your help,

    John

    Hi John,.

    Your script looks not too bad. Here is our generic script:

    var vEmail = "[email protected]";
    var vSubject = "A Subject for your email";
    var vBody =  "Put your body message here...";
    
    event.target.app.mailMsg({
         bUI: true,
         cTo: vEmail,
         cSubject: vSubject,
         cMsg: vBody
    });
    

    Try putting "event.target." before the app.mailMsg. Also you need not of the xfa.resolveNode, if the items, pages, and the subofrms are appointed.

    Hope that helps,

    Niall

  • Do not send any XML/PDF/data with an email MORE encrpyted data to send

    Is it possible to send an email on presentation of a form WITHOUT actually sending the data XML/PDF /? In other words, a user fills out a form, click on send and then creates an email thanking them for the presentation of their details.

    I know what you think - what's the point of that? -Well, most of the data in the form that I produce is not necessary just a few pieces of data that I can put fairly easily in the body of the email.

    To go the other way, I can grab the XML of the completed form using xfa.data.saveXML () and then encrypt him, but how I can join the data encrypted for mail out instead of the original XML unencrypted?

    Thank you

    Post edited by: iamthewalrus@adobe

    Hello

    You could just script to send an email:

    var vEmail = "[email protected]";
    var vSubject = "A Subject for your email";
    var vBody =  "Put your body message here...";
    
    event.target.app.mailMsg({
    bUI: true,
    cTo: vEmail,
    cSubject: vSubject,
    cMsg: vBody
    });
    

    The vBody variable could be built to include data of the form (non-null).

    Hope that helps,

    Niall

  • Why doesn't my script (send email)?

    Hello guys.

    What is the problem in my script (to send mail). I want to send an e-mail via LiveCycle just message (I want opens up prospects for the user by typing, without attachment).

    var mail; 
    var address = "[email protected]"; 
    var sub = "Assunto"; 
    var corpo = "Texto do corpo do e-mail";
    mail = "mailto: " + address + "?subject=" + sub + "&body=" + corpo; 
    event.target.submitForm({ cURL: mail, bEmpty: true, cSubmitAs: "PDF", Charset: "utf-8" }); 
    

    Link to the file: https://acrobat.com/#d=1I * dJTGL1a5vNcmlJMk76g

    Thank you.

    Hello

    The script that you have is intended for sending the form as an attachment.

    If you want just one button to send an e-mail only, use the event.target.app.mailMsg. The following Javascript code should help:

    var vEmail = "[email protected]";
    var vSubject = "A Subject for your email";
    var vBody =  "Put your body message here...";
    
    event.target.app.mailMsg({
    bUI: true,
    cTo: vEmail,
    cSubject: vSubject,
    cMsg: vBody
    });
    

    For more scripts to access Acrobat menu items, take a look on: http://assure.ly/i2LBMC

    Hope that helps,

    Niall

Maybe you are looking for

  • Notification iOS 10 tiles

    With the iOS more fresh update just a few unwanted improvements. One of them is as big as necessary tiles appearing under the heading notification Center especially for email. It appears so sender and mail body while giving no control over the size o

  • When I try to download something, it stops downloading.

    When I try to download something, it stops the download and I can't download anything.

  • How can I get the sound to come back to my mac pro?

    I followed the 'aid' on getting no sound and I don't not what they say will be displayed on the output. Only Optoca; digital output port is

  • V5 - 573G noisy right blower

    Hi all I bought a laptop Acer V5 - 573G 10 days ago and since buying the right of cooling fan is a constant hum/subtle grinding noise. The noise is not too loud, however, it is much louder than the fan on the left. I was hoping that the noise would l

  • PSDeluxe loading in windows xp. Drive says windows 95/98 & NT

    I'm retired a computer and you want to reload the software of PSDeluxe on my new computer. The drive system of an operating system windows 95/98 & nt. My laptop has windows xp. Y at - it a patch/fix or something to allow the disc to operate?