In order for a SASSIE Client Shop View link to work when the viewer is not logged into SASSIE, it must include an access code.


To generate a link containing this code:


{|RESULT|}

  {|LOOP|RESULT.DATAPOINTS}

    ...

      <a href="http://www.sassieshop.com/[msp]/clients/ClientShopView.php?JobID={DATAPOINTS.ID}&access={DATAPOINTS.JOB_ACCESS_CODE}">

        View

      </a>

    ...

  {/|LOOP|}

{/|RESULT|}