API Dashboard

https://greencoatrenewables.greenbyte.cloud/Monitor/Portfolio https://lucid.helastel.com/datasheet/view/securedata/detail?id=4907 https://greencoatukwind.greenbyte.cloud/Monitor/Portfolio https://lucid.helastel.com/datasheet/view/securedata/detail?id=3867

Project Status

Create Table CREATE TABLE [dbo].[d_status]( [id] [int] IDENTITY(1,1) NOT NULL, [source_id] [int] NULL, [parent_code] varchar NOT NULL, [linked_id] [int] NULL, [created_date] [datetime] NULL, [modified_date] [datetime] NULL, [authored_by] varchar NULL, [sort_order] [int] NULL, [item_status] [int] NULL, [item_code] varchar NOT NULL, [item_desc] varchar NULL, [item_label] varchar NOT NULL, PRIMARY KEY CLUSTERED ( [id] ASC )WITH (STATISTICS_NORECOMPUTE = … Read more

Item status

Please see above a new Table for Status Firstly, is this in the correct schema ? as it is set to manage the status category of each of the d_dimension tables The layout is of my own devising, but is set to be the way I would create any entity/dimension and is of a form … Read more