Skip to content

To Enable Effort Hours For A Specific Client

skyhit edited this page Jun 4, 2018 · 1 revision

you find the client id then do like

database time_oltp;
UPDATE informix.client SET  enable_effort_hours=1 WHERE client_id=1;
Clone this wiki locally