GithubHelp home page GithubHelp logo

microsoft / fmlab Goto Github PK

View Code? Open in Web Editor NEW
43.0 18.0 61.0 4.12 MB

FMLab is the sample code you need for several of the Dynamics AX tutorials on http://ax.help.dynamics.com.

C# 96.29% XSLT 0.81% JavaScript 2.89%

fmlab's Introduction

FMLab

FMLab is the sample code you need for several of the Dynamics AX tutorials on http://ax.help.dynamics.com. These tutorials use a model named Fleet Management Tutorial.

fmlab's People

Contributors

apolking avatar microsoft-github-policy-service[bot] avatar msftgits avatar robinarh avatar syed-adnan avatar

Stargazers

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

Watchers

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

fmlab's Issues

Screenshot aspect and clipped

Currently, the task recorder screenshot is clipped to exclude the task recorder pane, but not the "Recording" banner at the top of the screen. This 60px high banner adds no value to screenshots and should be excluded.

Also, the screenshot dimensions are set in this line:
context.drawImage(image, 0, 0, (canvas.width - taskRecorderPaneWidth), canvas.height, 0, 0, canvas.width, canvas.height);
While the first set of coordinates correctly sets the clip area, the second set outputs the screenshot to a file that is the full width and height dimensions, leading to a stretched and blurry screenshot. For example, if the original inner window size was 1000 x 600, the screen area that is captured is 780 x 600 (correct), but this capture is output to a 1000 x 600 file (incorrect).

Suggest this code be changed to:
var taskRecorderBannerHeight = 60; context.drawImage(image, 0, taskRecorderBannerHeight, (canvas.width - taskRecorderPaneWidth), canvas.height, 0, 0, canvas.width - taskRecorderPaneWidth, canvas.height - taskRecorderBannerHeight);

Task Recorder Screenshoot extension Manifest V3

Hi.
A new Manifest V3 for Chromium extension was recently introduced, so will the extension for screenshots be adapted? Now the extension is written according to the manifest of version 2 and therefore is not supported by the browser.

Task Recording extension & licensing query

Hi,
Just wondering why the extension isn't in the chrome webstore, what the licensing is for it, and if there's anything preventing me from putting an unsupported version of it up so we don't need to have developer mode enabled to use it?

We have a team of people who will be using the feature, and it would be great to just send a link to it.

Thanks.

Chrome 57.0.2987 will create blank screenshots

Hi,

tried to use the "TaskRecorderScreenshot", enabling screen-shots when using D365fO & Chrome. I found that using version 57.0.2987 will create "blank" screen-shots when exporting to WORD. I downgraded chrome back to version 56.0.2924 and works perfectly. Anyone being able to fix this? or will this project not have any updates? Appreciate your feedback

JQuery Feature Enable breaks Task Recorder Screen Shot Option

With D365FO Version 10.0.13, enable the 'Ugrade three Jquery Component libraries' feature. Then using task recorder, have the 'capture screen shot' option turned on. Perform the steps to record a task and receive 'an unexpected client' errors when paging through the process of recording my steps. After stopping the recording, export the word document and none of the screen shots are capture. If the feature is disenable, everything works great.

See attached file
Issue 439 - JQuery Feature Enable Breaks Task Recorder Screen Shot option.docx

FMLab on RDP Server

For a hugh customer rollout, i have some questions regarding FMLab:

  1. Can this Extension be installed on Chrome hosted on a RDP Server?
  2. Can this extension be rolled out via Group policys? If not are there other possible ways for a rollout?
    THX

Invalid username and password

The above solution builds successfully, but when running any of the console applications, an exception is thrown with invalid credentials. Do these need to be changed, or are there any new credentials?

Thanks

Same extension as one on Chrome web store?

Hello,

I just want to avoid any confusion but is the FMLab MSD365 extension the same as the one offered on the Chrome web store found here: D365 for Finance and Operations Task Recorder ?

I ask simply because their documentation links to the MS official documentation and the website links to this repository. However the extension is "Offered by: Wazzarama." Does not seem official to me. Figured any extension developer can link to any website they wish.

Thank you,

Johnny

Working with On Prem version

The option is not available for an environnement On Prem. Is it possible to enable this functionality for On Prem version?

FMLab/TaskRecorderScreenshot Error After 100 Steps

If the user is using the FMLab/TaskRecorderScreenshot Chrome add-on, and records 100 or more steps in the task recorder and tries to export to word, an error is thrown: "One or more errors occured"

File not getting downloaded: PK

Hi,

while trying to use the dequeue method, we are getting junk value as shown in the attachment, where as there is an acknowledge for the same, unable to download the file.
dequeue issue
.

Kindly suggest.

Regards
SS

System.Net.WebException was unhandled

httpResponse = (HttpWebResponse)httpRequest.GetResponse();
this line throw exception.
System.Net.WebException was unhandled
HResult=-2146233079
Message=The remote server returned an error: (500) Internal Server Error.
Source=System
StackTrace:
at System.Net.HttpWebRequest.GetResponse()
at Odata4ConsoleApplication.AuthenticationHelper.PerformAuthentication(Resources context, String aosUrl) in C:\Users\axlocaladmin\Documents\Visual Studio 2015\Projects\Odata4ConsoleApplication\AuthenticationHelper.cs:line 59
at Odata4ConsoleApplication.Program.Main(String[] args) in C:\Users\axlocaladmin\Documents\Visual Studio 2015\Projects\Odata4ConsoleApplication\Program.cs:line 33
at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args)
at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
InnerException:

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.