Hi! Trying to create an Inline HTML field on an as...
# general
j
Hi! Trying to create an Inline HTML field on an assembly item record, which will take you to a search (item search). The problem is that im trying to set the internal id from the assembly and put in the internal id filter in the URL. I recognize ive done this before, but now without results (im still able to set fixed value in the URL). Can someone give me some input here? whats working: search/searchresults.nl?searchtype=Item&Item_`INTERNALID=1391`&style=NORMAL&report=&grid=&searchid... what i want: ...search/searchresults.nl?searchtype=Item&Item_`INTERNALID='||{internalid}||'`&style=NORMAL&report=&grid=&searchid
a
Have you tried {id}? Also does the saved search have internal ID (number) or internal id as an available filter? Is the internal id filter the first one in the filters region? Lastly are you getting an error when you click the link?