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

  • Author
    Posts
  • #6431 Score: 0

    jmacdonald
    • Contributions: 0
    • Level 1

    Hello,

    I have just been tasked with finding the url of a file using SuiteTalk C#. I have never really used this before so I’m struggling to find the information I need.

    I have managed to get the Internal ID of a file from an Item Record and would like to use this to get this file’s URL.

    Could anyone explain how to do this? As I am a novice I would appreciate a verbose walkthrough as I’ve found some potential answers on here and Stack Overflow but they have only confused me more.

    I assume this will be done using a FileSearch() but do not know how this would be formatted.

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

  • #6432 Score: 0

    chanarbon
    • Contributions: 0
    • Level 1

    jmacdonald

    For this concern, you can have the FileSearchBasic initialized then add your criteria internalId which has a type SearchMultiSelectField and add an array of internalId encapsulated as RecordRef type file similar to the generated value below:

    Code:

You must be logged in to reply to this topic.