Skip to main content

Hello,

 

I am trying to create a new report rule that helps me to print the only handling unit layout that was created for the specific layout.

 

 I have created the rule like this:

 

 

Expression 1 :

 

 

I have tried both APTR and ‘APTR’  for the Expression 2.

 

Only one part number is going to be related for only one specific customer. That’s why i have referenced sales part cross reference. And also part nos are same with the catalo nos

This label should have been printed on the shop order handling unit structure , before packing.

 

When i print this label from the shop order , i am waiting from that system that i chooses the correct layout for me.

 

 

But it still chooses the labels according to the report definition sequence.

 

 

I want the system to choose the label i have defined on the action of the report rule.

 

If you check the window “Report Rule Log” and look for your report rule id. There you can see the execution if the condition is met. You can also see if anything goes wrong.


@Fatih YILDIRIM Gumabs one option to try could be:

  • create custom attribute in Handling Unit - make it available for Reports
  • then you can see in the XML if you get the value you expect
  • change your Expression1 in the Report Rule to take the Custom Attribute you just created 

Reply