Link on Field Website in Accounts

Hello all,
in PCUI many links are available which crosslink Accounts, Activities, Opportunities and so on. But the field Website in Application Accounts is a simple Textfield. Is there a possibility to make Links in this field available?
Thanks for your help.
Best regards,
Daniel

Dear Daniel,
This functionality is only available in case of field type "TEXT FIELD"
Due to that fact, that the mentioned fields Website and Emailadress
are "input fields", the desired functionality is not possible.
Please consider also note 616827, where this is mentioned.
Please try to add fields of type Text field to display already entered
links and define the url type accordingly.
Please also keep in mind following information of the PCUI Cookbook,
page 59:
"It is possible to write a URL as a link in a text field or to add a
hyperlink to a text field. If the URL, for example http://www.sap.com,
should be displayed directly in a text field, only the type of the URL
has to be specified (URL_KIND). It is possible to display http, https or
mailto links. If the link doesn`t start with "http", "https" or "mailto"
the framework automatically adds "http" or "mailto" corresponding to the
URL type. However it is also possible to fill the text field with a
description which points to the URL. Then the field of the screen
structure, which contains the URL, has to be specified at FIELD  CRM
OBJECT ID. The framework doesn't check, if the URL is correctly
working!"
Best regards
Sigrid

Similar Messages

  • HT2500 Hi, I have a problem with my mac mail account. Its linked with my website and i've just transferred my domain and host plan to 123-reg.co.uk Now for some reason emails disappear from my inbox! Emails come in and then my inbox is empty.. Help!

    Hi, I have a problem with my mac mail account. Its linked with my website and i've just transferred my domain and host plan to 123-reg.co.uk Now for some reason emails disappear from my inbox! Emails come in and then my inbox is empty.. Help!

    Lord K.  Thank you. Yes I am within the 90 time period, however I travel Intertionally and I can not receive not make a call to Apple. I was just at the Genius Bar in Chicago and they said, don't worry about it.  It just floats out there, however, I can not recover my messages on a flash drive. I need to go back to my old computer which I don't have with me.  My messages were in folders for a lawsuit.  It is going to take an incredible amount of work for me to, you have no Idea.  We are talking thousands of pages!  I the defendent will have them during discovery so I am not so worried.  However, I can not bring them to him on a Flashdrive when I meet with him without an extraordinary amount of presssure on my part.  THis is not just some little email issue. This is suing EXPEDIA and Tripadviosr.com

  • Linking my public website with google +

    Hi,
    I have a public facing website () and I would like to link it to my Google+ account. when i enter the link on G+ it asks me too add this bit of code to my homepage. I add it in a HTML module, and save the site so it's live. 
    then I test the website, but G+ can't see it! Any suggestions on how to overcome this. Once the sites linked, google should bump up the website in it's search field. 
    Thanks,
    Charlie.

    This is something you'll want to find a Google+ forum to ask in. This forum is specifically for SharePoint.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Link between Material Document number & Accounting document number

    Hi All,
    For material document there is a corresponding accounting document number generated.However this is not the rule in all cases.
    Where is the link between the two(Material Document & Accounting Document) ?
    In other words i want to list those material documents only, for which accounting documents are generated.
    Regards
    Piyush Kothari

    STEP 1
    SAP query way to extract your information.
    Create an infoset SQ02 with a single table MKPF. (include key fields in the field group)
    Step 2
    From Extras
    Create an additional field called zawkey (like bkpf-belnr) which will concatenate the MM document number MKPF-MBLNR and MKPF_MJAHR. The sequencing shall be number 1.
    You may use this code below and paste also (this needs authorization as well)
    data: zzawkey like bkpf-awkey.
    clear: zawkey, zzawkey.
    concatenate mkpf-mblnr mkpf-mjahr into zzawkey.
    zawkey = zzawkey.
    Add another field called ACCDOCNO (accounting documnet number) with sequencing number 2 with following code.
    data: zaccdocno like bkpf-belnr..
    clear: zaccdocno, accdocno.
    select belnr from bkpf into zaccdocno where
      bukrs = ccode and
      GJAHR = MKPF-MJAHR and
      awkey = zawkey.
    endselect.
    accdocno = zaccdocno.
    Step 3
    Include the additional fields  into the field group.
    Step 4
    Click on the selection tab and create a parameter called ccode with a description Company Code and  against
    LIKE    BKPF-BUKRS 
    Extras  OBLIGATORY 
    Step 5
    Click on the selection tab and create a seelction criteria pdate with a description Posting Date for the field MKPF-BUDAT
    Extras  OBLIGATORY 
    Step 6
    Save, Generate and assign the infoset to a user group.
    Step 6
    Create a SQ01 query under the usergroup with all the fields in the infoset. and Execute. Enter a company code and one date of a working day where you expect material transactions.
    The result will be all the material documents and their corresponding accounting documents, if available. If you want to see only those material document that do not have corrsponding accounting documnet, then while you are in the selection screen say accounting document number is not equal to blank.

  • Adding new field in SC Account Assignment Screen (only for information)

    Hi guys,
    we have a requirement, to <b>show</b> additional fields within the account assignment screen. The contents should only be displayed as information for the user. It is not necessary, respectively not wanted to save this data within SRM or the Backend-System.
    2 questions:
    a) Is it necessary to expand the item-structure of the SC (INCL_EEW_PD_ITEM_CSF_SC) AND to expand the accounting structure (INCL_EEW_PD_ACC_CSF) for this fields?
    b) Is it sufficient, that the INCL_EEW*-structures of the PO-/billing-document etc. are <b>NOT</b> expanded with the additional fields to avoid the saving? In OSS-Note 458591 it is mentioned, that it is necessary to expand the CI-COBL-structure within the Backend-System.
    Thanks in advance with best regards.
    Bernd
    ps. We are using SRM 4.0.

    Hi
    <b>We have done this several times, in our past previous SRM implemenatations.</b>
    a) Yes. You need to expand the item structure at the Shopping cart level to display your Custom fields in the We bapage. As Per OSS Note - 672960, you can see the details. For display purpose, at least these custom fields must be created in the standard include structures [e.g., INCL_EEW_PD_ACC_CSF, etc ].
    b) Yes, no need to expand any other SAP Include structure, incase you don't want the field contents to be saved in backend system (incase of Purchase Order / Purchase Req).
    <u>Please see the follwoing links, which deal with the similar requirements, you have asked for in detail with code and other relevant details -></u>
    Re: Item Field Appearing In Account Assignment Field
    Re: Control Busniess Area Field in Account Assignment..
    Re: Add new account assignment field
    Re: Account assignment category not passed into Target Objects Badi
    Re: Add customer fields in Shopping cart and purchase order
    Re: Hiding CUF fields in SC Basic data
    displaying custom fields on shopping cart
    Custom Fields in Cost Assignment Tab
    How to add the custom field in SRM EBP shopping cart?
    Add customer fields in Shopping cart and purchase order
    Hope this will definitely help. Do let me know, incase you face any issues.
    Regards
    - Atul

  • Error Linking primary Purchase and Sales Account has not been completed

    Hi Everyone,
    I am maintaing GL account by Item Group and and also made an item group and the item.
    Now when trying to post GRN / AP Invoice / Delivery / AR invoice and an error is coming as Linking primary Purchase in GRN / AP Invoice time and Linking primary Sales Account has not been completed in Delivery / AR invoice.
    Please tell me what is gone wrong
    Regards,
    Kawish

    Dear Suda,
    Thanks fr a quick response. Infact I have given accounts in GL determination but I am not able to understand which account is missing. Can you please help me in this GL determination by letting  me know such errors come when if the field or gl account is not defined.
    Please note that I have given in the item groups all the accounts which you have said.
    Waiting for an early response from your side.
    Thanks and Regards
    Kawish

  • How to link custom object 05 to accounts

    Hi,
    I used custom object 05 to create the "Forecast" object. In order to create the desired reports I need to link the cusom object to Accounts. I already found out that there is Read-Only Picklist available that searches in the Accounts and I use that I get the desired result. But unfortunatly, the users have manually select an account everytime they enter a forecast. Is there was to automaticcaly fill in this field to create the relationship between account and forecast? I tried entering a default value in the "Account" filed but it seems to be an standard field and the option is greyed out.
    The forecast is created under opportunity, so I can get the "Opportunity: Account" field filled in automaticcaly but that does not result in a relationship between account and the forecast.
    Any advice?
    Kind Regards
    p.s. I included a screenshot they might clarify my problem a little bit more: http://i.imgur.com/Drh7P.jpg
    Edited by: HelpNeeded on 21-Jun-2011 03:02

    Hi,
    JoinfieldValue will not work for Custom Object 4-15. You will have to use web services to achieve your requirement.
    Thanks & Regards
    Sablok

  • After recent upgrades Firefox prevents links in several websites from working whilst there is no such problem with other browsers - help please.

    Since a recent upgrade of Firefox links in several websites no longer work. They used to be fine and I loved Firefox. The problems do not exist with other browsers e.g. Internet Explorer, Google Chrome. More specifically, on talktalk.co.uk the links to news items do not work, nor do those to "My Account." On Barclays.co.uk the link to print my statement doesn't work - similarly on MBNA.com
    There are several suggested solutions around the internet but all are complex, none so far have worked and I don't see why I should need to carry out the suggested tweaks. Firefox used to be great - now it isn't. The problem seems to be with the upgrade. Please help me to get my Firefox to where it should be.

    Thank you but please don't waste any more time on this. I have done as I said I would - removed and re- installed Firefox, cleared all cookies and caches (CCleaner) - still doesn't work. As I said at the start, the problem is not confined to Talktalk - it applies to several other sites and links. The problem does not occur with Internet Explorer nor with Google Chrome so I am now using those.

  • Is there a way to create a button that links to a website?

    Is there a way to create a button that links to a website?
    I was reading up that it's possible to this with menus, and tracks but can you do it with a button and how?
    I am hoping to create a button that people viewing my discs on a computer can click on the link and their web browser will pop up and take them to a website.
    Any help is appreciated.
    Thanks.
    -Fraky

    dvd@ccess questions are being asked once a week on this forum, so I'll repeat why it's useless:
    - Mac users have to enable the feature in the preferences of DVD Player in order to for the links to work.
    - PC users have to install a small application on their PC, and they have to reboot the PC in order for the links to work.
    - On top of this, it's still unreliable, and may not work on some computers.
    It's a dog: Don't use it.

  • How to find the number of links in a website

    hi every body
    can any one clear my doubt
    my doubt is that
    in a website how to find the number of links the hole website contains
    is there any navigation tool to find that
    plz help me yar
    i am waiting for the reply

    If you're talking about commercial sites (sites you don't have the source code for) I'm not sure.
    If you want to count the links in site that you have the source code for, it should be relatively easy to write a Java application to do it. All you really need to do is have a list of the files you want to count links in, read each file line by line and check for the existance of the <a> tag in each line. Anywhere their is an <a> tag there is a link.
    Hope this helps.

  • Linking to a website and launching default web browser

    I'm nearly finished with my most ambitious game ever. I would like to link to my website where I have several of my other games. I want the button to launch the users default web browser and automatically go to my website. Any help will be greatly appreciated!
    Jeff
    P.S. If you'd like to check out some of my Director work, my website is www.sokovideo.com

    Thanks a lot!
    I used...
    on mouseUp
       goToNetPage "www.website.com", "_new"
    end
    Jeff

  • Linking to a website does not work

    I am new to captivate and am having a problem. On one of my slides, I have a link to a website. I placed a click box over the text and set the action to Open URL or file and specified the URL to open in a new window.
    When I publish the project, the link works when I am in the published PDF file but it does not work when I am in the published SWF or HTM file. Can someone give me some advice on what I may be doing wrong? IF this has been addresssed elsewhere, I am sorry for the duplication. I have searched and could not find anything.
    Thanks in advance.

    Hi there
    "Whitelisting" is a process that is used to identify something as being a "safe" or "trusted" source. I believe what is meant in this context is that you need to add the location to the trusted locations list in the Flash Player as described in the link below:
    Click here to view
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to link Interactive fields in acrobat 9Pro

    Hi Im new in this and I would like to now how to link interactive fields in acrobat.
    lets say that I have 10 files (File1, File2, File3 etc......) and each file have the same  COMBO BOX that display 5 options (option 1. option 2, option 3, option 4 and option 5), all 10 files have the same combo box with the same options, but i want to DELETE option 3 from each file.
    So, how can I do it, beacuse right now I have to do it manually each file at the time, and in real I dont have 10 files I have 500.
    Please I would appreciate any help.
    Thanks.

    I am not so sure yet but in the PLD properties window on general tab of SBO 2005A there is field name link to. its description is :
    Creates a link between several fields, to determine if the system collectively displays or hides them. If a field is blank or hidden, its linked fields are not printed either.
    To create the link, choose the Unique ID of the field to which you want to link the selected field.
    If the field Total Liable in the document is set to zero there is no need to print the Tax, Discount, and Total fields. It is possible to link these fields to the field Total Liable by selecting its unique ID in the field Link to, found in each one of their Properties windows. This will then hide the fields when Total Liable is zero.
    If a linked field is not yet calculated, the field is ignored.
    Another example:
    Steps for Version 2005A:
    Link every existing field in the Repetitive Area
           to itself (thisinlcudes hidden fields as well!)
    add the following fields to the Repetitive Area
    Field_1:
    General Tab
    untick visible
    Left = 0 / Width = 0 / Top = 0 / Height = 0
    Content/Variable Tab
    Variable No.: 157
    Field_2:
    General Tab
    untick visible
    Left = 0 / Width = 0 / Top = 0 / Height = 0
    Content Tab
    Source Type: Formula
    Field_1 ==' '
    Increasethe Height of the Repetitive Area to allow placing the following field vertically below the exisiting fields of the Repetitive Area - tick Height Adjustment for the Area!
    Field_3:
    General Tab
    Link to: Field_2
    Left = / Width = / Top = / Height =
    => place vertically below the top row in the Repetitive Area
    Format Tab
    Line Break: Divide into Rows
    tick Field Height Adjustment
    Content Tab
    Source Type: Database
    Table: AR Invoice - Rows
    Column: Text
    Maybe it is what your are looking for.
    BTw, Do not you have the custom PLD pdf file ? You could download it in the documentaiton resource center or requesting it to SAP partner.
    Rgds,

  • How to link Interactive fields in Acorbat 9Pro?

    Hi Im new in this and I would like to now how to link interactive fields in acrobat.
    lets say that I have 10 files (File1, File2, File3 etc......) and each file have the same  COMBO BOX that display 5 options (option 1. option 2, option 3, option 4 and option 5), all 10 files have the same combo box with the same options, but i want to DELETE option 3 from each file.
    So, how can I do it, beacuse right now I have to do it manually each file at the time, and in real I dont have 10 files I have 500.
    Please I would appreciate any help.
    Thanks.

    I am not so sure yet but in the PLD properties window on general tab of SBO 2005A there is field name link to. its description is :
    Creates a link between several fields, to determine if the system collectively displays or hides them. If a field is blank or hidden, its linked fields are not printed either.
    To create the link, choose the Unique ID of the field to which you want to link the selected field.
    If the field Total Liable in the document is set to zero there is no need to print the Tax, Discount, and Total fields. It is possible to link these fields to the field Total Liable by selecting its unique ID in the field Link to, found in each one of their Properties windows. This will then hide the fields when Total Liable is zero.
    If a linked field is not yet calculated, the field is ignored.
    Another example:
    Steps for Version 2005A:
    Link every existing field in the Repetitive Area
           to itself (thisinlcudes hidden fields as well!)
    add the following fields to the Repetitive Area
    Field_1:
    General Tab
    untick visible
    Left = 0 / Width = 0 / Top = 0 / Height = 0
    Content/Variable Tab
    Variable No.: 157
    Field_2:
    General Tab
    untick visible
    Left = 0 / Width = 0 / Top = 0 / Height = 0
    Content Tab
    Source Type: Formula
    Field_1 ==' '
    Increasethe Height of the Repetitive Area to allow placing the following field vertically below the exisiting fields of the Repetitive Area - tick Height Adjustment for the Area!
    Field_3:
    General Tab
    Link to: Field_2
    Left = / Width = / Top = / Height =
    => place vertically below the top row in the Repetitive Area
    Format Tab
    Line Break: Divide into Rows
    tick Field Height Adjustment
    Content Tab
    Source Type: Database
    Table: AR Invoice - Rows
    Column: Text
    Maybe it is what your are looking for.
    BTw, Do not you have the custom PLD pdf file ? You could download it in the documentaiton resource center or requesting it to SAP partner.
    Rgds,

  • Email or contact box is no longer opening when I click on a link within any website

    whenever I click on any link withing any website that should and always had either opened an email, contact us section withing that website, or my default email, nothing happens. example, going to a website that has a link for contact us, I click on the obvious link and nothing happens. This is not just happening within one website, but every site that I go to. Absolutely nothing happens when I click on links that are obvious links that should direct you to either another area or open an email within every website I go to. This started happening about 6 weeks ago, now in the last week, my firefox keeps crashing for no reason. I use a mac OS X 10.4.11.. I have made no changes to my system, have not downloaded any new programs, and everything else is working fine with my mac.

    Further to jscher2000's suggestion yesterday: I think I misunderstood the suggestion, which I didn't find very clear. I've now discovered that if I send a Firefox open window (with one or more open tabs) to hide in the dock first, then clicking on a link twice (once to bring the mail program to the front and again to open the link), this will cause the hidden tab/s to come out of hiding AND a new tab for the link will open. Cumbersome, and I still maintain there is a bug in version 32, but this workaround is at least quicker than copying and pasting the link.
    Thanks to cor-el and jscher2000 for your responses.

Maybe you are looking for

  • Does not open http or https pages but youtube opens?

    My any browser is not able to open http or https pages but opens youtube or any other vedio site. Only Internet Explorer on my pc opens google and none other browsers ( Opera and Mozilla Aurora ) do so. I'm having this problem from a very long time,

  • HT5625 I forgot my security qustion and i don't have a secure email and i live in iran

    I forgot may security question answer and i do not Have a secure email address and I live in Iran so I Can not contact with your support team. Could you help me by email or online?

  • Video cards and graphics

    hi i newley bought my hp laptop but i found that pes2013 not detecting my nvidia geforce 840m graphics card i went to screen resoluton>advanced settings i found thattotal available graphics memory : 3839mbdedicated video memory : 0 mbsystem video mem

  • WMV Import/Export Issues (Odd Resulting Video)

    Hello all, I've been plagued with a problem that has had me scratching my head for days now. My scenario is I need to create a number of short slideshows. I've been using PhotoStory 3 to create the basic slideshow, then importing the video from PS to

  • Server Execution Failed

    Everytime I open control panel, screen res, personilzation, windows media player, explorer, I get server execution failed explorer.exe I do not want to reset my computer. I am running Windows 8.1 64 bit.