View source | Discuss this page | Page history | Printable version   

ERP 2.50:Developers Guide/Reference/ExtensionPoints

ERP 2.50:Developers Guide

Index


Contents

Extension Points

This is the list of available Extension Points on core procedures.

C_Order_Post - Finish Process Extension Point

This extension point is called at the end of the C_Order_Post1 function, the function that processes orders

Message and Result have to be retrieved after the procedures have been launched as they might be changed by those procedures to set warnings and messages to the user.

C_Invoice_Post - Finish_Process Extension Point

This extension point is called at the end of the C_Invoice_Post function, the function that processes invoices

Message and Result have to be retrieved after the procedures have been launched as they might be changed by those procedures to set warnings and messages to the user.

M_Inout_Post - Finish_Process Extension Point

This extension point is called at the end of the M_Inout_Post function, the function that completes shipments

Message and Result have to be retrieved after the procedures have been launched as they might be changed by those procedures to set warnings and messages to the user.

M_Inout_Create - Calling Post Process

This extension point is called inside the M_Inout_Create function, the function that creates shipments from orders. It allows depending on the result returned to call the function to complete the shipment created or not and leave the shipment in draft status.

M_Inout_Cancel - Calling Post Process

This extension point is called inside the M_Inout_Cancel function, the function that cancels shipments from orders. It allows depending on the result returned to call the function to complete the shipment created or not and leave the shipment in draft status.




ERP 2.50:Developers Guide/Reference/JavaAPI | ERP 2.50:Developers Guide/Java Coding Conventions 

Retrieved from "http://wiki.openbravo.com/wiki/ERP_2.50:Developers_Guide/Reference/ExtensionPoints"

This page has been accessed 12,960 times. This page was last modified on 14 June 2011, at 11:04. Content is available under Creative Commons Attribution-ShareAlike 2.5 Spain License.