web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Unanswered

Getting JS error setting team owner.

(0) ShareShare
ReportReport
Posted on by 189

var olook = [];
var lookup = {};
lookup.id = "8a7a2996-c11d-e911-a841-000d3a1f4157";
lookup.entityType = "team";
lookup.name = "Tax Team";
olook[0] = lookup;
formContext.getAttribute("ownerid").setValue(olook);

This code results in the following error and I'm not sure what the problem is. The ID/Name are correct for that team.

"Value should be of type: entityType: Parameter Name: value[0].entityType"

I have the same question (0)
  • Community Member Profile Picture
    on at

    Hi JFulfordMS,

    I copied your code and it can run successfully in my environment.

    function setLookup(executionContext)
    {
    // Getting Form Context
    var formContext = executionContext.getFormContext();

    var olook = [];
    var lookup = {};
    lookup.id = "177f29f1-7ff3-ec11-bb3d-000d3a34996f";
    lookup.entityType = "team";
    lookup.name = "Tax Team";
    olook[0] = lookup;
    formContext.getAttribute("ownerid").setValue(olook);

    }

    pastedimage1656049663671v1.png

    Maybe you can try to click the owner field and select the team on the form, Check if manual changes can be made successfully?

    And you can try to clear browser cache to test again.

  • JFulfordMS Profile Picture
    189 on at

    I actually found that the error was because the Team entity had not been added to the App. Once I added Team to the app the code worked as expected. Really terrible error message and quite an odd requirement.

  • Community Member Profile Picture
    on at

    Hi JFulfordMS,

    Glad your code worked!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Martin Dráb Profile Picture

Martin Dráb 49 Most Valuable Professional

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 38 Super User 2025 Season 2

#3
#ManoVerse Profile Picture

#ManoVerse 31

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans