0

URL Substitution using Linked Fields?

Hi,

I created a new Entity field and want to use a Linked Field for URL substitution, is this possible?

I'm using {sg_entityField.sg_linkedField}
but I'm getting the following error:

read failed (reason_code 10): Read failed for entity type [Release]: undefined method `display_column' for nil:NilClass

I understand this couldn't be possible for a Multi Entity field

-
Doc 

2 comments

  • 0
    Avatar
    Ben Hadden

    Hi Armando,

    Looks like you're missing one piece in the URL substitution syntax:

    {sg_entityField.Entity.sg_linkedField}

    Let me know if changing the syntax works for you!

  • 0
    Avatar
    Armando Ricalde

    Thanks Ben, now just let me remember what I was trying to do with this, because I quit trying.

Please sign in to leave a comment.