Skip to main content

Hi everybody

Several customers have already brought this concern to my attention. I'm looking for a way to set a minimum purchase order value or a minimum value on the purchase order line. This means that the difference between the net amount is calculated at the order header and/or line level and a specific charge type is automatically created with this difference amount.

Thank you in advance for your ideas and feedback. 

 

Best regards, 

 

Rolf

@ArcRolfrH this would need to be a CRIM. In SfPP you can define min order qty for a specific part but not min value. I’m thinking a CRIM along below lines could sort out your requirement

  • Custom Attribute at Supplier levet - Purchase pahe → C_MIN_PO_LINE_AMT
  • Custom Event to be triggered when PO is Released → should execute a BPA WF
  • BPA Workflow with the logic to read C_MIN_PO_LINE_AMT → check PO Line Amount → add charge for the difference between C_MIN_PO_LINE_AMT - PO Line Amount

Or you could decide for the BPA WF to execute on projection action whenever a new PO Line is saved.