API "jdeRetrieveDataPtr" not returning all values from F4211

BSK

Active Member
Hi everyone,

I am trying retrieve values from P4210 Sales Order entry screen in my custom "C" BSFN using API "jdeRetrieveDataPtr" ( lpdsF4211 = (LPF4211)jdeRetrieveDataPtr(dsInternal.hUser, lpDS->idF4211RowPtr) and I see many values returned except few fields like SDVEND that I need for my functionality. Anyone has idea how to get all fields from sales order entry using "jdeRetrieveDataPtr" API?

Thanks
Bala
E1-9.2
 
This is basically a duplicate post. I responded in an old thread that you also posted to so look at that. Start by determining what is setting the value you are using in idF4211RowPtr. I hate to make assumptions since you don't provide very many details but you may have a misunderstanding on how these APIs work.
 
I think the way to figure this out is start with EditLine. Make sure the vendor is being passed. Once that is confirmed, debug the function and follow the data structure that is ultimately passed to the advanced pricing custom function. It's possible some parms from EditLine are not loaded into that structure until after pricing runs.

Craig
 
Back
Top