Hi,
in my code, instead using "words" for a message, I want to use the label description of an EDT, can I do that and how ?
For example I have message : info("Item number cannot be empty"), Instead type it manually I want to use like strfmt("%1 cannot be empty", <label of EDT ItemId>)
Thanks,