Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Supply chain | Supply Chain Management, Commerce
Suggested answer

Error while entering ITEM MODEL GROUP - A value is missing. Enter a value in the Item model group field in the Released product details form to be able to proceed

(0) ShareShare
ReportReport
Posted on by

Hello All,

I'm trying to enter ITEM MODEL GROUP for a product and it's throwing me the following error -

pastedimage1663059687227v1.png

Product dimensions are correctly setup, it's just the Item model group that needs to be setup here.

  • Suggested answer
    SnehaS Profile Picture
    SnehaS on at
    RE: Error while entering ITEM MODEL GROUP - A value is missing. Enter a value in the Item model group field in the Released product details form to be able to proceed

    Also,

    Update INVENTMODELGROUPITEM Set MODELGROUPID = 'MAverage' where ITEMID = @ItemId and ITEMDATAAREAID = @Company;

  • SnehaS Profile Picture
    SnehaS on at
    RE: Error while entering ITEM MODEL GROUP - A value is missing. Enter a value in the Item model group field in the Released product details form to be able to proceed

    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

  • Ramune Profile Picture
    Ramune on at
    RE: Error while entering ITEM MODEL GROUP - A value is missing. Enter a value in the Item model group field in the Released product details form to be able to proceed

    Hi Sneha, please create a support ticket for us to be able investigate further.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,409 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans