Hi experts,
I create a custom field in the Customer XBO and put in the screen "COD_Account_TI" like below:
import AP.Common.GDT;
import AP.FO.BusinessPartner.Global;
[Extension] businessobject AP.FO.BusinessPartner.Global:Customer {
// You must activate this business object before you can access the extension fields
// or messages in script files, forms, and screens.
node AddressInformation {
}
node Common {
[Label("Estado")] element Estado:DEVESTADOCode;
[Label("Cidade")] element Cidade:DEVCIDADECode;
}
node CurrentEmployeeResponsible {
}
}
I need to put this fields in the Add address screen:
Someone knows where can i put in the screen "ADD ADDRESS" ?