Skip to main content
Question

Work Order Requisition default requisitioner id

  • December 22, 2021
  • 2 replies
  • 196 views

Forum|alt.badge.img+11

In the prepare work order > requisition tab when you click New, the Requisitioner defaults the code  found in the character and numeric value defaults.   Is there a way to change it from “WO” to the user’s requisitioner id?  ie:  Is there a formula we can enter to make this dynamic?  I tried &REQ_NAME but then it just shows that as the requisitioner id.   I have shown users how to create a template with their id then default it as a workaround but was curious if there was a better option.

 

IFS9 SP17

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+12
  • Hero (Partner)
  • January 12, 2022

Another way of doing it is to update the saved WOPR with a custom event + an event action with execute online sql (custom event capturing a save to the WORK_ORDER_REQUIS_HEADER_TAB and a deferred call for Work_Order_Requis_Header_API.Modify__?).

You can use the #USER_ID# general substitution in your event action to set the Requisitioner with the current user. 

Hope this helps.

Asanka


Forum|alt.badge.img+12
  • Hero (Partner)
  • January 12, 2022

Maybe you can use a custom event+ event action with execute online SQL type?

Event action to capture new records in WORK_ORDER_REQUIS_HEADER_TAB with event action to use Work_Order_Requis_Header_API.Modify__?

You can use the #USER_ID# general substitution to update the created WOPR with current user ID.

Hope this helps,

Asanka