IBM Support

DT189569 Labor approval is not showing up in offline mode - manual changes required

How To


Summary

The fix for defect DT189569 relies on a MAXVAR record named 'CONFIRMLABTRANS'. In the UI it can be set in Organizations applications, System Settings, 'Confirm Time Calculated by Timer?' check box. However, it is a setting at system level and for the fix to work it is needed an entry at Organization level.

Steps

Run any one of the following queries:
- If you know your organization ID: use the following query by replacing <ORGID> with your organization ID.
INSERT INTO maxvars (VARNAME, VARVALUE, ORGID, VARTYPE, MAXVARSID) VALUES ('CONFIRMLABTRANS', '1', '<ORGID>', 'ORG', MAXVARSSEQ.nextval);
- If you know your user ID: Replace <USERID> in the query with your user ID.
INSERT INTO maxvars (VARNAME, VARVALUE, ORGID, VARTYPE, MAXVARSID) VALUES ('CONFIRMLABTRANS', '1', (select orgid from site where siteid = (select defsite from maxuser where userid='<USERID>')), 'ORG', MAXVARSSEQ.nextval);

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m50000000CbH1AAK","label":"Mobility"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
07 March 2023

UID

ibm16960533