How to submit an article to the knowledge base on the BlackBerry support community.

How to submit an article to the knowledge base on the BlackBerry support community.

http://supportforums.BlackBerry.com/T5/BlackBerry-App-world-development/how-to-create-your-own-Artic...

Tags: BlackBerry Developers

Similar Questions

  • BlackBerry Smartphones MIssion Impossible: How to communicate with anyone on the Blackberry support

    Hi all!

    I have an important question for the BlackBerry support team (is not directly related to a product specific to BB, but related to the support of BB products in general), but it was impossible to contact anyone, somehow, in support of BlackBerry.

    Can someone help me on this mission?

    Thank you

    Ricardo

    RIM does not guarantee other support devices by wireless companies.  So, if you buy from someone and they don't give you a guarantee then you will get probably no guarantee through RIM.   That's the pitfall of equipment from unauthorized dealers.  I am a TMobile customer we.  However, I can't directly call the RIM and get warranty support.  If I want to RIM support I have to pay $50 for the case.  But, if I called TMobile and they can't solve my problem they can escalate my case to RIM without cost to me.

    This is how their system works.

  • How to submit an article for oracle metalink support knowledge-based

    Hello

    I just wanted to know how to add an article to the knowledge base in Oracle metalink, I know it might it is easy for you to answer.but since I just came in the oracle on the ground I don't know how to do this. It is through the comments link in the oracle metalink site?

    Thanks in advance.

    Best regards
    Tony.

    Once the connection in metalink, you can see the Metalink homepage with the tab 'Community '. This is where you can submit your article.

  • How to publish article based knowledge on the blackberry support forums

    Hello world

    I want to introduce the article knowledge base on the blackberry support forums I don't know how to do that I am new to blackerry support forums can we all know help me I enjoyed with as thank you...

    This page: Developer of BlackBerry

    .. has a link to this: Knowledge Base

    which explains everything:

  • How to debug a moped in the BlackBerry Simulator

    How can I debug my normal midlet application in BlackBerry's Eclipse Simulator? Is it still possible? I use Eclipse Pulsar and I installed BlackBerry JDE and BlackBerry Plugin for Eclipse.

    It is certainly possible to debug a MIDlet on the BlackBerry Simulator. But there's a catch. To debug a MIDlet here, you need the debug files. BlackBerry JDE or plugin Eclipse means that you would need your MIDlet as project BlackBerry first. You cannot debug just a JAD and JAR.

    Is your MIDlet project of BlackBerry? If this isn't the case, it will be very easy to make a BlackBerry project, throw your files it contains, select the MIDlet main class and debug away.

  • How to create a tabelview in the blackberry 4.6 version

    Hi you all

    Please help me.creating table view the blackberry 4.6 version

    you implement the drawlistrow method once and it handles everything. There are some very good examples, check out them.

  • How to submit form data to the REST 3rd party API service

    Hi guys,.

    It's new to me, so the sample scripts and procedures will be appreciated.

    Problem:

    My client has opted for a more advanced 3rd party CRM solution that uses REST APIs

    They want form data entered (form join us) and submitted to the 3rd party CRM

    Examples of available API CRM scripts are PHP and makes no sense to me.

    It is their example of form and php script.

    Issues related to the:

    (1) how to convert this works in British Colombia

    (2) is it possible to use liquid as a script to make the API calls server side?

    (3) also would like to hide the username token and API?

    Samples:

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < style type = "text/css" >

    label, input, textarea {display: block; float: left; width: 150px; margin: 5px ;}}

    label {clear: left; text-align: right ;}}

    input [type = 'submit'] {width: 60px banner; margin: 10px 0 0 165px; clear: left ;}}

    < / style >

    < / head >

    < body >

    Contact us < h2 > < / h2 >

    <! - Edit REQUIRED with the file name of the script if different from the example - >

    < do action = "Solve360ContactSave.php" method = "GET" > "

    < label > (required) < / label >

    < input type = "text" name = "FirstName" value = "" / > "

    < label > name < / label >

    < input type = "text" name = "lastname" value = "" / > "

    < label > title < / label >

    < input type = "text" name = "jobtitle" value = "" / > "

    < label > Business email < / label >

    < input type = "text" name = "businessemail" value = "" / > "

    Note < label > < / label >

    < name textarea = "note" cols = "4" rows = "4" > < / textarea >

    < input type = "submit" value = "Save" / >

    < / make >

    < / body >

    < / html >

    PHP:

    <? PHP

    version 2.0

    All of the placeholders like {property}, {categoryId}, {templateId} expected

    be replaced by actual values without the {} brackets

    REQUIRED with your email address edit

    define ('USER', ' [email protected]');

    Edit REQUIRED by token, workspace > my account > QAnywhere > API Token

    define ('TOKEN', 'life');

    Get request data

    $requestData = array();

    parse_str ($_SERVER ['QUERY_STRING'], $requestData);

    Configure the service gateway object

    need to 'Solve360Service.php ';

    $solve360Service = new Solve360Service (USER, TOKEN);

    //

    Add the contact

    //

    $contactData = array)

    'Name' = > $requestData ["firstname"].

    'name' = > $requestData ["lastname"].

    "jobtitle" = > $requestData ["jobtitle"],

    'businessemail' = > $requestData ["businessemail"],

    Category of OPTIONS apply tag (s) and set the owner for the contact from a group

    You will find a list of identifiers for your labels, the groups and users in the workspace > my account > QAnywhere

    To activate this option, delete the following text:

    /*

    Specify a different property for example share item

    'property' = > {property},.

    Add categories

    'Catégories' = > array)

    'Add' = > array ('category' = > array ({categoryId}, {categoryId}))

    ),

    */

    );

    $contact = $solve360Service-> addContact ($contactData);

    If (isset ($contact-> error)) {}

    Post yourself if errors occur

    mail)

    USER,

    "Error when adding contact to resolve",

    ' Error: '. $contact-> errors-> asXml()

    );

    Die ('system error');

    } else {}

    Get the new contact params of the answer

    $contactName = (string) $contact-> article-> name;

    $contactId = (integer) $contact->-> id;

    You post the result

    mail)

    USER,

    "New contact added to solve."

    'New contact' '. $contactName. "" with the id '. " $contactId. "has been added to Solve360.

    );

    }

    //

    OPTION add an activity

    //

    /*

    * You can set an activity on the contact you created

    * This example shows how to create a Note, to enable this feature just uncomment the following application

    */

    /*

    Preparation of data for the note

    $noteData = array)

    'details' = > nl2br ($requestData ['notes'])

    );

    $note = $solve360Service-> addActivity ($contactId, 'note', $noteData);

    You post the result

    mail)

    USER,

    "Note was added to" "." " $contactName. "" contact to solve ","

    'Explanation '. $note-> ID "has been added to the contact with the id". $contactId

    );

    End of the addition of note activity

    */

    //

    OPTION of inserting a business model

    //

    /*

    * You can also insert a template directly into the contact that you just created

    * You will find a list of identifiers for your models in the workspace > my account > QAnywhere

    * To enable this feature, just uncomment the following application

    */

    /*

    Beginning of the application model

    $templateId = {templateId};

    $template = $solve360Service-> addActivity ($contactId, 'model', array ('templateid' = > $templateId));

    You post the result

    mail)

    USER,

    "Model has been added to" "." "" $contactName. "" contact to solve ","

    'Model with id '. $templateId. "has been added to the contact with the id". $contactId

    );

    End of the model application

    */

    ? >

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < / head >

    < body >

    Result of < h2 > < / h2 >

    Thank you < p >, < b > <? PHP echo $contactName? > < / b > < / p >

    < p > your data has been successfully saved. < /p >

    < / body >

    < / html >

    You cannot use the server host-side or liquid code on BC for this.

    You need to be to have some sort of configuration to point to a 3rd party solution that sends data on them or you need to implement and solution from API to API.
    A form will create a deal (or order if take payment) and you can have the BC API sends a url to the notification when cases are triggered. With your own code solution read you cases, get those to the shape you want and send the information to the 3rd part of the data structure they need.

  • HOW TO JUSTIFY AN ARTICLE ON THE SITE?

    WHEN I'M WITH FIREFOX TO GO ON INTERNET, I SELECT THE TEXT TO COPY, BUT MY TOOLBAR IS NOT A FORMATTING BUTTON. NORMALLY (EXCEPT IN FIREFOX) I WOULD CHOOSE THE TEXT, AND THEN ON THE MENU BAR CHOOSE FORMAT, SELECT PARAGRAPH, THEN CHOOSE JUSTIFY.

    You talk about features that are part of a program of procession of words such as Word or Word Perfect and Open Office. characteristics of "format" are not normally included in a web browser.

    In Firefox, select the text and copy it, then paste it into any program of procession of the word that you usually use.

  • How to email an article on the web to friends when I left click is no longer an option

    This is what is displayed

    Open the link in a new tab
    Open the link in a new window
    to bookmark this link
    Save the link under
    copy the link location

    No e-mail link

    See:

  • How can I get rid of the fake Support of Apple Web sites?

    Recently I've been doing pop-ups from sites like MacKeeper and Apple Support (not official supported by Apple).  He is the one who warned me that the pop-up windows is enabled and that my computer is in danger (des.desireaid.info), and once I get this window, I can't get by without forcing them to leave Safari.  I deleted the history, but also cookies and it will be good for a couple of connections on Safari, but I can't seem to get rid of it for good!  The one that bothers me is that sometimes opens when I click on the Support button on the Apple site.  This website is called "Apple Support!"  In fact, I called the company des.desireaid.info to tell them I wanted out of my browser and computer advertising, and a gentleman, who sounded incredibly like the gentlemen who call to tell me that my computer sends error messages, told me that 1) it was not an advertisement (although there is a clause of disclaimer at the bottom that clearly started with CE IS a ADVERTISING) and 2) he will have to take control of my screen to remove (and delete all my personal information, as well, I'm sure)!

    While I was typing this, I had actually the following message appears:

    How can I stop this?

    I'm running a 1 T 27 "iMac with El Capitan and I use Safari as my browser.

    See: a local browser took more than Safari.

    (Note that I am not affiliated with this site, and some pages contain ads).

    If you run into scams like this frequently, you may have installed adware. You could do a scan with MalwareBytes: https://www.malwarebytes.org/antimalware/mac/.

  • How to change the password in the Linksys support community?

    Hello! OK, I know this is off-topic, but I couldn't find the answer, link, contacts, FAQ, etc. How can the world I change my password in http://community.linksys.com when logged in this forum? I don't see the change password option. Thank you in advance.

    Hello.

    1. go here and log in

    2. on the top right of the page, click "Edit profile".

    3. on the my account page, scroll to account information and you will see the option to change the password

  • How to clear projects loaded using the Blackberry Simulator

    Hello

    I use the plugin Eclipse of JDE 1.0.0.50. Trials using Simulator, I charge different projects at different times. When I develop a new project or other needs, I would like to delete the old ones already loaded into the Simulator. It seems simple, but I can't find any way to do inside the Eclipse? Do I need to do it manually and how?

    I have it. JDE of BB like, for BB JDE Plugin Eclipse, there is a command clean.bat that you can use to clear the cod loaded on the Simulator. It is located in your Eclipse install dir under my Windows Visa approx. **\plugins\net.rim.eide.componentpack4.5.0_4.5.0.14\components\simulator

  • How to send an email using the BlackBerry API.

    Hi all

    as topic, do you know if BlackBerry offers some API to send email?
    If yes what OS are supported? For example, OS 4.2 or higher?

    Will there be some indications on how to use this API?

    Have you actually looked for more information on making yourself?

    I suggest that you do and you can do before posting questions in general.

    I look at the developer's guide, search in this forum and the KB.  I think that you will find information that will help you to do what you want in all three places.

  • The basics - how a packet is forwarded on the RF support - help please

    Hello world

    Please could you help me understand a concept that can be the basis for most of you, but for me, I don't understand.

    When a packet is transmitted to a NETWORK card wireless on a PC to an AP, is a copy of the package even get transmitted several times in many directions by the wireless NETWORK card or antenna?

    Please can you be kind and look at the photo I created.

    This is how it works.

    Also, if this is correct, the number of copies of the antenna package would send?

    Thx a lot for all your help,

    Kind regards

    Ken

    Hi Ken,

    Here's a useful analogy that could be a bit overused, but I think it is still good :)

    Imagine a lake with calm waters. You pick up a stone in the Chuck and it creates waves that radiate outward. It is a very ideal situation for the wireless, with no obstacles and no impedance, the waves continue outward far enough, depending on the size of the stone (the power of radio, if you want).

    Now imagine you have an obstacle, say a big rock sticking above the surface of the water. If you chuck now a stone in, waves radiate outward like before. However, when they hit the rock, what happens? You probably already know - the kind of waves to bounce off the rock, but they did this also around him. In fact, apart from a small "shadow" directly behind the rock, the waves actually bend around and 'cover' behind him. In the end, you will see those concentric circles that extends well beyond the rock, once again as long as there was enough power behind the stone falling into the water.

    When the waves wireless struck a barrier, there are differences, but the concepts are essentially the same. Some waves will bounce, and others will bend around it. Some go through the object if possible. That's why the WiFi waves can spread throughout a building. This wavelength waves work a little differently than visible light. The color blue, for example, is about 450 nm in length. It is not really possible for the color to penetrate opaque objects and refract around so much as a wave of 12 cm is able to do. You can't really think WiFi waves such as visible light.

    Finally, this stone fall to created a disturbance, but it was a unique force which disappeared pretty quickly. Now, imagine a large mast which ensures the pump vertically in the middle of the Lake. As it pumps up and down, it creates wave radiating outward. If she pumped up and down, it can create big waves, but if it goes up and down, it can create small. Regardless of the size of the wave that is created, it's the same wave that spreads everywhere.

    Wireless is a kind of push/pull the concept, where electricity is applied to an antenna and it pushes a wave wireless outwards. The electricity is off and the wave interrupts as well. So anything that radiates outwards will always be the same wave, until this wave hits a barrier or obstacle, as described above.

    Sorry, that was a bit long. :( Who help me at all, and which is what you are looking for?

    The f

  • BlackBerry Smartphones how do you get back on the BlackBerry

    I can't find the manual and can't find anything in the search or Google, how do you get back?

    I've edited and added above.

    Press the silver version, lift the bottom with your finger and the top is slightly articulated with a tab, and will remove the entire rear piece.

Maybe you are looking for

  • How to make bookmarks appear on my toolbar?

    Firefox-> Bookmarks-> * click *. < opens the library > < bookmarks menu appears as a folder and any new bookmark added to the menu, does NOT appear in the folder, but instead appears in the menu of bookmarks that can be accessed from firefox - > book

  • Status 0xe0000225__windows/system32/drivers/xdapkf.sys

    Since the definition of a virus on my computer, or so I thought. Whenever I start my computer it keeps telling me Windows will not start because of a system critical procces missing or damaged and his apparently Windows/system32/drivers/xdapkf.sys St

  • Cannot scan through network we Dell 2135cn

    How to scan a network using Dell 2135cn printer? I tried a little bit of time and still get the error messages. I got to the point where my printer can see the share folder that I created, but when I scan an error message appears. Please can someone

  • How to read the blackberry phonebook contacts

    Hi, I want to develop an application that reads contacts in blackberry directory and displays them in a list. To make this request what specific classes of blackberry, I use as inputstreamreader, list, vectors, etc.

  • secure my internet business

    my company bought a new asa cisco 5585 and asked me to implement of the asa in order to secure the internet because. This is because every time we have problems of speed of the internet because of the end user. Also, in order to secure and make the f