Giter VIP home page Giter VIP logo

xrmtoolbox.plugins's People

Contributors

gitter-badger avatar imranakram avatar shytikov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xrmtoolbox.plugins's Issues

A view is not showing when selecting a vieq

I have a view that is not listed when using the open/select view popup in xrmtoolbox.

Not sure why. Only two of the three views are showing. I have made minor changes to the missing view and published several times and it still does not show.

Clicking `Solutions` checks every second solution

The Select all functionality of clicking the Solutions header gives strange behaviour where it flips the checked state of every second solution on first click.
Following clicks flips all, but not "all on" or "all off", they are simply flipped to change state which keeps the every second behaviour.

View Designer - suggestions

The View Designer is a great tool, thanks very much for the contribution. I have some suggestions that I feel would increase its usability:

  • It would be great if there was an entity selector at the top and then a pane on the left of the grid area showing all views for that entity. The idea being once I choose an entity, I'd like to be one click away from choosing a different view on the same entity. Using the Open button is really tedious. At the very least, if the open button could default to selecting the entity and the view that I am currently on, that would be much better.
  • Option to toggle between display names and schema name of columns
  • Small buttons on column headers to quickly remove columns
  • It would be amazing if the tool was enhanced to support bulk operations. Some examples of functions that would be super useful and time-saving:
    • Add a column
      • Choose which views explicitly
      • Or option to do it for any view that has the column
    • Change width of a column
      • Choose which views explicitly
      • Or option to do it for any view that has the column
    • Replace a column with a different column
      • Choose which views explicitly
      • Or option to do it for any view that has the column

Thoughts?

Show if assembly registered in isolation or not

If solutions have addition information about their managed / unmanaged status, so assemblies also should display information about isolation mode in which they was registered on given environment (very useful of CRM Online deployments)

Revert log view

I think much easier will be to show latest log entries at the top of the list rather then at the end

Display live sample data

When designing a view, getting sample data in the grid would help finding the best column widths and order.
Add option to retrieve information from CRM to display the view by using the view's fetchxml.

Plugin Auto Deployer - more than 1 assembly

Idea is brilliant.
When working with Common DLLs and ILMerge, when modyfying eg. Core it requires (worst scenario) to deploy all plugins to watch. I do use plugin per functionality rather then one huge Plugin project.
If there will be an option of watching and deploying > 1 plugin dll it will be nice.

Refresh time configurable

Nice will be to have an option to change time how ofter tool is checking dll has changed on the disk

Can't see the Saved View Layout XML

I get a lot of errors to do with the LayoutXML when saving fetch queries, and there is no tool that can see and edit the advanced find savedquery layout xml. I picked up via google that your sourcecode has something fairly close. Can you please add a way to see the layout XML via FetchXML Builder. thanks.
https://github.com/Cinteros/XrmToolBox.Plugins/blob/master/Cinteros.Xrm/Common/Forms/SelectViewDialog.cs
qex.ColumnSet = new ColumnSet("name", "returnedtypecode", "fetchxml", "layoutxml");
txtFetch.Text = ((ViewItem)cmbView.SelectedItem).GetLayout();

Add Multiple dll's for auto deployer

In our organization we make a solution, and this solution we have mulitple projects per entity.
So each time we want to update a dll, we will build our project "contact" (dll) and register it in CRM.
It would be cool, if we could add mulitple dll's in the auto deployer tool.
So whenever i would build that project, it would be registered to CRM.
I know multiple organizations work diffrent way, but this is one of the most used way ?

Unable to Load Innofactor Tools

After installing the Innofactor Tools from the plugin library, the Xinteros.Xrm.Plugins, Version=1.2017.2.46, Culture=neutral, PublicKeyToken=null failed to load during tools analysis with the following error.
Could not load file or assembly 'Cinteros.Xrm.XmlEditorUtils, Version=1.2016.4.106, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

I had to copy the Cinteros.Xrm.XmlEditorUtils.dll from my old PC and place it into XrmToolBox storage folder plugins folder (as follows) to load it properly.

C:\Users\<your username>\AppData\Roaming\MscrmTools\XrmToolBox\Plugins\

Entity not showing up

Hi,

For some reason, i can't see the 'incident' entity when I click on the drop down for the list of entities. Not sure what's happening. Any thoughts?

Display target records

Records returned by fetch xml shall be displayed in grid on the right hand side of the form.

Create new view from scratch

Add possibility to create new views.

  1. Select entity
  2. Supply a name
  3. Edit query using FXB
  4. Add columns and design view
  5. Save and Publish

Dashboard issue due to default view

I am working with D365 Customer Engagement, we built a view on Accounts using XrmToolBox/View Designer and set it as Default view for Accounts.
I create a personal view on Accounts using Advanced Find. When I am adding a list component to Dashboard, my personal view (My Views) is not being displayed. Please note it is displaying in graph component.

We tried changing the Default view to another simple view and the personal views starts appearing in the List component of Dashboard.
We use XRMToolBox - 1.2019.6.33

Has anybody faced similar issue? Please suggest any fix.

Plugin Auto Deployer - no scroll down

This is one great plugin to refresh DLL plugin deploys, thanks for it.
Could you guys activate the scroll down:
image
Today is day 06-12-2016 and as you can see the window only shows until day 05, the other aren't showing because I have no scroll.

Export result of Version comparison in Excel format

There is a need to add functionality exporting results of version comparison to file for further analysis.

But it's a huge question in which format export should be done: XML, JSON grouped by items among environments or, XML, JSON grouped by environment with all items.

CSV, maybe?

However resolution might be easier and more user-friendly. Export should be done in Excel format, and bring all this colorful coding, that is visible on UI.

View Designer: Let Open... remember last chosen Entity

Feature request: When having to view/edit multiple views within same entity, it is annoying to re-type entity every time. Would be nice if Entity dropdown would remember last chosen value. View could also actually be set to last selected, so I don't misselect next view.

P.S. I thought I gonna do PR, but I don't seem to see View Designer source available - is it true that it is not in this repo? The project URL for View Designer was set to this GitHub project.

Show Managed/Unmanaged

In the colored version cells, also indicate if solution is Managed (M) or Unmanaged (U).

Select records to update

In the grid implemented in #2, introduce checkboxes to be able to select record by record which shall be affected by the bulk update.

ExecuteMultiple

Implement updates as ExecuteMultiple jobs to enhance performance.

View Designer failing to retrieve column data

I am working with D365 Customer Engagement, intend to alter an existing view using XrmToolBox/View Designer. View contains three fields from Order Lines entity: Existing Product, Unit, Quantity. View Designer in XrmToolBox does not display data for the Quantity column, it is just blank. If I select 'Edit Query' and view the query results FetchXML Builder, the Quantity column contains data. View also displays correctly in D365. Any idea why it is not displaying in View Designer? (I am hoping to modify the view to aggregate/sum quantity, so dead in the water without quantity data). Other views that include the Quantity column also fail to retrieve data into View Designer.

I am using View Designer Version 1.2016.8.7, XrmToolBox version 1.2019.2.32

Data in FetchXML
Data in View Designer

Adjust preview font to CRM version

When running recent versions of CRM, the preview feature does not really make sense since the font is not the same as in CRM.
This could be fixed! ๐Ÿ˜ƒ

image

Cannot load Opportunity Line in View Designer

Hi team,
I cannot load Opportunity Line entity when using View Designer tool. it throws below error
image

I tried with similar plugin and got the same error. Is this limitation?

Thanks,
Chinh.

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.