Added menu option and link to launch Return To Fab Form

This commit is contained in:
Infineon\Ouellette 2025-01-21 14:46:10 -07:00
parent c8da9ee695
commit 63979bb757
2 changed files with 1507 additions and 1460 deletions

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@ Declare subroutine Error_Services, Database_Services, Btree.Extract, Logging_Ser
Declare function Rti_Createguid, Database_Services, Return_To_Fab_Services, Datetime, Error_Services Declare function Rti_Createguid, Database_Services, Return_To_Fab_Services, Datetime, Error_Services
Declare function Logging_Services, Environment_Services, SRP_JSON Declare function Logging_Services, Environment_Services, SRP_JSON
Declare subroutine obj_notes Declare subroutine obj_notes, SRP_Run_Command
$insert LOGICAL $insert LOGICAL
$Insert APP_INSERTS $Insert APP_INSERTS
@ -742,5 +742,11 @@ Service AddMiscNote(RTFId, Note, UserId)
end end
end service end service
Service OpenOIWizardReturnToFabInBrowser(RTFId)
Command = 'explorer https://goto.infineon.com/oiwizard/returntofab/' : RTFId
SRP_Run_Command(Command)
end service