In both mobile and web applications, as well as on the server side, it’s important to define/configure messages. These messages are defined across various modules. How can I determine which messages should be defined in which module?
Is there any central module where I can define messages at one place?
1 Like
Yes, For that Message Master is the module available in Vahana.
Which allows us to define/configure messages.
To configure a message, we need to follow certain steps:
- Go to Message master module.
- You will get some pre configured messages.
- Otherwise, Click on ‘Add Message’.
- Write ‘Message Code’ and ‘Message Content’ accordingly.
- Can select the type: such as ‘Informative’ , ’ Warning’, ‘Error’.
- Click on add. Submit it.
- Then you can use it in any other module for validations and etc.
3 Likes