Commit c837cb92 authored by spawar's avatar spawar

Added SQL for attribute value validation message.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99823 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f75be5f3
------------------------------------------------------messages for descr/short descr lenght---------------------------------------
insert into messages (msg_no,msg_str,msg_descr,msg_type,chg_date,chg_user,chg_term)
values ('VTSDESCLIM','Descr/Short descr length error',
'Enter Description/Short Descr should not be greater than 15 character for SIZE attribute',
'E',SYSDATE,'BASE','BASE');
update messages set msg_descr='Description/Short Description already Integrate with magento for this attribute code, You can not change that'
where msg_no='VTINTGMAGN';
update messages set msg_str='Description/Short Descr Error',
msg_descr='Please Enter Description/Short Description'
where msg_no='VTDESCNVL';
---------------------------------------------update pophelp------------------------------------------------------------
UPDATE POPHELP SET sql_str='select attrib_id,descr from itm_attrib_val where attrib_code = ''SIZE''
and attrib_id not in(select attrib_id from itm_attrib_val where attrib_code =''?'')
and ''0'' != (select count(*) from itm_attrib_val where attrib_id = ''?''
and attrib_code=''SIZE_TYPE'')',sql_input=':attrib_code,:attrib_code' WHERE mod_name='W_ITM_ATTRIB_VAL' AND field_name='ATTRIB_ID';
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