Modal Forms in Dynamics 365 2020 Release Wave 1 |

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 12

  • @johnphipa
    @johnphipa 3 роки тому

    Hi Carl, do you know if this functionality is available in on-premise v9.0.23.7 using unified interface?

  • @AvdhutVaidya84
    @AvdhutVaidya84 4 роки тому

    not related to this video, but what is the recommended way to read in javascript a field object?
    var nameField = executionContext.getFormContext().data.entity.attributes.getByName("name");
    var nameField1 = executionContext.getFormContext().getAttribute("name");
    nameField == nameField1 returns true

  • @chetanHkhanapure
    @chetanHkhanapure 4 роки тому +1

    I want to open model popup from webresource and after closing it should refresh the parent webresource.

    • @carldesouza
      @carldesouza  4 роки тому +1

      In the Success callback you can add code to do the refresh: Xrm.Navigation.openForm(entityFormOptions,formParameters).then(successCallback,errorCallback);

  • @yashtrivedi3964
    @yashtrivedi3964 3 роки тому

    Hey Carl,
    I want to to open same as on "+ New Case" button(case grid) which related to account already i have create relationship between them..now how can i achieve can you please help me?
    Thank you,
    yash

  • @joyfullearning3659
    @joyfullearning3659 4 роки тому

    Great Thanks.

  • @ladyIriem
    @ladyIriem 4 роки тому

    That's is great, thanks!

  • @priyankamukherjee1020
    @priyankamukherjee1020 4 роки тому

    Hi Carl,
    Could you please upload a video on writing a callback function to capture the data created in modal dialog to the lookup field

    • @carldesouza
      @carldesouza  4 роки тому

      I'm working on it, thanks for the feedback Priyanka!

  • @priyankamukherjee1020
    @priyankamukherjee1020 4 роки тому

    I want the entity form to open in modal dialog and then capture the record created in the lookup

    • @carldesouza
      @carldesouza  4 роки тому

      I'm working on a video but please see Example 3 here in the meantime, you can get the Id of the record created - docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-navigation/navigateto