Navigate to
$MQ_HOME and extract
EML.war from
ECM.ear.
Navigate to the
$MQ_HOME\ECM.ear\EML.war\javascripts\datatype folder.
Open the
DataTypeClient.js file and modify the following custom methods:
Custom operation with respect to data type and a particular screen ID:
DataTypeClient.prototype.OPERATION_DATATYPE_SCREENID = function(){ // Own implementation
Custom operation with respect to data type for all screens:
DataTypeClient.prototype.OPERATION_DATATYPE = function(){ // Own implementation }
Where,
OPERATION =
{formatForDisplay / validate}
DATATYPE = {4 / 11 / 100}
SCREENID =
{850 / 900 / 950}
Archive
EML.war to add the new methods.
Archive
ECM.ear to add the updated
EML.war.
Redeploy the
ECM.ear file and restart the application server.