Please clarify this tile.Is there a description somewhere for this portal?
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))
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.
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
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?
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?
Hi Robert,
Please use below test flow to get the sign off details displayed in the Maintenace engineer portal.
Test Flow:
- Note that there are 5 sign off opportunities.
- Create a work order and a work task with the needed information.
- Make sure to add signoff details in the sign off requirements tab.
- Now execute the work. Once you set the work task to WorkDone, the executor signoff is done.
- Now check the Maintenance engineer portal - pending sign off requirements are listed.
Best Regards,
Thilini
Thanks, but i can’t add information
Permissions?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.