Skip to main content
Hi

Im using a URL hack for a lookup field to pre-populate the value when creating new record, unfortunately value being showed in the field is "_HL_ENCODED_/_HL_   _HL__blank_HL_" expected output should be the Name of a record.

Thanks
5 respuestas
  1. 22 may 2017, 15:55
    Hi,

    These are the following steps to put value in URL for any lookup field:

    1) Don't use _lkid means lookup icon id, use simple lookup input field id.

    2) Right click on lookup field (not on lookup icon) and inspect element.

    3) Copy the id of field. Now you have field id.

    4) Put field id = 'Name of Record' in URL, first try without space.

    5) Now you can see that the value will be visible in lookup field.

    e.g.

    Check in direct URL first and then modify according to you

    For standard field

    /006/e?opp4=Testing

    for custom field

    NOT USE CF00NW0000001KFW6_lkid

    Use --> /006/e?CF00NW0000001KFW6=Testing

    Where Testing is the Account Name
0/9000