Contacts API - add to the action item "App."

I am currently working on an application that is based on a list of customers, like opening the app. The application works perfectly, but I was wondering if it is possible to use the contacts API to invoke my application?

I mean, when you open an email (within the hub of BlackBerry) you are given an element of action 'Add contact', so I wondered if it would be possible to have an element of action added to the emails in the hub of BlackBerry where the user could "add to the customer" so that he would take the name and e-mail address of the sender of email > invoke my app > fill in the fields with the data from the email

I don't think that what you describe is possible.  You can add a menu item to share e-mail messages from the hub.  Who can partially make you what you are looking for.  This post is an example of it.

http://supportforums.BlackBerry.com/T5/native-development/invocation-target-for-PIN-message-share-fr...

Tags: BlackBerry Developers

Similar Questions

  • Is it possible to automate the export items app web?

    I see that it is possible to manually export the web app items in the csv format.  I was wondering if there was anyway to automate this?

    Hello

    It seems that all my answers is not or is not possible.

    I'm afraid that this is no different that you will need to trigger export manually for elements of web applications.

    Kind regards

    -Sidney

  • you want to add data dynamicallly in the list item.

    Hello friends...

    My data to see & I want to add that the list item data can add that?

    Thank you...

    In this case, your list item can be a data point and then your gave values in the elements in the list property and has set some initial value too, no?

    If so,.
    Remove all items in the list by pressing ctrl SHIFT<>
    Then give any character dummy in the list item and a space in the value that grant list them agenda.
    Give the initial value also as space so as to avoid the warning...

    Now, try

  • Customize the action of an Android application bar

    Hi all

    When you run an application on BB10 Android, the operating system creates an action bar, which is located at the bottom of the screen. The bar contains the "info" button, back button, show/hide the button and the button that triggers the menu in the Android app.

    I still want to show the bar and delete the info and show/hide the buttons of it. It seems that there is no way to customize the bar to BB 10.1. Does anyone know if BB 10.2 provide APIs to customize the action of the Android app bar?

    Thank you

    Max

    There is no way to customize it.

    However at the point 10.2 the show info / pin buttons are gone, there is only a menu button and back.

    (Of course, the bar is always shown, and it is possible that we will finally have an option allowing developers to disable the bar for their full application)

  • Is there anyway to reverse the update of the Action point status to the element of the MOTHER company

    Instead of having two articles about the Meeting Minutes BP for the status of the line item and the other for the status of the Action which is quite confuse end users, is the Action the Action element anyway to reverse day point BP to the State of MA Business billing without having two articles.

    Please notify.

    Mohamed Hussein

    Hi Mohamed/Samba,

    There is a solution to remove confusion for the end user. It requires a cool little General admin config, but it works beautifully from a point of view of the end-user. It's a little complicated to describe, but I'll do my best.

    -Create a new SPD DD called, for example, ActionItemStatus. You must create a corresponding list of values in the list of DD pp, for example: pending, complete, canceled.

    -Then you create 1 again for each status value (all configured with the new "ActionItemStatus" DD, in my example here it is 3 News: ifAIStatusPending, ifAIStatusComplete, ifAIStatusCanceled)

    -You add the 3 news to the single instance BP (information on the project)

    -On the BP MM change you the former status of action point TO use the old DD for the new "ActionItemStatus" DD

    -On the BP THE remove you the former status of point of Action IN the form of HAVE it (does not need more)

    -You add the 3 news to higher forms HAVE (hidden block) and then configure to auto-pop of the single instance BP "project information".

    -Now the thing: you config have all 3 of Reverse-auto-pop line MM point "Action point rank" OF using the new conditional RAP, RAP that is as follows:

    -RAP OF "ifAIStatusPending" when superior HAVE form status = pending

    -RAP OF "ifAIStatusComplete" when superior HAVE form status = Complete

    -RAP OF "ifAIStatusCanceled" when superior HAVE form status = canceled

    - As an end user you then go to the "Project information" unique instance BP and set each of the news as follows: ifAIStatusPending = 'Pending', ifAIStatusComplete = 'Complete', ifAIStatusCanceled is "Cancel".

    -Create a new record of MM, what should happen now:

    -new record MM created

    -user adds a line item I (HAVE status is empty at this time)

    -l' user completes the form MM and "send."

    -a new record of I is created automatically by the MM section

    -l' higher State of form HAVE the folder is "pending".

    -l' user sees only the registration State (which is queued)

    -the 3 news in the hidden AI top shape block get AP with the values of the instance unique record of BP

    -Because the higher status form is = pending the "ifAIStatusPending" on the hidden block will automatically be RAP it's value to the MM line item

    -L' user responsible for completing the action item done their work, and then sets HAVE 'action' to complete and "send."

    -L' higher State of form HAVE past from "pending" to "complete."

    -Because the higher status form is = full of 'ifAIStatusComplete' on the hidden block will automatically be RAP it's value to the MM line item

    Upshot

    -l' end user sees only a single State in the superior form of AI that is automatically defined according to workflow actions/measures

    -l' end user sees only a single State on the MM line which also automatically changes the status to HAVE it (with RAP)

    As I said, there is an overload of config admin, but there is a lot of value from an end-user perspective, then sometimes worth the pain of the admin! In addition, it is difficult to describe, so if you can not follow my explanation please let me know and I'll try to clarify.

    Good luck.

    Ian

  • Fire partial refreshing action but the actions are not performed

    in OFA (JDev 10.1.3).)

    I have a choice of message when user select this value of choice of the message must fill in the bean to text message below that that message entry point of choice.
    I put the Action item messagechoice as FirePartialAction, the name was updated

    It is in processformrequest

    If ("Update". Equals (PageContext.GetParameter (OAWebBeanConstants.EVENT_PARAM)))
    {
    OAMessageChoiceBean cbbean = (OAMessageChoiceBean) webBean.findChildRecursive ("ccdetails");
    String card = pageContext.getParameter ("CreditCardType");
    OAMessageTextInputBean textBean = (OAMessageTextInputBean) webBean.findIndexedChildRecursive ("Attribute1");
    textBean.setValue(pageContext,1);

    }
    else {}
    throw new OAException ("event not fired", OAException.INFORMATION);
    }



    the page is refreshing, but the value isn't filling in the messagetextinput.

    Please suggest me to this......

    Pradeep,

    Change your code as below.

    String card = pageContext.getParameter ("CreditCardType");
    OAMessageTextInputBean textBean = (OAMessageTextInputBean) webBean.findIndexedChildRecursive ("Attribute1");
    textBean.setValue (pageContext, card); or textBean.setValue(pageContext,"1");

    Kind regards
    GYAN
    gyanoracleapps.blogspot.com

  • How we can dynamically add or remove action from the popup menu in qml item

    Hi all

    I want to just dynamically add or remove action from the actionset item in the contextual menu especially in qml.

    Thanks in advance.

    Kind regards

    Ankur

    You can do so by joining the actionitem as attachedObjects. Once the page is complete (signal onCreationCompleted), you can add it to the page using addAction()

    To remove, you simply delete the page using removeAction()

    https://developer.BlackBerry.com/Cascades/reference/bb__cascades__page.html

  • The Action Service Cloud app - How to let contacts continue to the next step?

    I created an application of cloud eloqua with service of the action.

    To test this, I created a campaign of several stage which is really simple:

    A segment with a couple of members empties in my cloud service for action, which then flows into something else as an email or something.

    However, I have difficulties to get the contacts to flow through the cloud service action step: they seem to all be stuck there and do not pursue.

    According to the documentation of the api 2.0 in bulk and sites on the provision of a service of the action (develop a Service of Action AppCloud).

    during contacts lead to the step of the service action, eloqua will ask my notification url (I myself do it successfully),.

    After that, I respond with a status code, and the example is a code of 204 followed State of an asynchronous data import/export in bulk.

    My action requires no import or export, and my goal is to do my job and to answer back that I have completed, or if it will take a while: answer in return have eloqua wait, then send a request later that I finished.

    After that, contacts can move to the next step in the Web of the campaign.

    Then, I realize that after I get the notification I can respond with a status of 204 to eloqua let know that I will use the large asynchronous calls in the api to import and export data.

    But what other statutes can I use if I don't want or don't need to use asynchronous api calls?

    Can I just return a 200 status if I'm done and I want eloqua to move to the next step of the campaign?

    Can I return a status for eloqua wait for me to proceed with a treatment on my side, followed by a status to let eloqua proceed?

    I tried several different status level 200, and none of them does not seem to leave my contacts to move to the next step.

    Help, please.

    Thank you

    Chris

    No, you will need to update their status with an import. You can simply use your answer.

    What you're talking about requires you to answer in performing an action to import BULK "SetStatus" with a status of 'Complete '.

    See:

    Develop a Service of Action AppCloud

    I do in fact for the first time me just at this moment. It is not difficult, but I am struggling with the ML to give it a Destination which is like.

    Scott

  • Failed to add the menu item «Edit adjustment...» "action

    Hello

    I have an action in which I want to change an existing adjustment layer. I can't save the menu item «Edit adjustment...» "in the drop down palette layers.

    To add the step, I tried the following steps:

    1. Select the adjustment layer thumbnail icon
    2. Select «Insert Menu Item»... "in the menu palette flyout
    3. Choose "Edit settings...". "in the menu of the layers palette (how the window insert a Menu item" Menu item: layers: change the setting ")
    4. Press the OK"" button.

    This adds nothing to the action; usually, hit OK adds the menu item.

    I'm doing this right? Is this a known bug? As a solution, can someone point me to action with the step of "Edit settings...". "already in there? Thank you.

    Photoshop CC 2015.1.2 (20160113.r.355 x 64)

    Mac OS X 10.11.3

    I think that you make it harder than it is.  Just record the action and adjust the adjustment layer, you add during the recording of the action.  When did you record the action you should see that there two steps were recorded for the adjustment layer, you added during the recording of the action. "Do adjustment layer" and "current adjustment layer Set.  Insert a stop message with continue after the "make the adjustment layer ' step and check activate the dialog box in step"Set current adjustment layer".»  Layer when allowed by using the action, you can uncheck the walk of the stop.

  • Add the menu item to app mail as the mail message?

    Hello

    I know how to add menu items in the mail application, but can I add one, according to the mail message? I want to send a single something in an email and after that one of my applications.

    Is it possible to do? Perhaps a listener?

    Thank you

    Matthias

    Hello Matthias.

    Well, if I understand your message, it's that - you send mail with unique label or message (something unique added with the text of the message) and you want to add the menu item when a user opens the message.

    According to my understanding - I have a solution.

    We have a listener "VeiwExtendedListener", that provide notifications for new, open, close, reply, and forward.

    You can implement this listener and to open(), you get the instance of the message object, which is open.  With this object message get the content of the message, locate the tag unique in the text of the message, if it is in the message, and then add your menu item.

    I hope this will help

    Good luck

    -Nidhi

  • Tabs and action items as in the hub

    Hi guys,.

    I'm trying to get a TabbedPane working with action on bar points and overflow as you can see in the hub, but I can't get the two working together. If I use a TabbedPane followed do not appear on bar or overflow. If I use a NavigationPane action items work, but I can't use the tabs...

    This is an image I found in the native BlackBerry documentation. Here, you see the button on the tab on the left, three elements of action on bar and the overflow action items opener.

    Can someone please give me a hint or example?

    Kind regards

    Jan

    You must add the ActionItem to the Page, as follows:

    import "Webview"
    import "Account"
    
    TabbedPane {
        tabs: [
            Tab {
                title: qsTr("A Tab")
                Page {
                    Label {
                        text: "Hello World"
                    }
                    actions: [
                        ActionItem {
                            ActionBar.placement: ActionBarPlacement.OnBar
                            title: "An action item"
                        }
                    ]
                }
            }
        ]
    }
    
  • Point for the action Menu spacing: set an action item to appear in the menu of the action at the bottom?

    How do you define an action item to appear in the menu of the action at the bottom? As the point to delete shown here:

    https://developer.BlackBerry.com/Cascades/documentation/Getting_started/porting/mapping.html

    You would most likely want to start with https://developer.blackberry.com/cascades/reference/bb__cascades__deleteactionitem.html and discover the parent class.

    The text suggests that the title and icon appear in the standard only if you do not specify your own when you add the element, so there is hope, you can fake it.

  • Droid: How to change the types of contact or add contacts phone only (no sync gmail)?

    I have a Motorola Droid on Verizon.  I use the file update Android 2.1 actions, and I have not rooted.  I have not loaded all the apps that modify the application contact or hook in there as I know.  The only application that I'm unsure about is Skype, which I believe is able to access the contacts, but does present itself as a type of contact.

    Problem:

    I manually added a few contacts on the phone.  When I checked my gmail account, these contacts appeared in my gmail contacts list.  It is unacceptable that the many contacts that I need to put it in my phone can not be rejected (for legal reasons) in a Cloud Computing environment.

    Requested documentation:

    I tried Google cela and have asked for help on the forums android on Freenode IRC chat channel.  I was unable to find a solution.

    Tried solutions that does not work:

    Only one user on Freenode referred to the possibility to click on the "Contact Type" at the top of the new user form to select other types of contact (on his HTC phone), but when I type on where it says, 'Google Contact,' no other options are provided, nor any generated interaction.

    Need of solution:

    A way to enter a contact manually or via the file download, to produce phone only contacts who are NOT synchronized to my gmail account.

    Hmmm.  If you go into the settings menu, click Accounts & sync, select an account and disable the synchronization of Contact (supposed Google account), manually create a new contact on the phone, will be this new contact on the phone or be synchronized into the cloud?  (He did not personally, but my hope is that it should not sync.)  I have three accounts of GMail on my phone and only synchronize contacts to one of them.  Contacts in the other two accounts do not seem to come and go. -Mark

  • OK, this is a really stupid question, but I'm trying to add a soundtrack to a project in first 10 elements, and the aide said section "click music in the action bar to display the Panel of music." I can't find a 'Music' box to click around. Can someone p

    OK, this is a really stupid question, but I'm trying to add a soundtrack to a project in first 10 elements, and the aide said section "click music in the action bar to display the Panel of music." I can't find a 'Music' box to click around. Can someone tell me please in the right direction?

    cdmw

    If your program is first items 10

    a. you are in help for first items 11, not 10, and his description of the Action/music bar tab.

    or

    b. more unlikely since first elements 11 was not yet released, there is a typing error in the

    First Elements 10 help.

    In first 10, chronology workspace Elements, see Audio Tools (speaker icon) above the timeline and his choice of SmartSound.

    Please review and study and then we can then what to do next.

    Thank you.

    RTA

  • Problem of setting a value for the hidden item click on the button with processes action or pl/sql dynamic

    Apex 4.1

    Oracle 11g

    I have a page which consists of a main and several sub-regions area.  I have a pl/sql process in after the header SET_DISPLAY(:P400_DISPLAY:='MAIN';))

    Three subregions have a contional show where P400_DISPLAY = STORE.  It works in the hiding of the sub regions.

    Now, I want to change the value P400_DISPLAY to the STORE to show the subregions when I hit a button.

    I tried to create a dynamic action for the click on the Add button, but get the following error:

    The selected button uses a model of 'button' that does not contain the #BUTTON_ID substitution string #.

    I went to the models and found:

    Substitution strings

    Top

    Substitution strings are used in sub models to reference the value of the components. This report details use of string substitution for this model.
    Substitution string Referenced De Description
    #LINK #.YesModelTo be used in an attribute "href".
    #JAVASCRIPT #.NO.To be used in an "onclick" attribute
    #LABEL #.YesModelButton label
    #BUTTON_ATTRIBUTES #.NO.The attributes button
    #BUTTON_ID #.NO.ID generated button will be ID either the static button if defined, or if not will be a generated ID internally in the format 'B ' | [Internal ID of the button.

    I then tried to create a page process, pl/sql,: P400_DISPLAY: = 'STORE '; If the button is pressed.  The action of the button is submit page. However, it does not change the value of P400_DISPLAY and the subregions are hidden.

    Suggestions please on how to fix the template or change the value of P400_DISPLAY?

    The question of the root, it's that, even if you change the value of the element of your page, it is not visible to other areas of the page until it is in the session. Thus, any other action based on the value of the element of your page. the visibility of a control, a report based on the value of the item, etc. will be affected by changing the value of the item page until it has been changed in the session. Even after that, items are stored in the session, then you must do something to influence the revalued value. To see the effect of this, observe that your page will load and assesses the value of the element of your page, it sees which is the "MAIN" and mask areas. However, he didn't reassess after that.

    Then; your choices for this value set at the session are send the page, or use JavaScript to set the value in the session. If you use the latter, you will have to do extra work to make visibility tests be re - run, so, let's stick with the submit method.

    What you did above sounds correct to do this but, there are a lot of decisions, that you might have done that may have caused things to do not occur in the correct order.

    First of all, we will confirm that what I describe above is your problem. From the development environment, load the page, click on the button to change the value and submit. Now, click on the link marked the Session. He is always at HAND? If the answer is "Yes"; That's your problem.

    Let's start with your calculation after the header. You set it to * only * run if the current value of the element of your page is null? If this isn't the case, it's your problem.

    Load the Page-> Item set to 'Hand' by calculation-> click on the button--> Item set to STORE-> Submit-> Page Load-> point by calculating the value 'hand '.

    See the problem?

    Assuming that's not the question, you have created a branch to the same page, right? What is your process for the branch point? Is it * after * Validation, computation etc.? Because if not, you are not changing the value before that didn't get to submit.

    I bet that's the first question, but take a look at these.

    See you soon,.

    -Joe

Maybe you are looking for