Dear All
I'm trying to hide a SAP Fiori S3.View field on the View Payslip application.
At the moment my code is looking like this.
hcm.emp.payslip.Component.extend("hcm.emp.payslip.Z_HCM_PS_MON.Component", {
metadata: {
version : "1.0",
config : {
"sap.ca.i18Nconfigs": {
"bundleName":"hcm.emp.payslip.Z_HCM_PS_MON.i18n.i18n"
},
customizing: {
"sap.ui.viewModifications": {
"hcm.emp.payslip.Z_HCM_PS_MON.view.S3" : {
"PAYSLIP_GROSSPAY" : {
"visible": false,
}
Which is the correct methodology according to this guide.
However the field is still visible after inserting the code !
Cheers
James
Tags edited by: Michael Appleby