Skip to main content

Hi, 

I’m trying to implement the Sales Order > Shop For Rates feature on the Sales Quote screen.

I have used the same code that was implemented on the sales order screen but unable to move forward with the Issue that is attached on the screenshot. Can somebody help me to address this issue to move forward with further implementation. 

 

Thanks, 

Vinay,

FindImplementation is a function in PXGraph; you can reference the base graph from your extension with Base (upper-case B!):

Base.FindImplementation<CarrierRates>();

 


Vinay,

FindImplementation is a function in PXGraph; you can reference the base graph from your extension with Base (upper-case B!):

Base.FindImplementation<CarrierRates>();

 

Thanks @Gabriel Michaud


Reply