Solved

Mobile User Inventory Part

  • 10 January 2022
  • 1 reply
  • 123 views

Userlevel 5
Badge +14

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?

icon

Best answer by ctaylor56 10 January 2022, 22:17

View original

This topic has been closed for comments

1 reply

Userlevel 5
Badge +14

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

 

Turned off Part Validation with an employee workflow configuration.