Create Blanket Purchase order from Requisition worksheet

Does anyone know if there is a base function to create a Blanket Purchase order from a Requsition Worksheet?

Thanks in advance,

Brad

We need to Customize.

Welcome to DUG!!!

Standard Navision create purchase order from requisition worksheet.

You need to make changes in Codeunit 333 in Following Function

InserPurchorderline

InserHeader

In these function You have change the document type from Order to Blanket Order.

Thanks for the quick reply and info. I’ll pass this to my IT folk and hopefully we can get this customized. I did find a work around by copy document to BPO and then deleting the original PO. Not ideal but did work.