Commit 891f2ffe authored by SABURI PATEKAR's avatar SABURI PATEKAR

Validation sql queries has added to the Pophelp fields for the Customer

Preferred Distributor component transaction screen.
parent 64d8af36
......@@ -38,3 +38,15 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('CUST_CODE__STK','W_CUSTOMER_PREF_DIST','SELECT CUST_CODE,CUST_NAME FROM CUSTOMER WHERE CUST_TYPE = ''R''','customer_pref_dist','Customer',0,0,to_date('31-03-22','DD-MM-RR'),'Saburi ','BASE ','1',null,null,1,'L',null,null,null,null,0,'2',null,'3','Icon','cust_code','cust_name','2 ',null,null,null,null,null,null,null);
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 ('VCCUSTCODE','Customer Code with Customer_Type as ''R'' does''t exists','Customer Code with Customer_Type as ''R'' does''t exists','E','Y',null,null,null,to_date('02-03-26','DD-MM-RR'),'System ','System',null,null);
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 ('VCCUSTSTK','Customer Code with Customer_Type as ''S'' does''t exists','Customer Code with Customer_Type as ''S'' does''t exists','E','Y',null,null,null,to_date('02-03-26','DD-MM-RR'),'System ','System',null,null);
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 ('VCUSTDIST','Customer Code with Customer_Type as ''D'' does''t exists','Customer Code with Customer_Type as ''D'' does''t exists','E','Y',null,null,null,to_date('02-03-26','DD-MM-RR'),'System ','System',null,null);
Insert into GENMST (FLD_NAME,MOD_NAME,DESCR,ERROR_CD,BLANK_OPT,FLD_TYPE,FLD_MIN,FLD_MAX,VAL_TYPE,CHG_DATE,CHG_USER,CHG_TERM,VAL_TABLE,SQL_INPUT,FLD_WIDTH,UDF_USAGE_1,UDF_USAGE_2,UDF_USAGE_3,VAL_STAGE,OBJ_NAME,FORM_NO,ACTION,USER_ID,TRAN_ID,UDF_STR1_DESCR,UDF_STR2_DESCR,UDF_STR3_DESCR,EXEC_SEQ) values ('CUST_CODE','W_CUSTOMER_PREF_DIST','Customer Code with Customer_Type as ''R'' ','VCCUSTCODE','N','C','CUSTOMER','1','L',to_date('02-MAR-26','DD-MON-RR'),'System ','System',null,null,100,null,null,null,null,'customer_pref_dist','1','EDIT','System','00000000000000004165',null,null,null,0);
Insert into GENMST (FLD_NAME,MOD_NAME,DESCR,ERROR_CD,BLANK_OPT,FLD_TYPE,FLD_MIN,FLD_MAX,VAL_TYPE,CHG_DATE,CHG_USER,CHG_TERM,VAL_TABLE,SQL_INPUT,FLD_WIDTH,UDF_USAGE_1,UDF_USAGE_2,UDF_USAGE_3,VAL_STAGE,OBJ_NAME,FORM_NO,ACTION,USER_ID,TRAN_ID,UDF_STR1_DESCR,UDF_STR2_DESCR,UDF_STR3_DESCR,EXEC_SEQ) values ('CUST_CODE__STK','W_CUSTOMER_PREF_DIST','Customer Code with Customer_Type as ''S'' ','VCCUSTSTK','N','C','CUSTOMER','1','L',to_date('02-MAR-26','DD-MON-RR'),'System ','System',null,null,100,null,null,null,null,'customer_pref_dist','1','EDIT','System','00000000000000004166',null,null,null,0);
Insert into GENMST (FLD_NAME,MOD_NAME,DESCR,ERROR_CD,BLANK_OPT,FLD_TYPE,FLD_MIN,FLD_MAX,VAL_TYPE,CHG_DATE,CHG_USER,CHG_TERM,VAL_TABLE,SQL_INPUT,FLD_WIDTH,UDF_USAGE_1,UDF_USAGE_2,UDF_USAGE_3,VAL_STAGE,OBJ_NAME,FORM_NO,ACTION,USER_ID,TRAN_ID,UDF_STR1_DESCR,UDF_STR2_DESCR,UDF_STR3_DESCR,EXEC_SEQ) values ('CUST_CODE__DIST','W_CUSTOMER_PREF_DIST','Customer Code with Customer_Type as ''D'' ','VCUSTDIST','N','C','CUSTOMER','1','L',to_date('02-MAR-26','DD-MON-RR'),'System ','System',null,null,100,null,null,null,null,'customer_pref_dist','1','EDIT','System','00000000000000004167',null,null,null,0);
Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,OVERWRITE_CORE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,COMP_TYPE,COMP_NAME,COMM_FORMAT,FIELD_NAME) values ('customer_pref_dist','post_validate','1','post_gen_val',null,'0',to_date('02-MAR-26','DD-MON-RR'),'System ','System','2','JB','ibase.webitm.ejb.sys.GenValidate',null,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