Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

Trying to show contact fullname - Liquid error: Value cannot be null. Parameter name: key

$
0
0

Hi All,

I'm trying to show the contact full name using liquid.

However I'm getting an error message - "Liquid error: Value cannot be null. Parameter name: key"

Any help would be grateful.

{% assign entity_logical_name = 'contact' %}

{% assign contact = entities[entity_logical_name][request.params.contactid] %}

{% if contact %}

{{ contact.fullname }}

{% endif %}



Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images