• Skip to main content
  • Skip to primary sidebar
  • Home
  • About
  • Recommended Readings
    • 2022 Book Reading
    • 2023 Recommended Readings
    • Book Reading 2024
    • Book Reading 2025
  • Supply Chain Management Guide
  • PKM
  • Microsoft Excel

Ali Raza Zaidi

A practitioner’s musings on Dynamics 365 Finance and Operations

Procurement

Finalize the Purchase Order- D365 Finance and Operations

November 8, 2024 by alirazazaidi

  • Hello friends, Today we explore the finailzed option on purchased order.
  • I usually confirm the purchased order but never use this functionality.
  • We can use this option only when we call lines in purchase order are cancelled or invoiced.
  • I tried it and found following error message on purchase order with Received status.
  • One thing is sure, after finalization of purchase order we can not change in purchase order.
  • After posting Invoice I tried
  • We can finalize purchase order by two ways, one is from purchase top menu.
  • Or we can use use the following navigation
  • Procurement and Sourcing > Periodic Tasks> Finalize Purchase Orders.
  • we tried from purchase order on action pane. and let see what happen
  • After click on Ok, the status of purchase order is final.
  • let me try to add a new line.
  • The add new line option is gray out, we can not add or edit line
  • When a [[Purchase Order]] or Purchase Order Line is “Finalized”, the system does 2 things:
  • 1) It did not allow to any changes or add new line in purchase order.
  • 2) If you enable the budgeting module in d365 F&O and buget is reserved against purchase order, Finalization of purchase 

I used Roam Research app for writing this blog post.

Unregister Purchase Order line register quantity which is received via mobile device OR Remove Stock via PO in D365FO

January 2, 2024 by alirazazaidi

A small tip: I just create a purchase order and register the quantity. Either directly on the purchase order or through the mobile app, advance warehouse in D365 Finance and Operations. Now I want to cancel that line or unregister the quantity for that line.

As compared to Ax 2012, it is relatively easy in D365 Finance and Operations.

For this, open the purchase order and go to a specific line, click on the update line, and click on registration.

From registration form click on ” Add registration line”

On clicking add registration line, you will find negative values.

Click on Confirm Registration. This will reverse the registration process after closing this form you can remove the line from purchase order

Similar way you can unregister the picked quantity in Sales order processing.

Relation between PurchLine and PurchReqline Tables in Dynamics AX 2012 R3.

November 9, 2017 by alirazazaidi

In one of SSRS Report requirement, client wants to see Purchase order quantity, Invoice Quantity against items purchase requisition Quantity.

 

Instead of writing a query on ItemId and InventdimId, I found out of the box function In PurchReqLine table. This method return the reference of Purchline. With reference of Purchline, I can get Purchase order Number and get Item Invoiced quantity.

 

PurchLine       purchLine;

PurchReqLine reqline;

 

_purchLine = reqline.purchLine();

 

 

The relationship between Purchline and PurchReqline is RecId, Purchline contains the Reference RecId of PurchReqline.

 

PurchLine       purchLine;

 

if (this.PurchId && this.LineRefId)

{

select firstonly purchLine

where purchLine.PurchId           == this.PurchId    &&

purchLine.PurchReqLineRefId == this.LineRefId  &&

!purchLine.IsDeleted;

}

How to register Request for Quotation response in Dynamics Ax 2012 and its convert Purchase order

January 10, 2015 by alirazazaidi

 

In my previous post, we create and post a request for Quotation for two different vendors,

http://tech.alirazazaidi.com/how-to-create-request-for-quotations-in-dynamics-ax-2012/

 

In this post I am going to register the response sent by vendors against request for Quotation.

1-10-2015 2-04-58 PM

 

 

By clicking on Request for quotation replies. A list page open, if you saw last two lines are against our required RFQ. because we send it to two different vendors.

1-10-2015 2-07-15 PM

 

We are going to register the response from the “Lande Packaging Supplies”.


From top menu select copy Data to reply and click on Edit.

replay

 

On click on edit detail page opens you can update the information according to replies.

Repliy detail

For first Item, I have to update price from 50 to 40 , We assume that Vendor offer us with less price.

PriceUpdate

Save it and similarly register response for other vendor.

 


 

 

 

 

 

Now go to back to all request Quotation form. Select the Request for Quotation and found request of Quotation as follow

Status is received

From top menu strip click on compare replies

Compare replices

 

Following form will open which shows the line header with amount.

