I like that we can add hyperlink(s) within ArcGIS. I noticed that we currently need to include the entire url for each record. I think that can create unnessisarly large fields in the attribute table. It would be save space and complexity if hyperlinks could be configured using prefixes and suffixes similar to how HTML popups can be configured.
In addition it would also be useful if multiple hyperlinks could be configured for a single layer. This way we could have one link for a parcel pdf, another link for the parcel tax data, etc.
As an example, allowing prefixes and suffixes for hyperlinks we could elimate having to hard code the url for each record.
Example 1: prefixes and suffexes not allowed
Layer Propertties> Display> Hyperlinks > Support Hyperlinks using field > URL to Tax Database
Table:
PIN URL To Tax Database URL to Parcel Map Report
01-001-0 http:// url to the tax information page ?PIN=01-001-0 http:// url to parcel report?PIN=01-001-0
01-002-0 http:// url to the tax information page ?PIN=01-002-0 http:// url to parcel report?PIN=01-002-0
01-003-0 http:// url to the tax information page ?PIN=01-003-0 http:// url to parcel report?PIN=01-003-0
01-004-0 http:// url to the tax information page ?PIN=01-004-0 http:// url to parcel report?PIN=01-004-0
Example 2: prefixes and suffixes allowed
Layer Propertties> Display> Hyperlinks > Support Hyperlinks using URL:
Hyperlink #1
Prefix= http:// url to the tax information page ?
Field= PIN
Suffix=<blank>
Hyperlink#2
Prefix= http:// url to parcel report?
Field= PIN
Suffix=<blank>
Table:
PIN:
01-001-0
01-002-0
01-003-0
01-004-0