You need to sign in to do that
Don't have an account?

hii all
i have two objects custom and standard and there is no relationship between objects .i have two text fields in both the objects .if both values of these fields are equal a update in custom object should be update how can i do this.can anyone.please help me in this...
Do you mean to say that
In such a case, you will need to write a trigger on the custom object. In the trigger, check if any record in the standard object has the same value. If found, then update the field in custom object.
Hope it helps!