BM_Shift table error
Somehow the default value in the BM_Shift table has been deleted. The Manufacturing Configuration option returns an error and I am unable to use it to recreate the default value. SQL also return an error when I attempt to import the default value from the demo data, as does the following insert command.
Insert into BM_Shift (RecID, IN_LogicalID,Name,Description,IsEnabled,LastSavedDateTime,RowHash,IsDefault)
Values (
dbo.fnNewJiwaID(newid()),
'ZZZZZZZZZZ0000000000',
'Default',
'Default Shift',
1,
dbo.fnJiwaDateTime(GetDate(),
'0x0000000000000849',
1)
Could you let me know how to fix this, please.
Insert into BM_Shift (RecID, IN_LogicalID,Name,Description,IsEnabled,LastSavedDateTime,RowHash,IsDefault)
Values (
dbo.fnNewJiwaID(newid()),
'ZZZZZZZZZZ0000000000',
'Default',
'Default Shift',
1,
dbo.fnJiwaDateTime(GetDate(),
'0x0000000000000849',
1)
Could you let me know how to fix this, please.