speichert. Dies ist der Code < /p>
Code: Select all
function(config) {
config.initActions = function( actions ) {
$(() => {
if ( $v("P3_NEW") === "Y" ) {
apex.region("todo").widget().interactiveGrid("getActions").hide("save-report");
apex.region("todo").widget().interactiveGrid("getActions").hide("show-save-report-as-dialog");
apex.region("todo").widget().interactiveGrid("getActions").hide("show-edit-report-dialog");
}
});
}
return config;
}```
Can anyone help me to do this in interactive gride and also in interactive report?