You need to sign in to do that
Don't have an account?
Swathi Cse
Duplicate records
when we insert the records it has to update when duplicate values are there..
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
Please use Upsert instead of insert in your code.
It will automatcally detects whether a record needs to be inserted or updated.
Let me know if you need more information.
Thanks,
Abhishek
i have to compare these three values while inserting the records so that no duplicates
Create a formula field with combination of above three fields create one more field which will be unique and required and write before insert trigger to assign that unique field with your formula field value .Make sure that all above three field should mandate .It will prevent to create duplicate record .
Let me know if this works .
Thanks
Manoj