Try below code on INITIALIZE event of field,
data.***********::initialize - (JavaScript, client)
if (txtEBELN.rawValue == "DocType1") { "txtEBELN is a field name
txtEBELN.presence = "hidden"; "case sensitive
}
Hope this helps.
Try below code on INITIALIZE event of field,
data.***********::initialize - (JavaScript, client)
if (txtEBELN.rawValue == "DocType1") { "txtEBELN is a field name
txtEBELN.presence = "hidden"; "case sensitive
}
Hope this helps.