When I’m in new or edit, and I want to get the ID of a lookup field I can use
$(‘#dffs_FIN option:selected’).val() or $(‘#dffs_FIN select’).val()
When it’s in dispform.aspx I can’t use this and getFieldValue(fin) only gives me the lookup value not the ID. Is there a simple way to get the ID that I’m just missing?