This topic contains 1 reply, has 0 voices, and was last updated by dmashburn3 9 years, 1 month ago.

  • Author
    Posts
  • #3026

    dmashburn3

    Hi,

    I’m trying to create custom item field that is the type hyperlink that references the result of a saved search of purchase orders with that item on it.

    I’m currently using a link that looks like this: https://system.na1.netsuite.com/app/…l?searchid=766 to reference the search.

    Is there a way to append to the end of that link such that it joins the item internal id with the search to only display the open purchase orders for that item?
    This is a cached copy. Click here to see the original post.

  • #3027

    dmashburn3

    I seemed to have solved the issue of pulling the search for the item cards. I used the link:

    /app/common/search/searchresults.nl?searchid=XXX&Transaction_ITEM={in ternalid}&submitter=Submit&whence=

    Where XXX is the search.

    Now to further my question, now I want to put this link into a purchase order as either a body or column field.

    If it is a body field, I want it to filter the search based on the items that are on the sales order lines.

    If it is a column field, I’d want it to filter the search based on the line id of that column.

    The second idea seems more feasible as I don’t know how you would get it to filter on multiple items without using some scripting.

    What would be the equivalent of Transaction_ITEM for an item in the row of a sales order? Also what would be the other side instead of {internalid}?

You must be logged in to reply to this topic.