legal

If you saw Vendor account 1001 offers less prices then vendor 1002. I am going to accept that response and that will result in Purchase Order convert from Request for Quotation.

 

Select the line and click on accept button.

Similar form opens

 

Purchase order successfully created against accepted response.

 

Purchase Order created

 

 

Product Management in Dynamics Ax 2012 R3 Part 2

December 10, 2014 by alirazazaidi

In previous post I just create an Item product without its variant and released it to required legal entity.

http://tech.alirazazaidi.com/product-management-in-dynamics-ax-2012-r3-part-1/

But product required one more step to finalize it before used in sales or purchase.

 

  • Item group
  • Item module group.
  • Storage dimension.
  • Tracking dimension.

 

 

 

For this purpose you have to go in Specific Legal entity and open the release product page.

12-10-2014 10-08-45 AM

 

When Release product form opens, select or highlight you required release product and click on Edit button.

select

 

You can find similar form.

Edit form

You find that there is validate button on Product tab, this button helps you to identify what is missing in finalizing the release product.

 

12-10-2014 10-15-11 AM

I clicked it for my newly released product.

12-9-2014 5-11-07 PM

It gives me warning that values for Item model group, Item group, storage Dimension groups and tracking dimension group values are missing.

 

Let’s first set the values for Storage and tracking dimension group.

For this purpose you have to click on top menu tab menu and click on Dimension groups

ddd

 

 

You can set values here for Storage Dimension group and Tracking Dimension group.

12-9-2014 5-16-14 PM

After setting dimensions go  to General fast tab you find the Item model group drop down, you have to set its value from there

12-9-2014 5-11-47 PM

 

For Item group please expend the Manage Costs fast tab and set its value from there.

12-9-2014 5-14-24 PM

After setting all these values click on Validate button to check that Release product is properly configured.

 

12-9-2014 5-18-03 PM

Primary Sidebar

About

I am Dynamics AX/365 Finance and Operations consultant with years of implementation experience. I has helped several businesses implement and succeed with Dynamics AX/365 Finance and Operations. The goal of this website is to share insights, tips, and tricks to help end users and IT professionals.

Legal

Content published on this website are opinions, insights, tips, and tricks we have gained from years of Dynamics consulting and may not represent the opinions or views of any current or past employer. Any changes to an ERP system should be thoroughly tested before implementation.

Categories

  • Accounts Payable (2)
  • Advance Warehouse (2)
  • Asset Management (3)
  • Azure Functions (1)
  • Books (6)
  • Certification Guide (3)
  • Customization Tips for D365 for Finance and Operations (62)
  • D365OF (59)
  • Data Management (1)
  • database restore (1)
  • Dynamics 365 (58)
  • Dynamics 365 for finance and operations (135)
  • Dynamics 365 for Operations (165)
  • Dynamics AX (AX 7) (134)
  • Dynamics AX 2012 (274)
  • Dynamics Ax 2012 Forms (13)
  • Dynamics Ax 2012 functional side (16)
  • Dynamics Ax 2012 Reporting SSRS Reports. (31)
  • Dynamics Ax 2012 Technical Side (52)
  • Dynamics Ax 7 (65)
  • Exam MB-330: Microsoft Dynamics 365 Supply Chain Management (7)
  • Excel Addin (1)
  • Favorites (12)
  • Financial Modules (6)
  • Functional (8)
  • Implementations (1)
  • Lifecycle Services (1)
  • Logseq (4)
  • Management Reporter (1)
  • Microsoft Excel (4)
  • MS Dynamics Ax 7 (64)
  • MVP summit (1)
  • MVP summit 2016 (1)
  • New Dynamics Ax (19)
  • Non Defined (9)
  • Note taking Apps (2)
  • Obsidian (3)
  • Personal Knowledge Management (2)
  • PKM (13)
  • Power Platform (6)
  • Procurement (5)
  • procurement and sourcing (5)
  • Product Information Management (4)
  • Product Management (6)
  • Production Control D365 for Finance and Operations (10)
  • Sale Order Process (10)
  • Sale Order Processing (9)
  • Sales and Distribution (5)
  • Soft Skill (1)
  • Supply Chain Management D365 F&O (3)
  • Tips and tricks (278)
  • Uncategorized (165)
  • Upgrade (1)
  • Web Cast (7)
  • White papers (4)
  • X++ (7)

Copyright © 2025 · Magazine Pro On Genesis Framework · WordPress · Log in