Adding more than 40 subcomponents at once will freeze #Dynamics365 UI forever. Any tools can allow me to do so more efficiently? Thanks
The best option I found so that is to use PowerShell. Apparently, you can turn Excel spreadsheet rows to code. Thanks #ScottDurow. http://develop1.net/public/post/2018/12/01/adding-components-to-cds-solutions-using-powershell
Assuming that you're talking about adding components to a solution, you may want to look into the XrmToolbox's Solution Component Mover tool.
Related
I have downloaded the sample app of the Doddle Report and understand it is to report a collection of IEnumerable data. I am able to get data reported nicely for a simple report.
However, the sample app did not have grouping. I would think to accomplish this I need to extend the functionality from the source code to show group format and wonder if anyone tried and succeed. If so, how should I approach it? Thanks in advance.
As far as I know, Doddle Report doesn't have grouping capability built into the system.
According to some of the discussion on the codeplex,
DoddleReport.Codeplex.com
it appears that the creator is also looking for someone to include that functionality.
One work-around I used for different groups was to create an excel report and then use AppendReport() to get multiple pages in the same report. Unfortunately, the iTextSharp report writer doesn't implement AppendReport() so I had to use the OpenXml writer for this.
I've found a Wordpress plugin which provides code for all these buttons but I want to put them on my website (which doesn't run Wordpress).
Is there somewhere which provides the code or do I have to do them all separately?
I'm trying to add them to this website: Compress My Code.
There's lots of plug-ins for that available out there if you care to search.
My personal preference is the "SexyBookmarks" which look a bit like this:
And here's how you add them.
I've found this which seems to have everything I need, thanks for the other answer too though :)
I need a tracker, but more specific a tracker for UI issues. An alternative to JIRA o PivotalTracker. I need to post some screenshots, and make annotations on them. I need basically a practical tool for report UI bugs. Anny suggestion?
Thanks in advance
You might also have a look at JIRA in combination with the screen-sniper plugin
https://plugins.atlassian.com/plugin/details/19613
Almost all tools allow you to attach files. Many show graphics files in-line. Choose any of those.
I stumbled upon http://www.kettletime.com.au/chance where the user needs to drag and drop a box with a number into another box to prove that he is human.
How do you implement this? Any free library to do this?
Thanks
It appears to be this one: http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin.
How do you implement this?
Of course, you can implement the functionality on your own (see other answers), but this plug-in seems to be highly configurable :)
Any free library to do this?
Yup, see link above.
I suggest using jQuery library with jquery UI official plug-in.
Here is a demo and code:
http://jqueryui.com/demos/droppable/
You should take a look at JqueryUI. The have a direct drag and drop implementation.
http://jqueryui.com/demos/draggable/
I need roadmap view, overall bug graphs, multiple pieces of information on one screen - can this work with Bugzilla? Eclipse-based plugins etc are usable... but solutions like yoxel that need access to the Bugzilla SQL DB itself are probably not workable.
Thanks
That may be a little off-course, but have you looked at Deskzilla? You can build project breakdown or roadmap using nested queries and tabular distribution. It doesn't have graphs though.
Igor
Disclaimer: I work for ALM Works, the company behind Deskzilla.