Enterprise Service Automation (ESA) - PSFT (MOSC)

MOSC Banner

Page Composer - Mobile changes

edited Apr 22, 2020 5:17PM in Enterprise Service Automation (ESA) - PSFT (MOSC) 10 commentsAnswered

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center