Code Monkey home page Code Monkey logo

Comments (3)

zaha avatar zaha commented on August 15, 2024 1

Ok, I figured it out after stumbling over this blog post here: Apparently for lookup fields you have to use the Schema Name, not the name of the field, which has upper case characters in my case. So it works like this:

lead["tv_Language"] = language;
lead["tv_SpokenLanguage"] = language;

But this is only true for lookup fields. All the other fields have to be in lowercase!

This is really weird IMHO but not a problem with the lib.

from xrm.crm.webapi.

RafaelCavazza avatar RafaelCavazza commented on August 15, 2024 1

Hi @zaha!

Sorry I couldn't help in time.
We had some problems like these.
Some fields have the same 'Schema Name' and 'Field Name'. Some don't.

I'm trying to implement a work around for this behaior.
The lib can download the metada and using the entity name plus the field name to find the Schema Name.
The only downside is it will take longer to load since it needs to download more data from the api.

I documented it on this issue:
#3

But I din't had the time to implement. I'll try to get back to it.

from xrm.crm.webapi.

zaha avatar zaha commented on August 15, 2024

@RafaelCavazza Any chance you can fix this soon?
Being able to set lookup fields is essential for my work.

from xrm.crm.webapi.

Related Issues (18)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.