Dear Experts,
I have to validate the Lead while creation for duplication on certain criteria like sales area, prospect, process type and Object Type,if any duplicate record found while saving needs to pop up the with custom message and that to i have to make OK and Cancel buttons in that POP UP. OK is to create duplicate record and cancel for not to create duplicate.
for this requirement can any body provide solution for this .
when we checked at run time the standard charecterstics used are as follows which will met our custom requirement but we couldn't understand the Date_1 and Date_2 fields.
CRMT_REPORT_DYN_SQL_LINE>CRMD_ORDER_INDEX~OBJECT_TYPE IN ('BUS2000108', 'BUS2000129') AND</CRMT_REPORT_DYN_SQL_LINE>
< CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~TEMPLATE_TYPE_IX = '' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~PROCESS_TYPE_IX = 'XXX' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~SALES_ORG = 'XXXXXX' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~DIS_CHANNEL = 'XX' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~DIVISION IN ('XX', '') AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > crmd_order_index~pft_6 = 'X' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~PARTNER_NO = 'XXXXX' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~STAT_OPEN = 'X' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~DATE_1 GE 'XXXXXXXXx ' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX~DATE_2 LE 'XXXXXXx ' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > CRMD_ORDER_INDEX_SECOND~PARTNER_NO = 'XXXXXX' AND </ CRMT_REPORT_DYN_SQL_LINE > < CRMT_REPORT_DYN_SQL_LINE > crmd_order_index_second~pft_7 = 'X' </ CRMT_REPORT_DYN_SQL_LINE > ccan somebody explain the same and suggest the approach to ahcieve our custom pop up message with two buttons Confirm and Cancel.it it would be great if somebody respond to this at the earliest.
Best Regards,
Venat