Welcome to the Veson Nautical Knowledge Base. In the Help Center, you can view the same articles and contact support as needed.

IMOS On-Prem - Attachments

Error rendering macro 'excerpt-include' : No link could be created for 'IMOS'.


On many forms, you can attach and view a file or a link, after saving the form. You can access Attachments in these ways:

  • Voyage Fixture, Time Charter In, Time Charter Out, Voyage Manager, Address, Vessel, Tow, and Equipment Contract forms have Attachments nodes in the Summary Tree. Click + to expand the node to show additional Attachments nodes; click - to collapse it again. On each node, click + to show a list of Attachments; click - to collapse it again.
  • Tasks or Alerts with Attachments have an icon in the panel on the right side of a form. In the Tasks & Alerts panel, click . If there is only one attachment, it opens.
  • From other forms, you can open the Attachments form. Depending on the form, you can use one of these methods:
    • Click  or .
    • Click Attachments on the menu.

In the Summary Tree, Tasks & Alerts panel, or Attachments form:

  • To add an attachment, right-click the Attachments node and click Attach New File or Attach New Link.
  • To open an attachment, either double-click or right-click the attachment and click Open Attachment.
  • To copy an attachment, right-click the attachment and click Copy Attachment.
  • To edit a link, right-click the link and click Edit Attachment.
  • To delete an attachment, right-click the attachment and click Delete Attachment.
  • To delete all attachments, right-click the Attachments node and click Delete All. A message asks you to confirm; click Yes.

Notes:

  • The file size limit for each attachment is 20 MB.
  • IMOS does not support uploading of multiple documents at a time; attachments must be uploaded individually.
  • Voyage attachments will not appear in other IMOS areas (e.g., on invoices). Invoice-related attachments must be uploaded separately in the Operations view or Transaction Data Entry.

Dynamically Linking Attachments, Locations, and External Programs

Note: The Configuration Flags Module Right must be selected for you in Security.

The following configuration flags allow dynamic linking of attachments, locations, and external programs to the Voyage Manager, Fixture, Vessel, Cargo, COA, Time Charter In, and Time Charter Out forms. By using these flags, you can can store all your related documents in one location and access them directly, without having to individually define the links.

To enable dynamic linking to a form, edit the Value of its configuration flag:

FormConfiguration Flag

Value

Cargo COA or VC In COADataForm.COA.Links

Enclosed in <Link> </Link> tags, description of link location followed by = followed by path to COA link location in double quotes. These links appear in the Attachments section of the COA.

  • Within the path, {CoaNo} and {ReferenceNo} may be used, for example <Link>COA Docs="C:\My Documents\COA\{CoaNo}"</Link>.
  • Multiple locations may be entered, each in its own set of <Link> </Link> tags.
  • Links to applications may also be created using this syntax, and parameters can be added within the <Link> tag, for example <Link params="-COA:{CoaNo}">Program Name="C:\Program Files\OutsideApp.exe"</Link>.
  • The size limit for for each link (everything after the '=' in a single <Link>) is 512 characters. Any links that are not complete within this limit will be ignored. The same limit applies separately to the 'params' attribute. Special characters (such as &, %, $) must be escaped.
Cargo or VC InDataForm.Cargo.Links

Enclosed in <Link> </Link> tags, description of link location followed by = followed by path to Cargo link location in double quotes. These links appear in the Attachments section of the Cargo form and the Voyage Manager.

  • Within the path, {CargoID}, {ExternalRef}, {VesselName}, and {VoyageNo} may be used, for example <Link>Cargo Docs="C:\My Documents\Cargo\{CargoID}"</Link>.
  • Multiple locations may be entered, each in its own set of <Link> </Link> tags.
  • Links to applications may also be created using this syntax, and parameters can be added within the <Link> tag, for example <Link params="-cargo:{CargoID}">Program Name="C:\Program Files\OutsideApp.exe"</Link>.
  • The size limit for for each link (everything after the '=' in a single <Link>) is 512 characters. Any links that are not complete within this limit will be ignored. The same limit applies separately to the 'params' attribute. Special characters (such as &, %, $) must be escaped.
Voyage FixtureDataForm.Fixture.Links

