How to set phone number format like start with 0 or + it is not allowing

Hi All,
We Are trying to give in phone number field as number start with 099235623 or +91- like that
but it is not allowing to chage format
it is taking 99235623 eventhouh we entered as infront of zero
our requirement is we need to enter zero also
please give any idea
Thanks
Rio

Hi,
First Check the Data Type of the Field. That must be "DTYPE_PHONE". If this is the Data Type, then, it will allow the phone format set at the Locale Level for the Application. Check the Format at Locale Level.
[OR]
It's simple, you can change the Data Type of the particular Field to "DTYPE_TEXT".
Regards,
Joseph ArulDass

Similar Messages

  • How to set default number format for whole app

    Hi!
    I have a bunch of View Objects and I have to set the format for each attribute of type number. I've tried using
    MyAtt_FMT_FORMAT=#,##0.00
    MaAtt_FMT_FORMATTER=oracle.jbo.format.DefaultNumberFormatter
    on just a couple of attributes and it works OK. But since I have a lot of number fields across application in a lots of view objects, I would like to set this format as default for all the number fields in my application.
    Can I do that and if yes, how?
    Thanks

    you can use Domains.
    chapter 26 Advanced Entity Object Techniques in Developer’s Guide For Forms/4GL Developers
    Regards,

  • How to set request number of info package using start routine

    Hi All,
    I have a specific requirement in which I need to upload only selective request nos from PSA to DSO.
    Any one can suggest how to set request number of info package using start routine or any other mode so that only selective request should proceed using DTP?
    Thanks
    Sangita

    You'll probably want to do this in a start routine.  It is probably not advisable to hard-code the technical name of the InfoPak.  They seem to remain the same upon transport, unlike DTP technical names which are locally generated.
    I would do a SQL select like this in a start routine, and then filter based on the results of the SQL.  You'll probably want to sort the results by date and time, both descending.  Or do a MAX in the SQL.
    Please let me know if this isn't clear.
    select q~rnr q~logdpid q~tdatum q~tuzeit
    from rsreqdone as q
      inner join rsldpio as p
        on p~logdpid = q~logdpid
    where p~objvers = 'A'
    and p~logdpid like 'ZPAK%'
    and p~source = 'your data source'

  • How to set the number of rings for the agent phone rings before it get the not prepared state

    hi, how to set the number of rings for the agent phone rings?  before it get the not prepared state.
    thanks

    The following assumes that you are using ICM with an IPIVR etc (not using CVP), as the answer is different for CVP
    What you are looking for is called "Ring no answer time".  It is set in the Agent Desk Setting List tool.
    Regards,
    Kevin

  • How to add "Done" button on Number pad? And how to set 00.00 format for UITextField?

    1.) I am new to iPhone development. I have a small application & for that I need to add number pad but there is no "Done" button. I know we can get rid of that keyboard by clinking UIView but I want a separate button for this.
    2.) My second question is how to set 00.00 format for UITextField as there is no decimal point available on number pad?

    As to #1, you should study the iOS HIG - doing what you have in mind might be a good way to risk rejection and not have your app make it into the store.
    #2:
    On devices running iOS v4.1 and greater  you can use the following:
    myTextField.keyboardType = UIKeyboardTypeDecimalPad;
    It is tricky (and perhaps not worth the trouble) if you are trying to support older iOS versions.  Here is a link to the most popular solution.

  • Allow Multiple Phone Number Formats

    Hi folks,
    In the past I have always set the Phone Number format using the simple Arbitrary Mask feature in the text box properties e.g. (99) 9999 9999 but I have a form where two different phone number formats are acceptable (an Australian landline OR mobile).
    They are:
    (99) 9999 9999
    9999 999 9999
    Is this only possible through the magic of Javascript? I have tried Googling and found nothing.

    Thank you for your reply GKaiseril. I think I'm starting to undertsand it a little bit, especialyul after reading a similar thread that you contruibuted to here: http://forums.adobe.com/thread/861867
    My understanding is that the "vr re_NA_Phone_Commit =" bit specifies where the spaces are in the strong of numebrs, where the brackets go etc. But doesn't this still only set one type of format?
    If I use the following code, it turns 0399999999 (an example landline number) into (03) 5499 9999, great! But if I typed in 0499999999 (an example mobile number) I want it to become 0499 999 999 becasue that's how we format mobile numbers.
    // custom format
    var re_NA_Phone_Commit = /^\(?([0-9]{2})\)?[. ]?([0-9]{4})[-. ]?([0-9]{4})$/
    if(re_NA_Phone_Commit.test(event.value)) 
    event.value = "("+ RegExp.$1 +") " + RegExp.$2 + "-" + RegExp.$3;
    else {
    event.value = "";
    event.rc = false;
    // end custom format

  • How to set page number & current date in sqlplus result

    how to set page number & current date in sqlplus result

    Hi,
    Use the TTITLE command. For example:
    SET     PAGESIZE     15
    TTITLE     LEFT  &_date     RIGHT  "Page:" FORMAT 999 sql.pno     SKIP 2
    SELECT     ROWNUM
    ,     ename
    FROM     scott.emp
    ;Output:
    12-Jan-2011                    Page:   1
        ROWNUM ENAME
             1 SMITH
             2 ALLEN
             3 WARD
             4 JONES
             5 MARTIN
             6 BLAKE
             7 CLARK
             8 SCOTT
             9 KING
            10 TURNER
    12-Jan-2011                    Page:   2
        ROWNUM ENAME
            11 ADAMS
            12 JAMES
            13 FORD
            14 MILLER 
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only), and the results you want from that data. If your question is based on commonly available tables, like those in the scott schema, then you don't have to post any sample data: just post the output.
    Explain how you get those results from that data.
    Always say what version of Oracle (and other relevant softward, SQL*Plus in this case) you're using.

  • How to apply a number format to a cell within a table in Word 2011??

    I am creating a fillable PDF form and I need to be able to apply a phone number format to a cell in Word 2011 similar to how it is done in Excel...Can someone please HELP me? Thank You!

    846640 wrote:
    I have to import some data form excel sheet. but the number in that sheet have been saveed as the following format mask 1,000.000(2,000.000,1,5000,00) as charchterI am wonder how to apply format mask in excel for the character cell.
    but in may table that field is a number, so how can remove the format mask from the excelsheet?So, while reading from excel how the values is coming in the variable i assume its coming with comma(,) than what happens if you try like below?
    variable_name:=TO_NUMBER(REPLACE(variable_name,',',''));
    -Ammad

  • How to set the number of rings before voice mail answers?

    How to set the number of rings before voice mail answers?

    For me its:
    1. Open the phone app and dial *#61# on the Keypad. Press the Call button.
    2. Locate this text on the screen: "Setting Interrogation Succeeded, Voice Call Forwarding, When Unanswered, Forwards to +" and record the 11-digit number after the + symbol.
    3. Touch the Dismiss button. Now enter this code on the Keypad: *61*+ followed by the 11-digit Forwards to number recorded in step 2, followed by *11 and *ringtime#. Ringtime is the number of seconds you want your iPhone to ring before voicemail picks up. Your finished code should look something like this:
    *61*+18555513466*11*30#
    In the example above the ring time is set to 30 seconds. Press the Call button.
    4. You should receive the message: Setting Activation Succeeded. Press Dismiss and next time you receive a call it will ring for the new amount of time before going to voicemail.

  • Help! I received a message on my iPhone that "phone Number Added to iPad4 [NAME of IPAD] is now using [PHONE NUMBER] for FaceTime and iMessage" and it is not my iPad!! What do I do, how do I shut them out??

    Help! I received a message on my iPhone that "phone Number Added to iPad4 [NAME of IPAD] is now using [PHONE NUMBER] for FaceTime and iMessage" and it is not my iPad!! What do I do, how do I shut them out??

    Use a strong password and set up Two Step Verification on your account.
    http://support.apple.com/kb/ht5570

  • How to set the number of seconds a servlet is allowed to run

    I use JSP to generate a report, but it will take about 10 minutes to search.
    IE Client screen displays an error message what is "Cannot find out your page" after 8 minutes. How to set the number of seconds a servlet is allowed to run.

    It's not a matter of how long the servlet is running... it's the browser timing out because the servlet hasn't responded to its request.
    You have several options:
    1) "Browser Pinging"
    Your servlet sends some small data which can be either seen or unseen (html comments, hidden chars, etc) by the user at short intervals while your report is running. When the report is finished, the browser will not have timed out because it has been "snacking" on those small bits of data which tell the browser its original request was both heard and being handled. I don't think there is any timeout in IE as long as it receives data continually (or at least before its own timeout mark over and over again...)
    2) Multithreaded processing
    This would probably be a better approach. Have the report run in a separate thread running on the server. You'd want to store a reference to this executing report in the user's session. Instead of making the browser wait for the report to be finished, have the servlet check the user's session to see if a report exists and is running. If one does not exist, create one and start its execution. If one does exist, and is still running, print a "please wait" type of message OR an animation, etc... along with some javascript which will reload the page every few seconds. If the page reloads and the servlet sees that the report is finished, it can then display it to the user.
    Hope this helps,
    -Scott

  • How to ignore/remove number format mask ?

    Hi
    I have to import some numbers from the excel sheet, and that number has been saved along with the format mask like (9,999.99) (2,000.00,1,500,00,......)
    but that field in my table is a number filed and i have to equal that number with the number that exist in my table
    i have write that relation like
    mytable.filed1=to_number('excel_filed',9,999.000)
    but I does not work
    So what the solution for that
    Thank you

    Double post. See How to remove a number format mask ?

  • 10 digit phone number format

    Does anyone know of a way to change the default BB 10-digit phone number format of NNNNNNNNNN to include either spaces or parentheses?  i.e. (NNN) NNN-NNNN or NNN NNN NNNN.   

    Hi and welcome to the forums.
    If you setup your contact in the (722-344-66770 you can certainly do it. The field is numeric..
    You can view the contact and it will be that format, but when you dial, it will just be numbers, The telco has no need of the dashes and parenthesis so the BB doesn't waste space displaying and sending them.
    The dashes and () in this case mean nothing to the telco. There are symbols that do, but if you stay with these your safe.
    If you need further assistance please ask! If not:
    Please resolve the post using the green kudo's box. Simply check the post that had
    your answer in it. Thanks!
    Click Accept as Solution for posts that have solved your issue(s)!
    Be sure to click Like! for those who have helped you.
    Install BlackBerry Protect it's a free application designed to help find your lost BlackBerry smartphone, and keep the information on it secure.

  • SQL phone number format check

    Hello, I am looking for a programmatic way to check phone number formats in my database using SQL. The phone numbers MUST be one of 2 formats:
    XXX-XXX-XXXX or (XXX)XXX-XXXX
    I want to return the row if they are NOT one of these formats.
    Thank you!

    This?
    SQL> WITH t AS (
      2     SELECT '555-555-1212' phone FROM dual UNION ALL
      3     SELECT '( 555 )555-1212' FROM dual UNION ALL
      4     SELECT '555 555 1212' FROM dual UNION ALL
      5     SELECT '(555)555-1212' FROM dual UNION ALL
      6     SELECT '555 555-1212' FROM dual)
      7  SELECT phone
      8  FROM t
      9  WHERE TRANSLATE(phone, '()-0123456789', '()-') NOT IN ('--', '()-');
    PHONE
    ( 555 )555-1212
    555 555 1212
    555 555-1212If you are on 11g, you could also do something with regexp_like, but personally, I think it would be overkill. If spaces are not invalid as long as the rest meets the format, two parens and a hyphen or two hyphens (i.e. the second one could be valid, but not the third and fifth) then use replace to get rid of spaces first and nvl to deal with nulls like:
    SQL> WITH t AS (
      2     SELECT '555-555-1212' phone FROM dual UNION ALL
      3     SELECT '( 555 )555-1212' FROM dual UNION ALL
      4     SELECT '555 555 1212' FROM dual UNION ALL
      5     SELECT '(555)555-1212' FROM dual UNION ALL
      6     SELECT '555 555-1212' FROM dual)
      7  SELECT phone
      8  FROM t
      9  WHERE NVL(TRANSLATE(REPLACE(phone, ' '), '()-0123456789', '()-'), 'x') NOT IN ('--', '()-');
    PHONE
    555 555 1212
    555 555-1212John

  • Other country address/ phone number formats??

    Does anyone know if you can enter individual telephone numbers into a contact's card in the telephone number format of that country? For instance when I want to add a French friend's address and phone number it reverts to US standards, ie: (**)-***-***, when I really need to put the phone number in their French format, like: ** ** ** ** **.
    The same applies to that person's street/town address too, it has to be in the USA format not their French way of listing addresses.
    I cannot find a way of not applying the country specific "global" address and phone number formatting to individuals who do not have a US address......Am I missing something here? This has been annoying me for some while, while most of my contacts are USA based I'd really like to be able to list other friends and contacts who live elsewhere in a proper regional way...... So I thought I'd reach out to others to see if there's a solution here....thanks!

    Hello Peter,
    Under preferences inside the address book, there is a phone preference to edit or creative formats for displaying phone numbers in your address book.
    "Automatically format phone numbers"
    When this option is selected, Address Book formats phone numbers for you when you enter them. To create a new format, click the Add button and type a format in the Format field.
    Thanks,
    Hope this work out for you!

Maybe you are looking for