web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Field 'Item number' must be filled in.

(1) ShareShare
ReportReport
Posted on by 147

Hi Champs!

I'm trying to release an item in an entity. It's giving the following error when we check in the "open product release form".

"Field 'Item number' must be filled in."

I cannot set the item number sequence to automatic as we the requirement is to put manual item numbers.

Please help.

Thanks and regards,

Ahmed.item-release.PNG

*This post is locked for comments

I have the same question (0)
  • Sohaib Cheema Profile Picture
    49,438 User Group Leader on at

    AX don't allows you manual number sequence of Item Id. In case you don't provide item id, it takes automatically form Product Number. If you don't want to keep item number same as Product Number, you may keep a different sequence for item number, which should be automatic. Otherwise, let the item number sequence be neither manual nor continuous.

  • André Arnaud de Calavon Profile Picture
    301,156 Super User 2025 Season 2 on at

    Hi Ahmed,

    In addition to Sohaibs answer: Did you setup any number sequence for item numbers? What settings were done on this number sequence?

  • Ahmed Siddiqui Profile Picture
    147 on at

    Hi Sohaib,

    We want to keep the item number the same as the product number in the product master. The product number is entered manually. But it seems like AX is not picking this from the product master and so giving this error.

  • André Arnaud de Calavon Profile Picture
    301,156 Super User 2025 Season 2 on at

    Hi Ahmed,

    Did you setup a number sequence for the items? If you are using only one legal entity, you can also consider creating the released product directly instead of creating a global product and using the release process.

  • Ahmed Siddiqui Profile Picture
    147 on at

    Hi Andre,

    The item is released in another entity so we cannot create it manually.

  • Suggested answer
    André Arnaud de Calavon Profile Picture
    301,156 Super User 2025 Season 2 on at

    Hi Ahmed,

    Please go to the warehouse and management parameters. Then set focus on the number sequence tab page. Is there a number sequence linked to the item numbers? If not, create a number sequence with the scope for this company and activate the Manual option. Then link this number sequence to the Item number reference.

    Then it should work like your expectations.

  • Verified answer
    Ahmed Siddiqui Profile Picture
    147 on at

    Hi,

    As mentioned earlier, number sequence is already setup to manual and that is why this issue is there.

    I resolved it by creating the item manually with a "." at the end and then changing the name back to the original product name through "record info".

    Thanks and regards,

    Ahmed Nurullah.

  • Suggested answer
    RamKumarb Profile Picture
    828 on at

    Hi ,

    you could use this job to release the product ..

    static void Release(Args _args)
    {

    EcoResProduct ecoResProduct;
    EcoResProductIdentifier ecoResProductIdent;

    select DisplayProductNumber,RecId from ecoResProduct where ecoResProduct.DisplayProductNumber == "123456";

    //select ecoResProductIdent where ecoResProductIdent.ProductNumber == ecoResProduct.DisplayProductNumber
    select ecoResProductIdent where ecoResProductIdent.Product == 123456; // check wthether the record already exits in ecoResProductIdentifier


    if(!ecoResProductIdent && ecoResProduct)
    {
    ecoResProductIdent.Product = ecoResProduct.RecId;
    ecoResProductIdent.ProductNumber = ecoResProduct.DisplayProductNumber;
    ecoResProductIdent.insert();

    }
    }

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans