Text Substitution warning E42B3 not working in JDE
Hi All,
I want to display E42B3 warning message in my application.
The error message syntax is:
Item Description:Line &2 will go on the following holds:
Item Glossary: &1
I tried to use the BSFN B0800366 - Text Substitution Error and passed the Error Id and Text Substitutions &1 and &2.
The following are the parameters I am passing for the bsfn B0800366 datastructure.
E42B3 -> ErrorMessageID
Description -> SubstitutionText1
1.000 -> SubstitutionText2
The expected result:
Line 1.000 will be on the following holds:
Description
But the output i get is:
Line will be on the following holds:
Description
The text for &2 is not getting passed into the error message.