[B#2975997] ApplyAccessFilter Not Passing Both Booleans
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2975997
This commit is contained in:
parent
cc066a06c8
commit
88f1cd175a
|
|
@ -108,7 +108,7 @@ public class MGoal extends X_PA_Goal
|
||||||
{
|
{
|
||||||
List<MGoal> list = new Query(ctx,I_PA_Goal.Table_Name,null,null)
|
List<MGoal> list = new Query(ctx,I_PA_Goal.Table_Name,null,null)
|
||||||
.setOrderBy("SeqNo")
|
.setOrderBy("SeqNo")
|
||||||
.setApplyAccessFilter(true)
|
.setApplyAccessFilter(false,true)
|
||||||
.setOnlyActiveRecords(true)
|
.setOnlyActiveRecords(true)
|
||||||
.list();
|
.list();
|
||||||
for(MGoal goal:list)
|
for(MGoal goal:list)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue