5 respuestas
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 youFor standard field/006/e?opp4=Testingfor custom fieldNOT USE CF00NW0000001KFW6_lkidUse --> /006/e?CF00NW0000001KFW6=TestingWhere Testing is the Account Name