Added menu option and link to launch Return To Fab Form
This commit is contained in:
parent
c8da9ee695
commit
63979bb757
File diff suppressed because it is too large
Load Diff
@ -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 Logging_Services, Environment_Services, SRP_JSON
|
||||
Declare subroutine obj_notes
|
||||
Declare subroutine obj_notes, SRP_Run_Command
|
||||
|
||||
$insert LOGICAL
|
||||
$Insert APP_INSERTS
|
||||
@ -742,5 +742,11 @@ Service AddMiscNote(RTFId, Note, UserId)
|
||||
end
|
||||
end service
|
||||
|
||||
Service OpenOIWizardReturnToFabInBrowser(RTFId)
|
||||
Command = 'explorer https://goto.infineon.com/oiwizard/returntofab/' : RTFId
|
||||
SRP_Run_Command(Command)
|
||||
end service
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user