Hello All,
I'm trying to enter ITEM MODEL GROUP for a product and it's throwing me the following error -
Product dimensions are correctly setup, it's just the Item model group that needs to be setup here.
Hello All,
I'm trying to enter ITEM MODEL GROUP for a product and it's throwing me the following error -
Product dimensions are correctly setup, it's just the Item model group that needs to be setup here.
Also,
Update INVENTMODELGROUPITEM Set MODELGROUPID = 'MAverage' where ITEMID = @ItemId and ITEMDATAAREAID = @Company;
Microsoft recommended the following -
After discussed my product team, please test the below script in TEST/UAT environment and once item model group is corrected and please apply the same scripts in PROD environment by yourself.
DECLARE @ItemId AS char (100);
DECLARE @Company AS char (100);
SET @ItemId = 'xxx';
SET @Company = 'xxx';
select * from INVENTMODELGROUPITEM where ITEMID = @ItemId and ITEMDATAAREAID = @Company
Please follow the link to run the scripts in production by your own: Run custom X++ scripts with zero downtime - Finance & Operations | Dynamics 365 | Microsoft Docs
Hi Sneha, please create a support ticket for us to be able investigate further.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,409
Most Valuable Professional
nmaenpaa
101,156