hi, just curious if anyone has been able to do mer...
# suitescript
j
hi, just curious if anyone has been able to do merges on custom record types? I was looking into using task.EntityDeduplicationTask, but it looks like it can only do these record types:
Copy code
this.CUSTOMER = 'CUSTOMER';
    this.CONTACT = 'CONTACT';
    this.VENDOR = 'VENDOR';
    this.PARTNER = 'PARTNER';
    this.LEAD = 'LEAD';
    this.PROSPECT = 'PROSPECT';