Country field mandatory when phone number is registered in BP creation

Hi all,
I have next question.
We are creating in IC Webclient Contact Persons not related to an account and even in configuration we put as "optional" country field, if we create them registering a phone number system shows message "country field is required".....do you know if there´s a way to put as optional or a default value to minimize this?...
Thanks in advance.
Gonzalo C.

Hi Gonzalo,
Telephone (and other communication data such as fax , email) can be of two tyeps :
1. Address dependent - needs you to first maintain the address If you delete the address, all the communication data maintained for this address is also deleted
2. Address independent. - does not need address. This data remains irrespective of the existence of any address.
In this case, you are attempting to default the address dependent telephone number - and this is not allowed in case you don't have an address( and since country is a mandatory field for address, you get the error )
The solution here is for you to simply create the telephone as an address independent number, in which case it is linked to the partner directly. This is how the link is maintained.
Address dependent comm data-
Find the address number from BUT020 for the partner, use this address number in ADR2 to get the address dependent tel num.
Address independent comm data-
Get the address number from BUT000 (field ADDRCOMM) . Use this address num in ADR2 to get the address indpependent tel num.
This will solve your problem.
Best Regards,
Rishu.

Similar Messages

  • How to prevent users from entering '+' or '0' in front of country code in the phone number field?

    Requirement:
    How can I prevent guest users from entering '+' sign or '0' in front of country-code in the visitor phone number field during self registration?
    Few SMS service providers are not looking for '+' sign or '0' or '00' in front of the international phone numbers to trigger the sms. Providing these values in front of country code during self-registration may fail to deliver the sms to recipient.
    Solution:
    Using a simple regular expression, you can validate the entered phone number during the guest registration. 
    The below regular expression will help you to validate the phone number and allows to register only  when the phone number is not staring with '+' or '0'. 
    ^[1-9][0-9](\d{7}|\d{8}|\d{9}|\d{10}|\d{11}|\d{12})$
    It also performs the below validations.
    only numbers are allowed.
    first digit of the entered phone number should be 1 to 9, so '+' or '0' is not allowed. 
    numbers from 0 to 9 are allowed from the second digit.
    also validates phone number length, the length of the phone number should be 9 to 14.
    Configuration:
    To add the above regex in the visitor_phone number filed, please navigate to ClearPass Guest >> Configuration >> (Pages)Guest Self-Registration >> select the self-registration page and go to Edit >> Register Page >> Form >>  select the filed visitor_phone and set the Validator to " ISRegexMatch" and enter the above regex in the Validator Argument filed as shown below.
    Note:  Edit the Validation Error as per your requirement.
    Verification
    Adding the given regex will validate the phone number and prevent the guest user from registering the phone number starts with '+' or '0'.
    Please find below the sample outputs for your reference.
    Result when phone number starts with '+' or '0'.
    Successful registration.

    Is this a Mac Preview issue?

  • I am trying to send a text message from my iPad when I enter phone number I get error message phone number not registered with iMessages  from contacts

    When attempting to send text message from iPad I get error message "phone number not registered with iMessage REMOVE" the number is for iPhone an includes area code and country code. How do u register a number with iMessage?.

    TestnTag wrote:
    When attempting to send text message from iPad I get error message "phone number not registered with iMessage REMOVE" the number is for iPhone an includes area code and country code. How do u register a number with iMessage?.
    The iPad is not capable of sending an SMS message so texts, pictures, etc., must go through iMessage.  The destination device must be registered with the Apple servers by turning on iMessage.  Therefore, the user with the iPhone must enable it for iMessage.

  • Use custom field for work phone number in CUCiLync

    Hi,
    I have searched and tried out all sorts of different settings for enabling/changing the way CUCiLync searches the Active Directory (AD) for contact phone numbers.
    But no matter what setting I use in the HKEY_CURRENT_USER\Software\Cisco Systems, inc.\ Client Services Framework\AdminData and/or HKEY_CURRENT_USER\Software\Cisco Systems, inc.\ Client Services Framework\Active Directory hive, CUCiLync still uses the default for Work phone number. The default for this is to use telephoneNumber, the value that I wish to use is the ipPhone field.
    The registry values that I have tested so far are these.
    HKEY_CURRENT_USER\Software\Cisco Systems, inc.\ Client Services Framework\AdminData
    LDAP_AttributeName_businessPhone
    LDAP_AttributeName_primaryPhoneNumberForSearches
    LDAP_AttributeName_otherPhone
    All set to ipPhone, and I have also tested to set it to another field in AD that contains the same value as the ipPhone, that is in my case extensionAttribute5.
    HKEY_CURRENT_USER\Software\Cisco Systems, inc.\ Client Services Framework\Active Directory
    BusinessPhone
    PreferredNumber
    DisableSecondaryNumberLookups
    First two set to ipPhone and the third set to 0, and I have also tested to set it to another field in AD that contains  the same value as the ipPhone, that is in my case extensionAttribute5.
    The above values comes from these two urls,
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucimoc/8_5/english/installguide/config_active_directory.html#wp1141403
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucimoc/8_5/english/installguide/config_active_directory.html#wp1137551
    The later url have this
    Table 3-9 LDAP Registry Subkeys
    Subkey   Names
    Description
    LDAP_AttributeName_primaryPhoneNumberForSearches
    Specify   the phone number that you use to resolve most LDAP queries. This value must   match one of the values specified for the following LDAP keys:
    •LDAP_AttributeName_businessPhone
    •LDAP_AttributeName_homePhone
    •LDAP_AttributeName_mobilePhone
    •LDAP_AttributeName_otherPhone
    The   values that are valid for the LDAP attribute keys listed above are:
    •telephoneNumber
    •homePhone
    •mobilePhone
    •otherTelephone
    •a   custom LDAP attribute value, for example, myCustomPhoneNumber
    The   value of the LDAP_AttributeName_primaryPhoneNumberForSearches key must match   one of the values in the list above, for example, telephoneNumber. Otherwise,   the value of the LDAP_AttributeName_businessPhone key is used.
    The version of CUCiLync is 8.5(3)-4.5.9, that is the latest I can find on the support download page, have also tried with earlier version 8.5.(1).
    Does anyone have any suggestions for how to achieve this, if at all possible?
    Roger Kallberg

    This is the reply we got from TAC.
    Regarding to your query, Can you please go through the attached flow diagram (also you can see it in the link given below). I hope it will clarify more on the telephone number display behavior in office communicator.
    As per this flow chart presently your setup is working as designed. As per the design, the number should be in E.164 format in order to be available in MOC.
    You have AD in your network as a source, so  OCS pulls this information from LDAP it is integrated with. As per Microsoft, here you need to add Normalization rules to OCS to normalize the number into the E164 format.
    http://technet.microsoft.com/en-us/library/bb964002%28office.12%29.aspx
    Phone number display for MOC contact:
    •-          OCS will not provide a contacts number unless it is correctly formatted to the E.164 standard.
    •-          The Address Book Service on OCS processes the contacts phone number and attempts to normalize it.
    •-          If correctly normalized then the number is inserted into the OCS address book.
    •-          Communicator will only display this normalized number if it is properly formatted in E.164 (+13125551234).
    •-          The E.164 standard defines an international numbering plan for public phone systems.
    •-          In the E.164 standard, each number contains a country code, an area code, and a subscriber number.
    •-          Each phone user has a globally unique number.
    •-          In Cisco UC Integration for Microsoft Office Communicator, phone numbers in E.164 format must begin with a plus character ("+").
    I have done some research to your first question. Can you please just go through the blog given below from the Microsoft.
    http://blogs.pointbridge.com/Blogs/schertz_jeff/Pages/Post.aspx?_ID=26.
    It tells that If the numbers not in E.164 format then the number will not appear in office communicator if LDAP integrated. Can you please check with Microsoft to see their inputs on this.

  • How to set country field automatically when creating new customer??

    Hi Gurus,
    when customer number is entered in account identification, if there is no matching account, a new one is created. While creating , in the screen there is an country field and I want to set this field to a fixed value of our country. How can I do this??

    Hi everybody,
    I got a simple question. Can I use BADI: BADI_CRM_BP_UIU_DEFAULTS of Enhancement Spot CRM_UIU_BP_ENHANCEMENT
    to make the country 'US' as a default value for component: ICCMP_BP_DETAIL  (NOT: BP_HEAD)?
    Component ICCMP_BP_DETAIL is Interaction Center.
    If not which Badi or way I can use to make country 'US' as default value?
    Best Regards
    Oliver
    Edited by: Oliver Schultze on Dec 9, 2010 4:33 PM

  • Custom field to format phone number?

    Is it possible to create a custom field for a list item to format a phone number (e.g. take 555-555-5555 and format it to (555) 555-5555)?  Does anyone have any examples?

    Hi,
    If you want to format the phone number to (555)555-5555, you can create a calculated column base on the phone number column and set its formula as” ="("&REPLACE([phone number],4,1,")")” .
    For more information about formula, please refer to: http://office.microsoft.com/en-us/sharepointtechnology/CH100650061033.aspx
    Hope it can help you.
    Xue-Mei Chang

  • Phone number not registered in iMessage

    Getting the message "this number is not registered on imessage" on my macbook pro. When I'm on my iPhone 5 text are going thru as regular text (Green). How do I fix this?

    Read this:
    http://support.apple.com/kb/HT5538

  • Yahoo mail keeps locking up and going back to sign in page; that, COMBIGNED with returning to a continue to change password and add mandatory mobile phone number.

    Maybe a bug? Time consuming process to find topic and support page to ask about this, and I know somewhere ive seen a link to report a bug but didn't find it on a web search and not sure if it's a bug or just a new nusence.

    IIPad mini having difficulties with browser loaded yahoo.

  • Add country code to phone number automatically

    Does iCloud Contacts have the ability to add the country code automatically in front of phone numbers:
    e.g. if a phone number is stored as (212)555-3270; does iCloud have a batch update option where it can convert the number to +1(212)555-3270; The user may allow this automatically OR ask to be prompted.

    Is there a way for me to automatically add the country
    code before the phone number for all the contacts
    that do not have it?
    First, you must have stored somewhere what country each phone number is for. Without this, no automatic method will work.
    The obvious place is in the "country" field of each Address Book entry, but keep in mind that you can have multiple addresses & multiple phone numbers for each contact, & it is possible one contact could have addresses and/or phone numbers in more than one country. This makes the problem much more difficult, particularly if there are different labels for different ones of each. (IOW, you could have an "office," a "direct," a "mobile," & a "home" phone, & a "work," a "home" & maybe even a "cabin" or "2nd home" address, not necessarily all in the same country or with an obvious address/phone relationship.)
    You also would need to test each phone number to make sure it did not already have a country code entered (to avoid double codes), & some way to mark or otherwise handle entries without a country entry in any address field, with uncertain address/phone relationships, etc.
    It is possible to do all this with Applescript, but frankly, even if you already knew a fair amount about scripting, it would probably take you longer to write, debug, & verify the results of applying the script than it would to go through 300 entries by hand, particularly if you use the search box or smart groups to go through the contacts one country at a time.
    However, no matter what you try, you can guard against data loss by backing up the Address Book before you start (File -> Backup Address Book) & restoring from the backup if something goes wrong.

  • How can I iMessage an Irish phone number (iPhone user) from an iPod touch if I only have their phone number?

    Hi there! I would like to iMessage a friend's iPhone from my iPod. I only have their phone number, which is an Irish phone number, though my Apple ID is registered in Canada. I have been unable to find the correct number format i.e. country code, area code, phone number etc.in order for the message to work. I do not have the person's Apple ID. Any info you may have would be greatly appreciated!! Many thanks.

    Thanks so much for the reply! I would do that but they do not have my email address and therefore cannot contact me. As I don't have a cell phone at the moment I guess I may have to revert back to using a pay phone! If I can find one...thanks again!

  • HT5622 Why is it that everytime I imessage someone my email comes up instead of my phone number?

    I have try putting my phone number as apple ID but i cant or dont know how i dont want my email to come up i want my phone number to show up when ever i imessage someone

    The cell phone number is registered along with the Apple ID email address when activating iMessage on an iPhone.
    Settings > Messages > Send and Receive > Start New Conversations From > select your phone number.

  • Need to Make end customer field mandatory in sales order form.

    I need to make end customer field mandatory when sales channel entered as some value...
    for this i have used when validate record on order form
    when i enter a value in sales channel as desired value the form is getting saved automatically and the field is getting mandatory
    but my requirement is to make field mandatory and then to save the order.
    let me know the sequence how it works if any one knows.

    Sanni,
    >
    when i enter a value in sales channel as desired value the form is <b>getting saved automatically</b> and (then) the <b>field is getting mandatory</b>
    but my requirement is to make field mandatory and then to save the order.
    >
    Which trigger are you using to do the "getting saved automatically'?
    Does this trigger fire before the trigger that is making the field mandatory?
    Regards,
    PS: Is this an Oracle EBS query? If yes, this is the wrong forum
    Edited by: Prabodh on Jun 14, 2012 4:48 PM

  • How to make table cells mandatory when visible

    I have a form with two hidden subforms. Each subform contains a table with fields that need to be mandatory when visible.
    The subforms are hidden or revealed based on a selection from a drop-down list.
    I found the below script which works great for making a text field mandatory when visible, but, how do you apply this to cells in a table?
    I can't figure it out.
    if ("RMC-Fort Lupton-FIRE-DOT" == xfa.event.newText)
        Table.FL.presence = "visible";
        Table.FL.TextField1.mandatory ="error";
    else
        Table.FL.presence = "hidden";
        Table.FL.TextField1.mandatory ="disabled";
    if ("RMC-Ault-FIRE-DOT" == xfa.event.newText)
        Table.ALT.presence = "visible";
        Table.ALT.TextField2.mandatory ="error";
    else
        Table.ALT.presence = "hidden";
        Table.ALT.TextField2.mandatory ="disabled";
    Thanks in advance!

    Hi Bibhu,
    Thanks for responding.
    Here is the table structure. Rows 1 through 25 are all the same. Each row has two cells with Radio Buttons named "AsFound" and "AsLeft." Both need to be mandatory when visible. If you need more information, let me know.
    Thanks!
    Kurt

  • IMessage and 10.8.2 Phone Number

    Hello,
        This morning I installed the new update for OSX ( 10.8.2 ) for my iMac and now iMessages is not recognizing my iPhone number? I have checked my Apple ID info to be sure my phone number is registered. The only messages that show up now in iMessages are the messages I have sent and received via email.
         Does any one have any suggestions, or a similar problem?
        Just to clarify I am referring to the iMessages app on my iMac, the iMessage app on my iPhone is working fine.
        Thank You
        John

    Hi,
    As Sig says both apps are called Messages.
    iMessages is just something both of them can do.
    On the Mac it is in the Messages app as a separate account
    It needs you to register an Apple ID.
    It pulls no details about that Apple ID (other than using the password).
    It does not have to be the iCloud one that you might be syncing the Contacts app list to the iPhone with.
    It does not have to be the iTunes one (if that is separate from your iCloud one).
    In OS X 10.8 and OS X 10.8.1 Messages was at version 7 (.0)
    This did not Sync  iMessages send to the iPhone Number
    It only did so with iMessages sent to the Apple ID which were then synced across all the devices using the Apple ID that was registered.
    At OS x 10.8.2 Messages gets update to Version 7.0.1 and iOS 6 on the phone at the same time allows the iMessages going to the iPhone Number to also be synced to the Messages app on the Mac (and iPads and Touches).
    It also allows Send and Receive on the Messages app on the Mac.
    I would start with the iPhone
    Settings > Messages > Send and Receive.  Is the iPhone Number ticked ?
    If it is Not then remove the Apple ID.
    Turn Messages Off (Or put the phone in Airplane Mode)
    After a few minutes re-add the Apple ID
    Restart Messages on the Mac.
    You should now get an Alert Style messages saying the iPhone is now Using the Apple ID and the iPhone Number with an Accept option button
    Click this and the iPhone Number will get listed and ticked as a Receive "Alias" and get added to the Send drop down at the bottom.  (In Messages > Preferences > Accounts > iMessages Account).
    9:18 PM      Saturday; February 23, 2013
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Mountain Lion 10.8.2)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • After downloading viber application , I was asked to enter my phone number without the country code, when I enter my phone number and pressed continue, I get this error "check setting notification" I checked it and it is on,how to get my viber code ?

    After downloading viber application , I was asked to enter my phone number without the country code, when I enter my phone number and pressed continue, I get this error "viber can't access push notifications. Check settings > notifications. Check internet connection and try to register again. see viber.com/notifications for more info. I have checked the notifications and it is on also I have checked the internet connection and it is active, so what shall i do now to get my viber code?

    Contact Viber customer/technical support.

Maybe you are looking for

  • Unable to open Mail Preferences, can't remove/add accounts.

    Sorry I posted this under Tiger discussions as well, but it wasn't my intention. I am running Leopard now: - I upgraded to Leopard today. My mail application that I have been using all along has been Entourage, but decided to switch to Mail. - Setup

  • Multiple Audio outs for DJing?

    Okay, potentially stupid question. I've got a MBP, and on a lark I bought the new M-Audio MixLab DJ bundle. So, you need to have the ability to have headphones connected for cueing, and then speakers connected for your live mix. Well, there's only on

  • Acrobat 9 Pro upgrade installation on new PC

    Hi, I've installed Acrobat 9 Pro on my new PC using the serial number I received when I bought it in 2010. However, as part of the installation process, I'm now being asked for the serial number for the original product that this one was an upgrade f

  • Vendor for the Material

    Dear Experts, I have requirement to develop a report to show the negative stock of a materail and the Vendor who have recently supplied that material. Please let me know from which table I can get the material and respective vendor with the date fiel

  • *ACTUAL* event handling mechanism in java

    Hi there! Could someone please help me find resources that explain how EXACTLY the event handling mechanism works in java? My searches on google and java.sun take me to pages that explain how to code or something close to that. But what I actually wa