How To Create A D365 Data Entity

Поделиться
HTML-код
  • Опубликовано: 19 сен 2024

Комментарии • 20

  • @diegolopes8737
    @diegolopes8737 24 дня назад

    Thank you Peter Ramer

  • @froggio
    @froggio Год назад +6

    Thank you Peter Ramer
    for awesome video !

  • @kagiv
    @kagiv 24 дня назад

    Shared with colleagues - great tutorial. I'm new in d365 entity world, this is huge help. Thanks!!

  • @vespertinetale1963
    @vespertinetale1963 14 дней назад

    Thank you very much! Great help! ❤

  • @Unkown-w6
    @Unkown-w6 Год назад +3

    Please keep doing more videos on D365 FO

  • @juanjo29786
    @juanjo29786 9 месяцев назад +1

    Thank you Peter, you are the best.

  • @qamarabbas9921
    @qamarabbas9921 11 месяцев назад

    @Peter Ramer Thank you so much for awesome video

  • @ManishRaj-iq2tp
    @ManishRaj-iq2tp Год назад +3

    Great, Could you please create a playlist including
    1. Create a project
    2. Create a model
    3. Create a submenu and table
    4. Build a package
    5. Deploy a package in different environments.
    6.Integration with azure blob storage.

  • @JocRaptor
    @JocRaptor Год назад +4

    Please do examples with Computed columns and multiple companies. Thanks a lot!

  • @bichnguyen1517
    @bichnguyen1517 7 месяцев назад

    ❤ thank you

  • @fusionermx
    @fusionermx Год назад +3

    Great Work... Any plans on how to develop Composite Data Entities. The Topic of BYOD is also part of Data Entities.

  • @dhanushr2748
    @dhanushr2748 Год назад +3

    Can you post videos on Computed Column and Virtual field peter. That would be really helpful

    • @JocRaptor
      @JocRaptor Год назад +3

      I was about to comment the same, that would be great. I have an issue, my entity only exports the data of the computed column for the company assigned to the user at the moment, I need to download the data of all the companies at the same time.

  • @abbasthegreat5
    @abbasthegreat5 9 месяцев назад

    How to publish this data entity from dev environment to test environment or production?

  • @andreslopez5962
    @andreslopez5962 Год назад

    This is my first time creating data entities in Dynamics 365 F&O.
    I have created a customized model, then a project, and my customized table.
    I created the data entity, however, when I compile I'm getting errors: dataAreaId is reserved for system fields.
    To name one amongst several errors of the same kind.
    What I did just about creating the entity was also selecting the following fields: dataAreaId, createdBy, createdDateTime, modifiedBy, and modifiedDateTime.
    In order to solve this issue I had to delete all the objects related to the entity I created including the entity as well, then recreate the entity without selecting the mentioned fields above.
    I rebuild again my whole project, and this time I got no compile errors.
    In short, system fields cannot be used in data entities?
    Another question:
    As a prerequisite, does the table serving as the datasource for the entity must have a unique key? and the unique key must be selected in the primary index and cluster index properties for the table?

    • @peterramer
      @peterramer  10 месяцев назад +2

      Hi. Thank you for your questions. You can add the system fields to your data entity. However you need to name them something slightly different because those names are already being used by the system fields on the data entity. So you can’t both have a data entity DataAreadID that is hidden and a field named DataAreaID that reads from the table. So you need to name the fields you create with a different name and then in the properties you can still point it to the underlying table’s DataAreaID. Same with the other system fields.
      In regards to you unique key question: Yes, you typically want to have a table with a unique index and add that same index to the data entity. You don’t always have to. But most of the time you will want to. I recommend looking at some of the existing data entity indexes and follow what they do.

    • @andreslopez5962
      @andreslopez5962 10 месяцев назад

      @@peterramer Thanks, I will.

  • @MrRedk1ng
    @MrRedk1ng 11 месяцев назад

    I am trying to create a data entity for an extended table i have created (I have extended HcmWorker). But i can´t choose my extended table as data source master and it is not showing as related if i choose hcmWorker. Do you know what i am doing wrong?