function fieldChanged(scriptContext) {
// Specify the particular field change condition
let subCategoryField = currentRec.getField({
fieldId: ‘custevent_jj_travel_sub_category_list’
});
subCategoryField.isDisplay = false
}
function fieldChanged(scriptContext) {
// Specify the particular field change condition
let subCategoryField = currentRec.getField({
fieldId: ‘custevent_jj_travel_sub_category_list’
});
subCategoryField.isDisplay = false
}