Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

      3. Define the exception in English translation properties file, by using the expression tag key defined in metadata messages file as the entry key, and specifying the exception message. Use %<number> where the input parameters should be placed. Note that <number> is their index+1 in parameters array list.

...

      3. Define the question code in metadata messagesin metadata messages file.

Code Block
themeEclipse
languagejava
titlemessages.xml
collapsetrue
 	<message>
         <code>CONFIRM_FINANCIAL_TRANSACTION_SAVED_AS_POSTED</code>
         <expression>key_confirm_financial_transaction_saved_as_posted</expression>
         <description>Confirm Action</description>
    </message>

      4. Define the question in the English translation properties file, by using the expression tag key defined in metadata messages file in metadata messages file as the entry key, and specifying the question message. Use %<number> where the message parameters should be placed. Note that <number> is their index+1 in message parameters array list.

...

Expand
titleWarning Message

Image RemovedImage Added