I installed ProcessMaker 4 and find it very different from version 3. I am searching for the place to write my javascript code like this(as the way we used to write in version 3)
$('#submitAdd').click(function(){
let price=$("#price").getValue(j,9);
$("#gridListExpenses").setValue(price,j,30);
//...
});