I have an object named Trans which is linked to an external db and an object named QuotesSold which is and Regular AwareIm Object. Both objects have the same attributes.
Attributes are
.DbAction = Plain Txt Attribute
.TranId = Date Attribute
I want to find all Trans objects that are between a certain date that also have a DbAction = 'Appointment' (This part seems easy enough)
I want to create a QuoteSold object for each trans object with matching attributes only if there is not currently a QuoteSold object with matching attributes. I can't seem to figure out this part...I have searched the forum for ideas and found some post on duplicates....But didn't seem to help.
Anyone have ideas?