Advertisement
psi_mmobile

Untitled

Jun 23rd, 2017
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. -- PAGES WITH columnsBTF --
  2. editWorkTime.xhtml - field with button // done - VORKS
  3. attachDoc.jsff - field with button // done
  4. genericEvent.jsff - field with button // done - VORKS
  5. objectArchiveHistoryTable.jsff -- Container name // done
  6. objectHistoryTable.jsff -- Container name // done
  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))) // done
  16. personHistoryPopupTable.jsff // done
  17. personHistoryTable.jsff - same kato personArchiveHistoryTable.jsff // done
  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 // done
  22. poiHistoryTable.jsff - same as above // done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement