3.24.4. UpdateServiceQuery Previous topic Parent topic Child topic Next topic

An SQL statement to update an existing service. Special formatting characters may be used. Special variable %2 contains a tenant id, %3 contains object's id and %4 contains object's name. If UpdateServiceQuery is defined as an empty string, then the query will not be executed.
%0 contains list of service key=value pairs and can not be currently used as a SQL bind parameter. %1 is undefined.
UpdateServiceQuery defaults to:
UPDATE SERVICES SET name=%4 WHERE tenant_id=%2 AND id=%3