mshanemc / roundRobinProcessBuilder

27 stars 10 forks source link

Unable to use it on a custom object #8

Closed NatTheBat closed 4 years ago

NatTheBat commented 4 years ago

I tried to apply Round Robin on a custom object and I'm getting this error on the process builder: An Apex error occurred: System.DmlException: Insert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, Nom de paramètre personnalisé trop long : SuiviQualite__c-OwnerId-Suivi Qualité: Nom: [Name]

it says "custom label is too long". What can I do to make it shorter? I've been using RR before and I never had this problem. It is because of the custom object?

NatTheBat commented 4 years ago

Okay, so i just shortened the custom object's API name and it seems to work...