Plauti Assign's “Use Plauti Assign” field is always present behind the scenes for all Objects that are set to be processed by PA.
The “Use Plauti Assign” field determines whether a record needs to be assigned by Plauti Assign or not. Then, after processing by Plauti Assign, the field shows the assignment status, and can be used to reassign or reject the record.
By default the field is not displayed on records, but can be shown in listviews. Add it to page layout to let users change it manually, or add it as an action button to change it to a single value.
The default value for the Use Plauti Assign field is TRUE for Leads, and FALSE for all other Objects that are set to be processed by PA. You can change this to a different default value. If you are using record types for a certain Object, take care to set the default value for each record type.
“Use Plauti Assign” field values
Use Plauti Assign field value | Usage |
TRUE | The record will be picked up by Plauti Assign and assigned to an Assignee. |
FALSE | The record will be ignored by PA and will not be assigned. |
ASSIGNED | The record has been assigned to an Assignee by PA. |
NOMATCH | The record was inspected by PA, but no Match Rules matched the record, or no Match Groups were active. |
QUEUED | The record was not assigned because all Assignees are unavailable due to set working hours, out of office, or similar. The record will temporarily be assigned to the set Queue User. Every 10 minutes reassignment to an Assignee will be attempted. |
REJECTED | The record was deemed bad/unusable by the original Assignee and rejected. If a Rejects User was set, the record will be assigned to that user. The record will not come up for reassignment. |
- When the “Use Plauti Assign” field is set to TRUE, the record will be processed by Plauti Assign and assigned to a user or team. After assigning, if it is changed to TRUE again, it will be re-assigned by PA.
- As long as the field is set to FALSE, the record will not be assigned by Plauti Assign.
- An ASSIGNED record has been assigned to an Assignee. Change the Use Plauti Assign (
leadassist__Use_Round_Robin__c
) field manually or through automation (Plauti Manipulate (PM), Process Builder, Flow, Workflow Actions, Apex) in order to have the record processed again by Plauti Assign. - There can be several causes for a NOMATCH status. Check out the Troubleshooting section to find out why this status was set.
- You can manually change ownership of a QUEUED record, for example if you know that none of the potential Assignees will be available any time soon. However, if you manually change the owner of a QUEUED record, make sure to change the Use Plauti Assign field to FALSE. If you leave it at QUEUED, Plauti Assign will reassign it as soon as one of the intended Assignees becomes available again.
- If Assignees set a record to REJECTED, they will be assigned the next lead that matches that same Match Group, and won't miss their turn in the round robin. If they had just deleted the record, they would have to wait for round robin to assign to the rest of the team before they get another record assigned.
If set, the rejected record will be assigned to your Rejects User for evaluation.
Changing the field value
There are several ways to change the value of the Use Plauti Assign ( leadassist__Use_Round_Robin__c
) field:
Automation | Automatically update the field via Process Builder, Flow, Workflow Actions, Apex, etc. |
List View | On a small scale you can mass update using List Views - simply expose the Use Plauti Assign field, open your desired List View, mass update the Use Plauti Assign value, and Save. For example, if you mass update to TRUE this way, that will trigger PA to process all updated records. The limitation here is that you can only update 50 records at a time in a List View. |
Mass Update tool | For bigger mass updates, use an update tool such as Plauti Manipulate to mass update the value of the Use Plauti Assign field for all records that you wish to update; either for more list view records at a time, or via a job. |
Use Plauti Assign field on record | You can decide to show the “Use Plauti Assign” field on records. That way, when users create or update records, they can set the field to FALSE if they don't want the record to be assigned by PA (set it to FALSE before saving, Plauti Assign can be quick!). For example if they want themselves to be the record owner. Or if they've been assigned a bad record, they can set the field to REJECTED, so that they'll be assigned the next record that's up. Read more in Add Use Plauti Assign field to page layout. |
Single-option action button | If you do not want to offer your users all options of the Use Plauti Assign picklist on the record, you can create a single-option Lighting Action button and add that to the page layout instead. For example, add a button for setting the Use Plauti Assign field to FALSE, or a button for REJECTED. Read more in Add Use Plauti Assign action button to page layout. |