Delete ApplicationApi.sql

parent 408a02e6
----For properies
update itm2menu set level_1=31 ,level_2=0 ,descr='Properties Master' where level_1=29 and win_name='w_properties';
update user_rights set menu_row=31 ,menu_col=0 ,menu_name='Properties Master' where menu_name='Properties_window' and obj_name='properties';
---API screen
update itm2menu set descr='API' where level_1=24 and level_2=0;
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMENDPT ','Endpoint cannot be blank','Please enter endpoint','E',null,null,null,null,to_date('04-FEB-21','DD-MON-RR'),'base ','base',null,null);
Insert into EXPORT_TABLE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('app','2 ','is_external',null);
Insert into EXPORT_TABLE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('app','2 ','endpoint',null);
----
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