Dynamic Actions

APEX Confirm Message With Custom Event Dynamic Action

APEX Confirm Message With Custom Event Dynamic Action Video Tutorial https://www.youtube.com/watch?v=kgUS7_u7520 Demo : https://apex.oracle.com/pls/apex/f?p=APEXLESSONS:APEX-CONFIRM-WITH-CUSTOM-EVENT Purpose In this tutorial you will learn how to fire a Dynamic Action (You can call procedure, perform update/insert or anything) after user clicks “OK” button  on APEX Confirm Message. Step 1 1) Create a Dynamic Action to perform DML or call …

APEX Confirm Message With Custom Event Dynamic Action Read More »

Interactive Report Column – Searchable Data Masking

Interactive Report Column – Searchable Data Masking Video Tutorial https://www.youtube.com/watch?v=-7Z2xXgDeOM Demo : https://apex.oracle.com/pls/apex/f?p=APEXLESSONS:DATA-MASKING Data Masking Enable user to search specific record without knowing them other row’s data. 1) Column Formatting Add below text in HTML Expression HTML Expression<span> #CNIC# </span> 2) Function and Global Variable Declaration Create function in Function and Global Variable Declaration section Function …

Interactive Report Column – Searchable Data Masking Read More »

How to use Custom Event in Dynamic Actions

Oracle APEX – Dynamic Actions (Custom Event) Video Tutorial Demo : https://apex.oracle.com/pls/apex/f?p=APEXLESSONS:CUSTOM_EVENT Username : apexlessons Password : apexlessons Example 1 1) Create Custom Event Dynamic Action 1) IdentificationName: Custom Event Alert 2) WhenEvent: CustomCustom Event: CustomEvent1Selection Type: JavaScript ExpressionJavaScript Expression: document Add True Action1)IdentificationAction: Alert 2) SettingsText: Custom event fired successfully. 3) Execution OptionsFire on Initialization: False 2) Create Dynamic Action (To fire custom …

How to use Custom Event in Dynamic Actions Read More »