How to create a weblink to Contact name ?

Hi experts ,
How to create a weblink to contact name in report, so that when in i click the Link it show the Contact Detail page.
We want to do in Data Format in with Custom Text Format .
please Say how to edit this
@[html]"{a href=""@H""}"@"{/a}"
{=<
}=>
Thanks in advance
Edited by: Uthaya on Feb 8, 2011 3:25 AM
Edited by: Uthaya on Feb 8, 2011 3:37 AM

Hi,
I am not sure whether you have something specific in mind by using weblink or do you just want a clickable Contact Name in the report.
If you just need a report with contact names (and whatever other fields and filters you may want) and when clicked on they take you to the actual record then you can use Action Links
In your report Add the FullName/Contact Name column and to its immediate right add the Contact ID column (you can make it hidden on the display but it is needed for the action links)
1. Click on properties for the Contact name column
2. On the style tab Click on Custom  CSS Style Options (HTML Only) & mark the Use Custrom CSS Class checkbox and type in ActionLink
3. Go the data format tab and override with Custom Text Format and type/paste in
@[html]"<span onClick=\"javascript:LinkOccam (this, 'contact');\">"@"</span>"
The contact names should be clickable and should take you to the actual record when clicked on
Hoep it helps
-Gaurav
Edited by: Gaurav Shah on Feb 8, 2011 12:18 PM

