Hello,
I am looking for a report or a cube from which i can extract sale of BOM component wise.
Thanks
*This post is locked for comments
Hello,
I am looking for a report or a cube from which i can extract sale of BOM component wise.
Thanks
*This post is locked for comments
for your inspiration have a look at aot >> form >> BOMExpandPurch
Note:
what is your question, please think before posting again.
if you want to learn whole AX, in one post, it would be little difficult. If you don't know basics kindly start at MSDN and TechNet
Lets say i want to add Bom lines to AOT\Form\InventTrans
Where do i add the code shall i create a new method?
Kindly help.
Thank you.
//In your RDP Class where sales lines are being entertained
for each sales line
{
if(SalesLine has any active BOM)
{
1. Take bom lines
2. insert BOM lines with quantity in temp table (which is responsible for report ds)
}
else
{
let sales line be inserted to temp table as its going now
}
}
Hello,
Thank you for the reply.
I have no idea were to add this code.
Can you help me on this.
Thank you.
Hello Sohaib,
Thank you for the reply.
Can you help me with 2nd option.
I am a newbie to AX.
Thanks.
if you are looking to have a report which should show you "expended BOM lines", based on your sales lines, there can be two points
1) if you are using "BOM expansion"on sales process/form, as you will print report, automatically it will show you BOM lines
2) if you are not expanding BOM on sales, but want to see report so that it should show expended BOM of sales lines, you need customization.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156