My Condition is that when "Transport Mode" is " Rental ", then "Vendor" Value is required. Step:1 ===== select P22078_TRANSPORT_MODE Create Dynamic Action True Action: Execute JavaScript Code Code: if ($v(" P2207…
Step:1 ===== Select Textarea Items. P22078_DELIVERY_LOCATION P22078_REMARKS Character Counter: Must be Uncheck Template: Optional - Floating Maximum Length: (as Like your database) Custom Attributes: class="expand-textarea" Step:2 ====…
Note : You need two grid regions 1. Main Grid Region 2. Modal Grid Region for Data Selection Step: 1 ===== Select the Main Grid Region, then Create Custom Button. Grid Static ID: detailsid So, Go to Region --> Attribute…
-- Create object type create or replace TYPE TYP_SIMPLE_ORDER AS OBJECT ( ANIMAL_ID NUMBER, SUPPLIER_ID NUMBER, ANIMAL_TYPE VARCHAR2(20), BUYING_PRICE NUMBER, STATUS VARCHAR2(20) ); -- Create table type C…