added AD group support to notifications system
This commit is contained in:
@ -506,8 +506,8 @@ Database_Services('WriteDataRow', 'WO_MAT', WOMatKey, WOMatRow, True$, False, Tr
|
||||
WOMatRow<12> = RDSNo ; // Restore the RDS No so the index on RDS_FINAL_SIG will be forced to recalculate with the most recent value.
|
||||
WOMatRow<23> = True$ ; // Restore the MakeUp box flag so the index will be forced to recalculate.
|
||||
Database_Services('WriteDataRow', 'WO_MAT', WOMatKey, WOMatRow, True$, False, True$)
|
||||
call Update_Index('WO_MAT', 'MU_PART_NO', False$)
|
||||
call Update_Index('WO_MAT', 'CURR_STATUS', False$)
|
||||
call Update_Index('WO_MAT', 'MU_PART_NO', False$, True$)
|
||||
call Update_Index('WO_MAT', 'CURR_STATUS', False$, True$)
|
||||
|
||||
|
||||
|
||||
@ -950,3 +950,4 @@ Debug
|
||||
|
||||
Return
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user