Hi. I just want for these formulas to be expounded and given some samples. Thank you.
entity\addLinkMultipleId
entity\addLinkMultipleId(LINK, ID) Adds ID to Link Multiple field. For example, add 'someTeamId' to 'teams' field.
entity\addLinkMultipleId(LINK, ID_LIST) Adds the list of ids. (since version 4.8.3) entity\hasLinkMultipleId
entity\hasLinkMultipleId(LINK, ID) Checks whether Link Multiple field has specific ID. entity\removeLinkMultipleId
entity\removeLinkMultipleId(LINK, ID) Removes a specific ID from the Link Multiple field. entity\isRelated
entity\isRelated(LINK, ID) Checks whether target entity is related with another entity represented by LINK and ID.
entity\addLinkMultipleId
entity\addLinkMultipleId(LINK, ID) Adds ID to Link Multiple field. For example, add 'someTeamId' to 'teams' field.
entity\addLinkMultipleId(LINK, ID_LIST) Adds the list of ids. (since version 4.8.3) entity\hasLinkMultipleId
entity\hasLinkMultipleId(LINK, ID) Checks whether Link Multiple field has specific ID. entity\removeLinkMultipleId
entity\removeLinkMultipleId(LINK, ID) Removes a specific ID from the Link Multiple field. entity\isRelated
entity\isRelated(LINK, ID) Checks whether target entity is related with another entity represented by LINK and ID.
Comment