Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

To add a default path to the stock code, need to add a record 50 to Images & Forms, then put the path into LookupString, which is the field just below the Footer band.

-Admin - Configuration - Images/Forms

All this does is prefix the Stock Code with the SharePoint String.

  •   IMAG:Unique = 50
      Get(IMAG,IMAG:KeyUnique)
      L_LookUpLink = Clip(IMAG:LookUpString)&Clip(STSH:CODE)
  • No labels