Advertisement
psi_mmobile

Untitled

Jun 22nd, 2017
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. -- PAGES WITH columnsBTF --
  2. editWorkTime.xhtml - field with button
  3. attachDoc.jsff - field with button
  4. genericEvent.jsff - field with button
  5. objectArchiveHistoryTable.jsff -- Container name
  6. objectHistoryTable.jsff -- Container name
  7. 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,'',''
  8. ||mfrep.last_name
  9. ||' '
  10. ||mfrep.first_name
  11. ||' - ')
  12. ||'MFRAME',''),'FIXED UNIT - ')
  13. ||fu.name,ltrim(rtrim(DECODE(v.company_nr, NULL, '', v.company_nr
  14. || ' - ')
  15. || v.numberplate)))
  16. personHistoryPopupTable.jsff
  17. personHistoryTable.jsff - same kato personArchiveHistoryTable.jsff
  18. poiArchiveHistoryTable.jsff - DECODE(Vehicle.vehicle_id,NULL,'FIXED UNIT - '
  19. ||fu.name,ltrim(rtrim(DECODE(Vehicle.company_nr, NULL, '', Vehicle.company_nr
  20. || ' - ')
  21. || Vehicle.numberplate))) VEHICLE_NAME
  22. poiHistoryTable.jsff - same as above
  23. timeSheetManagement.jsff - from MFC_VEHICLE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement