Brian Bonner

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Cascading Dropdown Filter by Lookup #32998
    Brian Bonner
    Participant

    I tried just Org in the filterField property as you suggested, but no options are return and Debug states same error I posted previously.

    {"filterField":"Org","filterValue":"MyOrgValue","operator":"eq"}

    Thank you for responding so quickly 🙂

    I do think adding support for fin/prop format in filterField property would be very helpful, as you have time to explore.

    Thx,
    Brian

    in reply to: Cascading Dropdown Filter by Lookup #32981
    Brian Bonner
    Participant

    Hi Alexander,

    I should clarify 🙂

    • Leader/Name and Rep/Name reference lookup fields where Leader and Rep are the internal names of the fields and Name is the property I want to return (i.e. account value for the person)
    • MyOrgValue is a placeholder I only included in my post, but I am using the actual Org value in my cascading dropdowns filter

    When I remove the filter, the Set field value works as expected. The Leader and Rep person fields populate with the respective Name values and resolve to the correct employees, when a selection is made.

    As a test, I added a reference to the Org value in the Set field value array, and it also works as expected and populates the text field Test with the appropriate Org value associated with the select field choice.

    [{"from":"Leader/Name","to":"Leader"},{"from":"Rep/Name","to":"Rep"},{"from":"Org/Title","to":"Test"}]

    However, when I apply the following filter

    {"filterField":"Org/Title","filterValue":"MyOrgValue","operator":"eq"}

    no values are returned to populate the select field options, and the debug states the following error.

    *** Please note that this debug panel cannot determine if the fieldname: "Title" in the lookup list is correct.
    *** If you are not getting the options you expected, verify the FieldInternalName: "Title" in the lookup list: {list guid}
    
    • This reply was modified 3 years, 1 month ago by Brian Bonner.
Viewing 2 posts - 1 through 2 (of 2 total)