Arcgis online
https://laquinta.maps.arcgis.com/apps/webappviewer/index.html?id=910bb62a3926435286bd32e3e8e0803d
Web app builder
https://laquinta.maps.arcgis.com/apps/webappviewer/index.html?id=82bcc9df4a1b438b857994ec49ca9c57
https://transparentgov.net:3200/googlemaps/default?layer_id=1&layer=parcels¢er_lat=33.71333714229288¢er_long=-116.28572812544739¢er_zoom=15&url=https%3A%2F%2Fgis.la-quinta.org%2Farcgis%2Frest%2Fservices%2FBaseMap%2FParcel%2FMapServer&overlayType=overlayType_tiled_image&panto=0
How to make it
https://eastvale.maps.arcgis.com/apps/webappviewer/index.html?id=c8bcc19ee989438bb497297e358939df
In parcel attribute table, add following fields:
assessor_map_id = Left( [APN], 5 )
type: text lengtth : default
assessor_map_link = "https://gis.asrclkrec.com/AssessorMaps/" & [assessor_map_id] & ".pdf"
example: https://gis.asrclkrec.com/AssessorMaps/77406.pdf
assessor_recorder_link = "https://ca-riverside-acr.publicaccessnow.com/PropertySearch/Valuation.aspx?p=" & [APN]
example: https://ca-riverside-acr.publicaccessnow.com/PropertySearch/Valuation.aspx?p=774061013
recorded_map_link = "http://weblink.rctlma.org/WebLink/Search.aspx?dbid=0&searchcommand=%7b%5bTransportation+Survey%5d%3a%5bSurvey+Document+Type%5d%3d%22MB+-+Map+Book%22%7d%26%7b%5bTransportation+Survey%5d%3a%5bBook%5d%3d%22" & [BOOK] & "%22%7d%26%7b%5bTransportation+Survey%5d%3a%5bPage%5d%3d%22" & [PAGE] & "%22%7d&cr=1"
type: text lengtth : 2000 ( this link is over default 250, must set a new value )
example: book=19 page=38
http://weblink.rctlma.org/WebLink/Search.aspx?dbid=0&searchcommand=%7b%5bTransportation+Survey%5d%3a%5bSurvey+Document+Type%5d%3d%22MB+-+Map+Book%22%7d%26%7b%5bTransportation+Survey%5d%3a%5bBook%5d%3d%22 19 %22%7d%26%7b%5bTransportation+Survey%5d%3a%5bPage%5d%3d%22 38 %22%7d&cr=1