VinnyDyn / EasyHistory

GNU General Public License v3.0
7 stars 1 forks source link

EasyHistory

This is a custom control that enable users to see atributes audit history using a simple interface 😊.

alt text

It is compatible with these attribute types:

\node_modules\@types\xrm\index.d.ts\Xrm.ExecuteResponse

Change the attribute body from 'string' to 'ReadableStream':

 interface ExecuteResponse {
        /**
         * (Optional). Object.Response body.
         */
        body: ReadableStream;