We have a search returning a list of Transactions that we are planning to display in a suitlet. I am using the serverWidget module to create a list. I wish to add a URL column which has dynamic urls based on the record type of the result as well as using the internal id as a parameter. I am trying to use the .SetURL() method with the dynamic property set to 'true'. My question is how does this work to dynamically set the base url of the hyperlink. I have viewed the video of @erictgrubaugh (17-suitelet-links/) but the base url is not dynamic in this example. Any help would be appreciated.