Page Composer - Mobile changes
Hi Team,
We have a link introduced in Page Composer for the Budget Validation on the Approvals page. We are making it visible/invisible based on a condition. The piece of code is working fine in Change Factor X- Large but not working fine in Mobile devices (Small factor)
If &rshdrbudg(1).EX_ER_HDR_AW_V2.BUDGET_HDR_STATUS.Value <> "N" Or
&rshdrbudg(1).EX_ER_HDR_AW_V2.SHEET_STATUS.Value = "PND" Then
&rcdEOPCAppSource.EOPCOBJ_LINK_L0B.Visible = False;
/* End NU_JIRA_PUMC_75; RSJ8466; 3/1/2019; */
End-If;
We have written the above piece of code in Application Package EX_APPROVAL_FL.Expenses.fieldEvent