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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Answered

The report parameter is read-only and cannot be modified in D365FO

(1) ShareShare
ReportReport
Posted on by 596
I have a custom Purchase Order Confirmation report in D365FO that is configured via Print Management.
The report is a customization of the standard PurchPurchaseOrder report.

When confirming a Purchase Order, the document processing fails with the following error:
"The report parameter 'isPurchConfirmationRequestJournal' is read-only and cannot be modified."
 
I have the same question (0)
  • Verified answer
    CU09091357-0 Profile Picture
    596 on at
    The problem had nothing to do with the report parameter configuration itself.
    The real root cause was using the wrong PrintMgmtDocumentType enum value.
     
    I was using:
    PrintMgmtDocumentType::PurchaseOrderConfirmationRequest
    When the correct value for the standard Purchase Order Confirmation is:
    PrintMgmtDocumentType::PurchaseOrderRequisition
     
    PurchaseOrderConfirmationRequest routes through PurchConfirmationRequestController instead of the standard PurchPurchaseOrderController.
    That controller's modifyContract() method calls parmIsPurchConfirmationRequestJournal(true) at runtime, which is what triggered the read-only parameter error on my custom report.
     
    Switching to PurchaseOrderRequisition fixed multiple issues at once:
    - The parameter is read-only error is gone
    - The custom report now appears correctly in Print Management
     
    Hope this saves someone else the debugging time!

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 573

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 573

#3
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 396 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans