Lookup Views not Being Pulled In with Twig
-
I have a site pulling a form that uses some custom views for drop downs. It was working when I was using the msdyncrm_form tags that are now deprecated. I have changed it to use twig, but it just pulls in empty drop downs now. My code is
[msdyncrm_twig] {% form entity="incident" name="Web To Case" mode="create" message="Thanks!" hide_form="true" lookupviews={"customerid":"Case Accounts","am_application":"Active Applications"} %} {% endform %} [/msdyncrm_twig]
Am I not using the lookupviews attribute correctly? It looks like I have it exactly as the documentation says to structure it, and they do show up as drop downs when I add this, they are just empty now. Would appreciate any help I can get with trying to get these drop downs to get filled the way they were with the deprecated tags.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Lookup Views not Being Pulled In with Twig’ is closed to new replies.