Enclosed in <Link> </Link> tags, description of link location followed by = followed by path to Fixture link location in double quotes. These links appear in the Attachments section of the Voyage Fixture and the Voyage Manager.

  • Within the path, {FixtureNo} and {VesselCode} may be used, for example <Link>Fixture Docs="C:\My Documents\Fixture\{VesselCode}\{FixtureNo}"</Link>.
  • Multiple locations may be entered, each in its own set of <Link> </Link> tags.
  • Links to applications may also be created using this syntax, and parameters can be added within the <Link> tag, for example <Link params="-vessel:{VesselCode} -fixture:{FixtureNo}">Program Name="C:\Program Files\OutsideApp.exe"</Link>.
  • The size limit for for each link (everything after the '=' in a single <Link>) is 512 characters. Any links that are not complete within this limit will be ignored. The same limit applies separately to the 'params' attribute. Special characters (such as &, %, $) must be escaped.
Time Charter In or Time Charter OutDataForm.TimeCharter.Links

Enclosed in <Link> </Link> tags, description of link location followed by = followed by path to Time Charter link location in double quotes. These links appear in the Attachments section of the Time Charter.

  • Within the path, {TcCode}, {ExternalRef}, and {VesselName} may be used, for example <Link>TC Docs="C:\My Documents\Time Charter\{TcCode}"</Link>.
  • Multiple locations may be entered, each in its own set of <Link> </Link> tags.
  • Links to applications may also be created using this syntax, and parameters can be added within the <Link> tag, for example <Link params="-TimeCharter:{TcCode}">Program Name="C:\Program Files\OutsideApp.exe"</Link>.
  • The size limit for for each link (everything after the '=' in a single <Link>) is 512 characters. Any links that are not complete within this limit will be ignored. The same limit applies separately to the 'params' attribute. Special characters (such as &, %, $) must be escaped.
Voyage ManagerDataForm.Voyage.Links

Enclosed in <Link> </Link> tags, description of link location followed by = followed by path to voyage link location in double quotes. These links appear in the Attachments section of the Voyage Manager.

  • Within the path, {VoyageNo}, {VesselCode}, {VesselTypeCode}, {VesselName}, and {VoyageReference} may be used, for example <Link>Voyage Docs="C:\My Documents\Voyage\{VesselCode}\{VoyageNo}"</Link>.
  • Multiple locations may be entered, each in its own set of <Link> </Link> tags.
  • Links to applications may also be created using this syntax, and parameters can be added within the <Link> tag, for example <Link params="-vessel:{VesselCode} -voyage:{VoyageNo}">Program Name="C:\Program Files\OutsideApp.exe"</Link>.
  • The size limit for for each link (everything after the '=' in a single <Link>) is 512 characters. Any links that are not complete within this limit will be ignored. The same limit applies separately to the 'params' attribute. Special characters (such as &, %, $) must be escaped.
AddressDataForm.AddressBook.LinksEnclosed in <Link> </Link> tags, description of link location followed by = followed by path to Address Book link location in double quotes. Within the path, {ShortName} and {RefNo} may be used, for example <Link>Address Book Docs="C:\My Documents\Address Book\{ShortName}"</Link>. Multiple locations may be entered, each in its own set of <Link> </Link> tags. Links to applications may also be created using this syntax, and parameters can be added within the <Link> tag, for example <Link params="-AddressBook:{ShortName}">Program Name="C:\Program Files\OutsideApp.exe"</Link>. These links appear in the Attachments section of the Address Book. The size limit for for each link (everything after the '=' in a single <Link>) is 512 characters. Any links that are not complete within this limit will be ignored. The same limit applies separately to the 'params' attribute.
VesselDataForm.Vessel.Links

Enclosed in <Link> </Link> tags, description of link location followed by = followed by path to Vessel link location in double quotes. These links appear in the Attachments section of the Vessel form.

  • Within the path, {VesselCode}, {VesselName}, and {RefNo} may be used, for example <Link>Vessel Docs="C:\My Documents\Vessel\{VesselCode}"</Link>.
  • Multiple locations may be entered, each in its own set of <Link> </Link> tags.
  • Links to applications may also be created using this syntax, and parameters can be added within the <Link> tag, for example <Link params="-vessel:{VesselCode}">Program Name="C:\Program Files\OutsideApp.exe"</Link>.
  • The size limit for for each link (everything after the '=' in a single <Link>) is 512 characters. Any links that are not complete within this limit will be ignored. The same limit applies separately to the 'params' attribute. Special characters (such as &, %, $) must be escaped.

Still need help? Visit the Veson Nautical Help Center.

Copyright © 2017-2024 Veson Nautical LLC All Rights Reserved - Privacy Notice | End User Terms of Use