How do you Hide a field that is dynamically loaded to a SubPage through an HTML field?
We have a requirement to hide/ make not visible a field that is dynamically being loaded to HCM 9.2, TAM, Component: HRS_MANAGE_APP, Page: HRS_MANAGE_APP .
As an example, we would like to remove the Address field for some roles(users). We have identified where the address value is being assigned and have temporarily identified a workaround to not assign the address value, however, the 'Address' label, is still visible(see screen shot). [code found in HRS_TOOLBAR.ManageApplicantToolbar.OnExecute Method: ToolBarSummary %This.UpdateDisplayItem("DI42",HRS_APP_SBP_DRV.ADDRESSLONG.Value); ]
How do you HIde a field that is dynamically loaded to a SubPage through an HTML Field?