Skip to main content
Solved

Implementing the Shop For Rate feature in Sales Quotes screen

  • November 17, 2020
  • 2 replies
  • 298 views

Vinay Koppula
Semi-Pro II
Forum|alt.badge.img+1

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, 

Best answer by Gabriel Michaud

Vinay,

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

Base.FindImplementation<CarrierRates>();

 

2 replies

Gabriel Michaud
Captain II
Forum|alt.badge.img+11

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 Koppula
Semi-Pro II
Forum|alt.badge.img+1
  • Author
  • Semi-Pro II
  • November 18, 2020

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