Solved

Maintenance Engineer

  • 19 February 2024
  • 7 replies
  • 92 views

Userlevel 1
Badge +4
Please clarify this tile.Is there a description somewhere for this portal?
icon

Best answer by Thilini Kumarasinghe 5 March 2024, 09:19

View original

7 replies

Userlevel 6
Badge +15

@r.zyszkiewicz I looked at the Datasource and I see it’s fetching all tasks that are WORKDONE or REPORTED by the user looking at the Lobby. Additionally those tasks should have a sign off required and it’s still pending.

See below the details from the datasource if it helps:

FROM JT_TASK_SIGN_OFF_REQ_UIV
WHERE 1=1
AND sign_off_req_type_db in( 'INDEPENDENT' , 'INSPECTOR')
AND identity is null
and(License_Id in (SELECT p.license_id 
                   FROM &AO.pers_license_profile p 
                   WHERE p.person_id = &AO.Person_Info_API.Get_Id_For_Current_User
AND (License_Level_API.Get_License_Level(p.license_id, p.license_level_id) >= License_Level_API.Get_License_Level(jt_task_sign_off_req_uiv.license_id, jt_task_sign_off_req_uiv.license_level_id)
OR p.license_level_id IS NULL)
AND (TRUNC(&AO.Maintenance_Site_Utility_API.Get_Site_Date(&AO.jt_task_api.Get_Contact(&AO.jt_task_sign_off_req_uiv.task_seq))) BETWEEN p.valid_from and p.valid_to))
OR (license_id IS NULL AND license_level_id IS NULL))
AND task_seq in(SELECT task_seq
FROM &AO.jt_task
WHERE actual_connection_type_db = 'EQUIPMENT'
AND objstate in ('WORKDONE','REPORTED')
AND site in (SELECT contract
                              FROM &AO.user_allowed_site
                              WHERE userid = &AO.Fnd_Session_Api.Get_Fnd_User))

 

Userlevel 2
Badge +6

looking at the sql it looks like this is for VIM work orders, which are the ones that would more likely have a sign off.

Userlevel 4
Badge +7

Hi,

This element in the Maintenance Engineer is to display any unattended Sign-off Requirements (Inspector and Independent). Any entries in this tile will be displayed only once the Executor Sign off for a particular work task  is signed off.

This is relevant for Work Tasks with connection type Equipment.

 

Hope this clarifies your question

Userlevel 1
Badge +4

Thank you,

Where  I check this “Any entries in this tile will be displayed only once the Executor Sign off for a particular work task  is signed off.”

You can show on screen?
Userlevel 1
Badge +4

Hi,

This element in the Maintenance Engineer is to display any unattended Sign-off Requirements (Inspector and Independent). Any entries in this tile will be displayed only once the Executor Sign off for a particular work task  is signed off.

This is relevant for Work Tasks with connection type Equipment.

 

Hope this clarifies your question

Someone help me? Where I found it?

Userlevel 7
Badge +18

Hi Robert,

 

Please use below test flow to get the sign off details displayed in the Maintenace engineer portal.

 

Test Flow:

  1. Note that there are 5 sign off opportunities. 
  2. Create a work order and a work task with the needed information.
  3. Make sure to add signoff details in the sign off requirements tab.
  4. Now execute the work. Once you set the work task to WorkDone, the executor signoff is done. 
  5. Now check the Maintenance engineer portal - pending sign off requirements are listed. 

 

 

Best Regards,

Thilini

Userlevel 1
Badge +4

Thanks, but i can’t add information

 

Permissions?

Reply