Skip to main content
Solved

Cannot access code PXCache


Hello,

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

 

best regards.

 

Best answer by Naveen Boga

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..

 

 

View original
Did this topic help you find an answer to your question?

2 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3410 replies
  • Answer
  • August 12, 2021

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..

 

 


  • Author
  • Jr Varsity II
  • 22 replies
  • August 13, 2021

thank you @Naveen B , i will test it.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings