hey guys, I'm assuming this isn't possible, but th...
# suitescript
j
hey guys, I'm assuming this isn't possible, but thought I'd throw it in here to see what others think. I was wondering if its possible to merge custom records. 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';
Are there any other options?