how do I hide/show sections on a form using java
so far I have:
function Form_onload(){
if (MP status == MP) {
ui.section.get("7").setVisible(false);
}}
thank you

how do I hide/show sections on a form using java
so far I have:
function Form_onload(){
if (MP status == MP) {
ui.section.get("7").setVisible(false);
}}
thank you
This is not a Java forum and if the question is related to D365BC, you cannot do that.