Hello,Â
Â
I want to configure a IFS report for a particular inventory location to printed to a default printer.Â
Â
How can I set this up report rules.Â
Hello,Â
Â
I want to configure a IFS report for a particular inventory location to printed to a default printer.Â
Â
How can I set this up report rules.Â
Review here to see if this is what you’re looking for. Thanks! Jane
Â
Hallo
I had a same problem and I solved in a other way. We have two workplaces (with PC) in the logistics with two printers each. The workers use also a WaDaCo-Handheld. I solved. that I use the historical Log to found out on witch workspace (PC) the user is logged when they print out some label from the WaDaCo-Handheld.
Â
Report Rule
Â
Â
<&SELECTÂ
  hla.new_valueÂ
FROMÂ
  history_log_attribute_tab hla,Â
  history_log_tab hlÂ
WHERE hl.log_id = hla.log_idÂ
  AND hl.lu_name = 'FndClientLogon'Â
  AND hl.history_type = '1'
  AND hla.column_name = 'MACHINE'Â
  AND ( hl.username = ' #CurrentUser]'Â
   OR hl.username = '/#PrintedBy]' )Â
ORDER BY hla.log_id DESCÂ
FETCH FIRST ROW ONLY]
Â
Best Regards,
André
Hi,
It entirely depends on what IFS report you are trying to print. Is LOCATION_NO available as a field in the report per default?
See example for INVENT_LOCATION_NO_BARCODE_REP below.
If LOCATION NO is not available in the report you will have to create a custom field.
BR
Johan
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.