Skip to main content

In MaintEngApp, I am trying to create a planned return line in mobile for a part that is currently in InFacility.  When I go to my part selector, I am unable to see that part # I am looking for.  Looking at the InventoryPart Entity I notice that it only sync’s parts that are in stock.  Is that correct?  

Since the Refresh All Inventory Parts builds the Mobile user inventory part table, and the sync entity for InventoryPart has a where clause of

 

(part_no, contract) IN (SELECT muip.part_no, muip.contract FROM mobile_user_invent_part muip WHERE muip.user_id = Fnd_Session_API.Get_Fnd_User) 

 

How do we do a return of a Part Number (and serial) that is not part of out In Stock items?

I used @skullk solution in the post Aurena Native Mobile App - Sync Part | IFS Community 

 

Turned off Part Validation with an employee workflow configuration.