Similar Messages

  • How to create a group of contact from a multi-selection of mails in a mailbox to answer to all senders?

    How to create a group of contact from a multi-selection of mails in a mailbox to answer to all senders?

    Use Mail Scripts. Its Add Addresses function will collect all the addresses from all selected messages and allow you to select the ones you want to add and allow you to create groups as you go.

  • How to create a new User / Contact using APIs

    I am not able to figure out how to create a new User / Contact in WLPS using APIs
    . Is there a factory class ?
    Thanks,
    AJ

    Hi Bala,
    Try using these function modules
    SUSR_BAPI_USER_CREATE
    BAPI_USER_CREATE
    BAPI_USER_CREATE1
    BAPI_USER_INTERNET_CREATE ( This internally calls BAPI_USER_CREATE1)
    Please read the FM documentation for more information.

  • How to create a group in contacts

    How can i create a group in contacts on ipad1
    How to a link a contact to a group

    You have to use a 3rd party app to do this.  Several are available, including ABContacts and Speed Names.  For texting, these don't support iMessage but you can always start a group message to a set of contacts on your phone and then save to conversation to send a future message to the same list of contacts.

  • How to create two employees with same name as supplier record?

    Dear all,
    We need to create a supplier record for an employee so that we can issue invoice for pretty cash payment. If there are 2 employees with same name, how can we create supplier records for these 2 employees? The system does not allow duplicate supplier name.
    Please advise.
    Regards,
    HY

    Hello,
    In R12 it is possible to create 2 employee with same name but different employee number.
    And also possible to create these 2 employees as suppliers in Payables.
    HTH,
    Vik

  • How to create a dll with strong name

    Hi All,
    For some security purpose, I need to create a dll with strong name by packaging the bean. I am able to create a dll from the bean but how do I create a strong name(sign) dll? I tried using jarsigner utility to sign the jar and then convert it into dll using packager utility but still the resulting dll is not signed. Please anyone let me know how can generate a signed dll by packaging my bean. Any suggestion/help is most welcome. Thanks in advance.

    Good information on strong names:
    http://www.ondotnet.com/pub/a/dotnet/2003/04/28/strongnaming.html
    Step-by-step procedure:
    1. Download Signer from Codeplex. No installation is necessary.
    2. Backup your unsigned assemblies
    3. Open the Visual Studio Command prompt or otherwise make sure that your PATH includes the .NET SDK binaries, and change to the directory where your assemblies are located
    4. In a command window, execute:
    PATH_TO_SIGNER.EXE\signer -k FILENAME OF YOUR KEY -outdir TARGET DIR -a YOUR DLL
    5. The resulting assemblies should now have a valid strong name from your company key. You can check this with:
    sn -T YOUR DLL
    The public key token must match the token of your public key.
    BTW - this is totally unrelated to Java Programming.

  • How to create logical directories with same name on two databases

    Hi,
    OS: Windows
    Oracle Version : 10g
    I have to databases in one oracle home. I have created some logical directories in one database. When I am trying to create logical directories with same name in another database, it is overwriting the first database directory paths with the second one
    Can't we create directories with same name but different path in two databases on one machine?
    Pls suggest me on this
    Regards,
    Vijay

    I am trying to create logical directory using CREATE
    DIRECTORY statement. I am very much aware that the
    create directory statement doesn't create directory
    on OS. But we can attach the physical directory on OS
    to logical directory in oracle
    My requirement is to create logical directories in
    oracle mapping the OS directories. Both the
    databases, wil have same logical directory names but
    different OS directory mappingsIf I understand you correctly, you can do this:
    On DB 1
    CREATE OR REPLACE DIRECTORY same_dir_name as 'C:\myoracle\mydir1';
    On DB 2
    CREATE OR REPLACE DIRECTORY same_dir_name as 'D:\myoracle\mydir2';
    What stops you from doing that ?
    Note: If what you have is one database but different connections, then you are connecting to one database. The above second statement will drop and replace with the first one

  • How to create device IDs with same name

    i am using SE 3310 and its creating different device ids for each node sharing it . since I will be building a RAC enviornment I need these IDs/name to be same .
    for example  on one node the lun id is /dev/rdsk/c3t0d0s6  but the same lun id on node 2 is /dev/rdsk/c2t0d0s6.
    In past with an old storage array I fixed this issue by creating links  in /dev/rdsk for  c3t0d0s6 --->  c2t0d0s6.
    my question is : is there a way in SE3310 that device ids get created with same name or do i still have to rely on creating these soft links ?
    thanks
    Note: since i need the answer to this quickly i will wait a while and then post this question in other forums and i will update the question here with the answer .

    This could be a Solaris (I presumed) O.S. question rather than SE3310 or storage question.  
    The logical device (/dev/[r]dsk/*) is the work of the O.S. when it first configures the device,  in this case the LUN from your SE3310.   I can go in depth on how the cX number happens (due to device probe order, driver differences, history of device discovery due to need of persistent device naming, etc...) but ... it's a really long story and is really quite irrelevant and most people should not be interested...
    If you have COMPLETELY identical servers, i.e. identical hardware down to specific HBA in specific slot are the same,   and if you make sure that luns are presented to all servers exactly the same way, same order, and any changes are seen by all servers in the same sequence,  in theory,  all /dev/rdsk/* devices will be consistent across servers.
    But that's still rather irrelevant.    Application that is designed to work in a redundant environment should not be dependent on logical devices like /dev/rdsk being the same.
    So ... in effect this is also not a question for the Solaris forum,  but rather a question for those familiar with RAC,  how to configure such that device access is done "safely" through actually identifying the lun rather than assuming /dev/rdsk are consistent.

  • How to create a sequence based on name, country, city, year, month, number

    Hello,
    I am using Application Express 4.2.1.00.08
    I am new to apex and i need some help in creating a sequence.
    I am creating an application where i profile people and i need to create an auto sequence that when the person is added to the database he will have his own sequence based on his name, country, city, year he was added, month he was added and his number.
    This is a bit tricky because each person will have a different name, country city etc.
    How can this be done ?

    Hello,
    I have to create a sequence so that when for example an employee is added using a form his ID will be saved based on his name, country, city, year he was created, month he was created and his number.
    However, each employee is diff, so when you add another employee to the form his ID will be different, different name, country, city etc..
    This has to be automatically generated.. is this possible?

  • How to Create a Hierarchy in Contacts

    Hi
    I had a requirement that in Contacts I should create on filed name "Reports To' and this functionality should work similar to the 'Reports To' field in Users, so I can select the particular cotact as my reportee.
    I Created a filed Report To but unable to link or get the contacts in the field, anybody help me out in this.
    Based on this i have to create a report showing the hierarchy of contacts reporting structure.
    Regards
    Bhas

    Thanks Venky,
    As all contacts or not users i think it will not work, because when we create a contact and with in the contact we have to choose the reporting contact with his job title.
    Regards
    Bhas

  • How to create object by getting class name as input

    hi
    i need to create object for the existing classes by getting class name as input from the user at run time.
    how can i do it.
    for exapmle ExpnEvaluation is a class, i will get this class name as input and store it in a string
    String classname = "ExpnEvaluation";
    now how can i create object for the class ExpnEvaluation by using the string classname in which the class name is storted
    Thanks in advance

    i think we have to cast it, can u help me how to cast
    the obj to the classname that i get as inputThat's exactly the point why you shouldn't be doing this. You can't have a dynamic cast at compile time already. It doesn't make sense. Which is also the reason why class.forName().newInstance() is a very nice but also often very useless tool, unless the classes loaded all share a mutual interface.

  • How to create integration event when Contact's address changed?

    I want to create an integration event and send contact's address to an external system whenever a Contact record type is modified. The problem is contact's address is not on the track changes list so I can't select it. I talked to Customer Care and they said you can't do this currently.
    This is important to me since we want to send updated address info whenever it's changed. I'm able to send updated contact email and phones info since they are available on the track changes list.
    Does anyone know how to get around this limitation regarding contact address?
    Thanks

    Hi, dirty, but yes...
    workaround: just configure for every change on contact(use modified date in your integration event config as the only audit field) and check in the workflow condition if the person address has changed...there you go.
    Best Regards
    SL

  • How to creat odjects with dynamivc class name

    hi i have a problem with class names. i have in my program one father class and a lot of extend classes in the father class. one of this classes is a test class. I want to create an object and the object class must be given dynamic from the keyboard and to be one of the extended classes. how i can do that

    It is possible to create an object of a class whose name is known at runtime (as above, the Class.forName() thing) but it's messy and complete overkill for what you are trying to do.
    These days when I have to distinguish a limited number of words (e.g. car, van,..) I use an enum. You can use MyEnum.valueOf(String name) to find the enum value from an input string, catch IllegalArgumentException to deal with an unmatched input.
    Try something like:
    public enum VehicleType {
        car { public Father create() { return new Car(); }},
        plane { public Father create() { return new Plane();} }.
          .. etc.
      public abstract Father create();
    try {
        Father vehicle = VehicleType.valueOf(vehicleTypeName.toLowerCase()).create();
      } catch(IllegalArgumentException ex) {
         System.out.println("Unknown type " + vehicleTypeName);
    }

  • How do I print a Thunderbird contact name and address on an postal envelope?

    I want to select a Thunderbird contact and print the name and address directly on to a postal envelope for mailing.
    I do not want to print a list of contacts or fiddle around with single labels. Yes, I can handwrite the details on the envelope but it is not ideal. I have tried LibreOffice>Writer>Envelope but it results in all contacts being included in the output document. Ditto for mail merge. I am running:
    Lubuntu 14.04.2 LTS
    LibreOffice Version: 4.2.7.2 Build ID: 420m0(Build:2)
    Thunderbird 31.5.0
    This should be such an obvious and simple thing. Please help.

    ''MorrisG [[#question-1055519|said]]''
    <blockquote>
    Я хочу, чтобы выбрать контакт "Тандерберд" и напечатать имя и адрес непосредственно на почтовые конверты для рассылки. Я не хочу, чтобы распечатать список контактов или возиться с одиночной этикетки. Да, я могу рукописные реквизиты на конверте, но он не подходит. Я попробовал в LibreOffice>писатель>конверт но при этом все контакты включены в выходной документ. Так же для слияния. Я использую: Lubuntu 14.04.2 ЛТС версии LibreOffice: 4.2.7.2 построить идентификатор: 420m0(сборка:2) Тандерберд 31.5.0 это должна быть такая очевидная и простая вещь. Пожалуйста, помогите.
    </blockquot
    Привет, открой адресную книгу, кликни на контакте ПКМ - свойства - личные данные. Копируй данные в Paint через Print screen, а из Paint уже распечатывай. Возможно, как-то можно печатать непосредственно из Тундербирда, я не смог.

  • How to create result file path and name in teststand

    Hi, 
    I would like to create specific path(folder) and file name to result files. For example ..\date\ArticleNr\DateTimeSerialNr.xml.  Thank you very much in adance.
    Kri. 

    Kri,
    You can use Configure >> Report Options, and then select the Report File Pathname tab to configure where your reports will end up, and what the file name will be. If you want to have these be different for each sequence, then add the ReportOptions Callback to each sequence and then modify the settings in the Parameters.ReportOptions container to what you want.
    This link may also be helpful as it talks about what you're are trying to do: Report File Name
    -Jack

Maybe you are looking for

  • Mobile IconItemRenderer broken for iconFields?

    I have a mobile application needing IconItemRenderer to list a bunch of lines, each with their own icon (depending on some item state), which is exactly what IconItemRenderer is designed for. 1) in the itemRenderer, i can define a right-hand decorato

  • FaceTime 1.0.5 still broken!

    I installed FaceTime 1.0.5 becsuse it said it would fix the 1.0.4 log in issue. Now it's even worse, it says "You have been disconnected from FaceTime services." it goes on to say to quit and relaunch FaceTime. That does not work, neither does restar

  • Library has 1090Gb of music in it!!!! I don't think!

    Hello, I have a 30Gb iPod Video and I am using it to keep all of my MP3s on. I have them backed up on DVD, but don't want to keep them on my laptop for a space issue! My problem is that iTunes has marked each file that isn't on my laptop as being 1.6

  • Default email addr of supplier in invite/register external usr pg(iSupplier

    I have a question on iSupplier customization. When registering/inviting an existing supplier to join the iSupplier portal, is there a way that the email address for that particular supplier gets defaulted when the supplier user administrator selects

  • ESS Portal Issue

    ESS Gurus, We have a typical ESS issue at one of our cliens in the live system: The landscape details are as mentioned below: SAP ECC 6.0 with EHP4 SAP Enterprise Portal 7.0 with JEE:-SP15 & JEECOR:- SP13 We recently upgraded the SAP ECC 6.0 with EHP