Question

Default Requisitioner


Userlevel 3
Badge +6

Can a default requiristioner be assigned at the site level? When I make a requisition, it defaults my user, however, we want a generic requiristioner in most of our reqs. See image.


3 replies

Userlevel 6
Badge +17

Hi @tonybiagini,

Unfortunately this seems not possible without a code change (Customization). Code is written in the way that to get the Person ID of the logged in user always as the default Requisitioner. If not to change the value from LOV.

 

BEGIN
IF Check_Exist___(requisitioner_code_) THEN
RETURN Person_Info_API.Get_Name(requisitioner_code_);
END IF;

 

If your person Id does not exists in Procurement Basic Data>Requisitioners tab then there will be no value fetch for Requisitioner in the PR when your create a new.

Hope this helps.

 

Kind Regards,

Kasun

Userlevel 4
Badge +8

Hello @tonybiagini ,

 

You may try to;

1-Save a template, after you change the requisitioner no.

 

2-And then you can select your template easily for next requisitions.

 

 

Hope it helps.

 

Kind Regards

Ozgun Bal

Badge +1

After saving the “default” Requisitioner to a template, you can make this template the default for that screen. Go to “Templates” in “My Administration”. Look up the template, RMB and select “Set as default”. 

Reply