How to make a detailDropdown field in SDM not required or mandatory.
The Current code is:
detailDropdown("Categoría Aplicación","assoc_app_inhx.category","nr",1,20,
true,"","$args.assoc_app_inhx.category",
"no","","",
"","","no","","None","",
"IT App list","IT App List","IT Platform","IT Platform");
Example:
Release : 17.3
Change from:
detailDropdown("Categoría Aplicación","assoc_app_inhx.category","nr",1,20,
true,"","$args.assoc_app_inhx.category",
"no","","",
"","","no","","None","",
"IT App list","IT App List","IT Platform","IT Platform");
to:
detailDropdown("Categoría Aplicación","assoc_app_inhx.category","nr",1,20,
false,"","$args.assoc_app_inhx.category",
"no","","",
"","","no","","None","",
"IT App list","IT App List","IT Platform","IT Platform");