Commit 867bbcb7 authored by sghate's avatar sghate

shital : Updated sql on 9/09/2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@206992 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8134eef0
...@@ -103,7 +103,14 @@ Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) v ...@@ -103,7 +103,14 @@ Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) v
Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('work_location','1','username',null,'N'); Insert into TRANS_COPY_SETUP (OBJ_NAME,FORM_NO,FIELD_NAME,DEF_VALUE,COPY_FLAG) values ('work_location','1','username',null,'N');
-------------------------------------------- Shital [3/09/19] -------------------[END] -------------------------------------------- Shital [3/09/19] -------------------[END]
-------------------------------------------- Shital [9/09/19] -------------------[START]
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; ">Work Location Code :<b>({work_loc_code})</b> , Description : <b>({descr})</b>
<br/> City :<b> {city}</b> , State Code :<b>({state_code})</b> , Active : <b>({active})</b>
</span>
</html>' where win_name='w_work_location';
-------------------------------------------- Shital [9/09/19] -------------------[End]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment