How we will find duplicate record in detail block when we leave the field

Showing Answers 1 - 3 of 3 Answers

Supriya

  • May 31st, 2006
 

We can find duplicate record by using 'POST' builin in when_new item instance trigger at item level in detail block.

POST;

Writes data in the form to the database, but does not perform a database commit. It's temporary commit thats useful for duplicate validation. 

osden

  • Oct 7th, 2007
 

Create a trigger at form level When-database-trigger Post;  (this
command will temporary apply the changes to the database) Than you find by Sql
Query if it is duplicate Record.

  Was this answer useful?  Yes

In this senario Better to  use record group. Using record group we dump the table data at client system level and check the entered data. To achive this you write functions to find dup record under the Trigger When_new_item_instance at the block level. If any body wants complete code please mail me.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions