Two messages with different data structures have
the same name: {message name}. This conflict will cause data reference errors at compile time. Rename and
refactor one of the messages.
Explanation
A compile error will occur because references to
two different data structures have the same name.
User response
Follow these steps:
- Rename and refactor one of the messages.
- Run the Generate Runtime Code wizard again.