/StatusReasonKanban

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

StatusReason Kanban

Convert a simple view to a Kanban.

alt text

Enable To

  • Entities
  • Views
  • Sub Grids

Prerequisites

The component needs that the attribute statuscode is present on the view.

Ready to use

The managed solution is ideal for non developers. Import and use.

Developers

The PCF call a Action (process) to obtain informations about the statuscode of entity, import the unmanaged solution with the action 'vnb_RetrieveOptionSetMetadata' to tests.

Features

  • All options are based on statusocde.
  • Drag and drop the cards between the status.
  • Colors respect the option set definitions.
  • Attributes will be displayed based on the associated view and if they has value.
  • With a double click, access the form record.

Incompatible with

  • Specials status change: WonOpportunity, IncidentResolution, CloseQuoteRequest, etc..
  • Views without the attribute statuscode.

\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;