Skip to main content
Solved

Implementing the Shop For Rate feature in Sales Quotes screen

  • 17 November 2020
  • 2 replies
  • 233 views

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, 

2 replies

Userlevel 7
Badge +10

Vinay,

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

Base.FindImplementation<CarrierRates>();

 

Userlevel 5
Badge +1

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