Skip to main content
Solved

Maintenance Engineer

  • February 19, 2024
  • 7 replies
  • 156 views

Forum|alt.badge.img+4
Please clarify this tile.Is there a description somewhere for this portal?

Best answer by Thilini Kumarasinghe

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

7 replies

Marcel.Ausan
Ultimate Hero (Partner)
Forum|alt.badge.img+22
  • Ultimate Hero (Partner)
  • February 19, 2024

@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))

 


CindyH
Hero (Customer)
Forum|alt.badge.img+7
  • Hero (Customer)
  • February 19, 2024

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.


ereslk
Hero (Employee)
Forum|alt.badge.img+8
  • Hero (Employee)
  • February 20, 2024

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


Forum|alt.badge.img+4
  • Author
  • Sidekick (Partner)
  • February 20, 2024

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?

Forum|alt.badge.img+4
  • Author
  • Sidekick (Partner)
  • February 29, 2024

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?


Thilini Kumarasinghe
Ultimate Hero (Employee)
Forum|alt.badge.img+21

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


Forum|alt.badge.img+4
  • Author
  • Sidekick (Partner)
  • March 5, 2024

Thanks, but i can’t add information

 

Permissions?