Skip to main content

Hello,

  Can i consult the code source of the methods in PXCache. For example method : GetValueExt

 

best regards.

 

Hi @mohamed1walha  We need to use below syntax to assign/Get the value..


GraphName.ViewName.Cache.SetValueExt<DAC.FieldName>(row, value);

object value = ViewName.Cache.GetValueExt<DAC.FieldName>(row); // I never used this, but hoping that this will help you..

 

 


thank you @Naveen B , i will test it.


Reply