can i set value from javascript in acumatica customize, if possible how to do it ?, Please give me an example

this my customize

this my javascript ;
function setActionButtonColor(){
alert("Hello! I am an alert box!!");
console.log(123);
document.getElementById("DataInput").value = "My value";
}
thank you