Dynamics CRM Custom Actions

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

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

  • @douglasbaldwin3812
    @douglasbaldwin3812 2 года назад

    Thank you for the wonderful video. Other than being able to run this from multiple entities, is there any other advantage to using this over a Business Rule to check and assign values?

    • @CRMTipOfTheDay
      @CRMTipOfTheDay  2 года назад +1

      Different end goal and different implementation mechanism. Business rules can be implemented as a javascript or as a workflow depending on scope. Business rules are triggered while custom action is effectively an extension to the API (specifically, Execute method) that can be called from anywhere.

  • @alexmcla
    @alexmcla 2 года назад +1

    Hi Derek, I know this was a long time ago, but I have a question. You used a String input argument rather than an Option Set. Are you able to expand on why Option Sets are difficult to work with in Actions please?

    • @CRMTipOfTheDay
      @CRMTipOfTheDay  2 года назад +1

      The primary reason is that for optionsets (Choice :) you need to pass integer. That may or may not make sense and you'd need to keep the mapping somewhere.

  • @hanshusaini1926
    @hanshusaini1926 6 лет назад

    Really a helpful video

  • @thuyduong7420
    @thuyduong7420 8 лет назад

    thankyou for the guideline :)

  • @lalitsingh2770
    @lalitsingh2770 6 лет назад

    Nice video.

  • @726ashok
    @726ashok 2 года назад +1

    As I know this is a OOB Action but not custom action.

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

    Why not use a business rule for this? Much easier to configure.