This topic contains 3 replies, has 0 voices, and was last updated by enrique 8 years, 6 months ago.

  • Author
    Posts
  • #2774

    enrique

    In order to streamline operations,is it possible, within netsuite, to auto fill “location B” field on the image below, of the link uploaded on field A ?

    If yes, what is the best way ?

    Example:

    I upload the image or document to document upload found on field A, it uploads.

    Automatically fills in field B with the link of the document/image found on field A.

    Workflow ? Scripting ? Button to generate ? Anything that is quicker then an individual, copy and pasting.

    Please advise.

    Enrique
    This is a cached copy. Click here to see the original post.

  • #2775

    k_dunc

    You should be able to do this via a script. I’d recommend a Client Script with a Field Changed Function. What you can do, is when your ‘field A’ has changed (i.e., document liked), then your script can do a look-up and store the link in your ‘field B’.

  • #2776

    egrubaugh

    I would guess *Link Packing Parts* is a custom field. If so, you may be able to add Sourcing on it to to source the URL of the file in field A.

  • #2777

    enrique

    Got it working via script — thank you guys.

You must be logged in to reply to this topic.