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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

Delete Product Category of a item in x++

(0) ShareShare
ReportReport
Posted on by 1,845

hi ,

i want to delete product category of a item using x++ (job). i have csv file from there i can get item number and want to delete all product category for given item number.

your help is very much appreciated.

thank you

*This post is locked for comments

I have the same question (0)
  • Rishi1403 Profile Picture
    1,370 on at

    Hi Dinkar,

    try this...

    1.  Get the itemId from the csv.
    2. Find product from inventtable using the itemId (InventTable::find(itemNumber).Product)
    3. Then finally use delete_from ecoResProductCategory to delete the categories of items.

    Hope this helps.!

    Regards,

    Rishi

  • startax Profile Picture
    1,845 on at

    Thanks for reply Rishi i am trying the above process but i am missing something in delete command please check my code

    delete_from ecoResProductCategory

                       where ecoResProductCategory.Product == EcoResProduct.RecId

  • Verified answer
    Rishi1403 Profile Picture
    1,370 on at

    Try this

    RecId recId;

    str itemNumber ;

    itemNumber = conPeek(container,<position of itemid in csv>);

    recId = InventTable::find(itemNumber).Product;

    delete_from ecoResProductCategory

                       where ecoResProductCategory.Product == EcoResProduct::find(recId).RecId;

    Hope this helps. Please let me know in case of any issue.

  • startax Profile Picture
    1,845 on at

    Thanks Rishi i am looking this code thanks once again..!

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
CP04-islander Profile Picture

CP04-islander 21

#2
dserp Profile Picture

dserp 4

#2
dekion Profile Picture

dekion 4

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans