Skip to content

General

56 results found

  1. FilteredAttributes on registration of messages

    FilteredAttributes on registration of messages for plug-ins:

    It would be nice to have a possibility to choose which attributes are going to trigger a message.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello Kai, this is already possible in the current plugin registration tool. When you go to register a single step, or edit an existing one, as long as the message is a valid message that you can filter on then a box will appear allowing you to select attributes to filter the plugin execution.

  2. Performing Linq qeuries using proxy classes

    Im no seeing the option to use linq query language with the proxy classes generated as they do not inherit from Entity

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. Plugin Scaffolding

    Provide some scaffolding for creation of new plugin and workflow assembly classes - I really liked the ability to right click crm explorer on an entity and create a plugin from there in the - SDK Visual Studio Template - this provided a good starting point when developing a new plugin.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Ability to transfer steps configuration between organizations

    If I add a new organization to the solution, I have to set all steps for plugins manually. I know that the best way to do this is to export\import solution, but sometimes it is not possible (2015=>2013/2011 for example). Would be nice to have steps configuration somewhere separately to be able to apply it to any new organization or to be able to import\export steps configuration.

    10 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Support for MSCRM 2015

    Please add support for MSCRM 2015 asap.

    Thank you

    18 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 5 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. And support for allowDup switch when merging assemblies for a plugin.

    As part of the IL Merge options, just add the option to have the allowDup switch. When referencing multiple assemblies the deploy process cab completely break if there are multiple types with the same name.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. LESS and SASS support

    Add the ability to link LESS and SASS files in a Visual Studio solution to CRM. The CSS produced by the LESS and SASS file is what would be published to CRM.

    6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. First letter of proxy class should be capital and ends with the word "Entity".

    For example: The "quote" proxy class would be "QuoteEntity". This way I can say QuoteEntity quote = new QuoteEntity(); This would conform to StyleCope.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. Add a possibility to switch between ogranisation

    Add a possibility to switch between different organisations so that if you want to publish a bug fix to test instead of dev without opening a new VS Solution.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Move the Xrm.Page intellisense to it's own .js file

    The Xrm.Page intellisense appears to be in each and every form.js file. This is actually a waste of space and can be solved by moving the Xrm.Page code to it's own .js file and remove it from each individual Form.js file.

    This will also fix the issue where you have multiple forms supported by a single .js web resource.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Refresh all items in Visual Studio solution that are linked to web resources in CRM

    Similar to the TFS 'Get Latest Version' option, there should be a way to get all the currently published files from CRM and download them to your Visual Studio solution for any files that are linked to CRM.

    13 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Bulk creation of webresources

    For example, I should be able to right click on a folder, click on “Upload all Webresources” and then, before the upload begins, get a window which shows all webresources which are not already in CRM and will be uploaded and created as webresources if I click on OK.

    11 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. TypeScript intellisense

    Add intellisense for TypeScript similar to what is provided for JavaScript

    16 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. TypeScript support

    Add the ability to link a TypeScript file to CRM. The JavaScript output of the TypeScript is what actually will get published to CRM.

    19 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
1 3 Next →
  • Don't see your idea?

General

Categories

Feedback and Knowledge Base