I am trying to get a simple message to be returned on failure
In a preflight ppp
When using CHECK ON > Page > Page size there are 3 default messages:
- %BoxType% width is %Width%, should be %WidthComparator% %RequiredWidth%
- %BoxType% height is %Height%, should be %HeightComparator% %RequiredHeight%
- %BoxType% width is %Width%, should be %WidthComparator% %RequiredWidth%, %BoxType% height is %Height%, should be %HeightComparator% %RequiredHeight%
What dictates which response is used?
Is there a way I can override the 3 responses and only have 1?
Is there a way I can return the size, ie A5, or A4 etc (obviously %Size% isn't valid)?
Thank you