Saturday, September 3, 2011
FND Messages
I have defined a message of 5 lines in Application developer to use the message in my self service application. The message is supposed to appear as 10 different lines my self service application when invoked.
So I have defined the message text as below in Application Developer
Message Name : XXX_TOOL_TIP
Message Text :
This is message line no 1
This is message line no 2
This is message line no 3
This is message line no 4
This is message line no 5
Then I have invoked this message XXX_TOOL_TIP in my application and the message appeared as below
This is message line no 1This is message line no 2This is message line no 3This is message line no 4This is message line no 5
It is just because Oracle apps does not interpret the message as defined in the Application developer. If you want to display a blank line in the application, the message has to be defined in the Application developer accordingly.
The above message has to be defined as below to get the message in the expected format.
<br>This is message line no 1<br>This is message line no 2<br>This is message line no 3<br>This is message line no 4<br>This is message line no 5
Subscribe to:
Post Comments (Atom)
Hi , any solution for above question, please reply.
ReplyDelete