You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This rule only appears to detect direct access to a cache, ex: Document.Cache.Insert(row) or Caches[typeof(SOOrder)].Insert(row). If you go through the Insert() function of PXSelectBase, the error will not be raised. Is that intended?
The text was updated successfully, but these errors were encountered:
This rule only appears to detect direct access to a cache, ex:
Document.Cache.Insert(row)
orCaches[typeof(SOOrder)].Insert(row)
. If you go through the Insert() function of PXSelectBase, the error will not be raised. Is that intended?The text was updated successfully, but these errors were encountered: