Question

APPS9 mwo filtering "Assigned to Me"

  • 17 February 2021
  • 0 replies
  • 71 views

Userlevel 3
Badge +7

I am setting up multiple mobile filters to minimize the amount of data transferred to a mobile device.

We use Priorities to separate out pools of work orders so having 4000 orders on a device can take time to initialize.

So my current filter does the following

Send all WO to my mobile if they meet the following criteria:

Belongs to Site ‘D100’, is Assigned to ‘Me’ or is a priority ‘N’ (My teams priority)

I can get the D100 & Priority ‘N’ to work, but cannot seem to get Assigned to me to work. There are no other permission sets to limit Site, Priorities or Worktypes in IEE, all users have access to these items.

How do I bypass filters when an order is assigned to “Me”

This is what I have setup under TouchApp mWorkOrder3 -> Activities

Entity mWorkOrder 3.ActiveSeparate

SQL Where Expression

&0.CONTRACT='D100' OR &0.WORK_MASTER_SIGN=FND_SESSION_API.GET_FND_USER OR &0.PRIORITY_ID ='N'

 

Much appreciate any insight.

Thank you,


0 replies

Be the first to reply!

Reply