Question

Work Order Requisition default requisitioner id

  • 22 December 2021
  • 2 replies
  • 134 views

Userlevel 4
Badge +9

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 comments

2 replies

Userlevel 6
Badge +11

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

Userlevel 6
Badge +11

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