Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- PAGES WITH columnsBTF --
- editWorkTime.xhtml - field with button // done - VORKS
- attachDoc.jsff - field with button // done
- genericEvent.jsff - field with button // done - VORKS
- objectArchiveHistoryTable.jsff -- Container name // done
- objectHistoryTable.jsff -- Container name // done
- personArchiveHistoryTable.jsff -- Vehicle name e ot V_ADF_PERSON_PD_HISTORY view. VEHICLE_NAME = DECODE(v.vehicle_id,NULL,DECODE(vd.remote_unit_id,NULL,DECODE(event_type,'mtrs',DECODE(mfrep.person_id,NULL,'',''
- ||mfrep.last_name
- ||' '
- ||mfrep.first_name
- ||' - ')
- ||'MFRAME',''),'FIXED UNIT - ')
- ||fu.name,ltrim(rtrim(DECODE(v.company_nr, NULL, '', v.company_nr
- || ' - ')
- || v.numberplate))) // done
- personHistoryPopupTable.jsff // done
- personHistoryTable.jsff - same kato personArchiveHistoryTable.jsff // done
- poiArchiveHistoryTable.jsff - DECODE(Vehicle.vehicle_id,NULL,'FIXED UNIT - '
- ||fu.name,ltrim(rtrim(DECODE(Vehicle.company_nr, NULL, '', Vehicle.company_nr
- || ' - ')
- || Vehicle.numberplate))) VEHICLE_NAME // done
- poiHistoryTable.jsff - same as above // done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement