How can I automatically assign Company Owner field to the user that has either added the company profile to the system or the individual user who has activity with that Company?
Thanks
How can I automatically assign Company Owner field to the user that has either added the company profile to the system or the individual user who has activity with that Company?
Thanks
Hi @PNeill1,
Typically, when they are adding in the records, it will default ownership to them unless they select someone else. Additionally, if a rep engages with the contact on a 1:1 basis and that contact is unowned, it will also automatically assign.
For the workflows, I think you’ll need 2:
Workflow 1 — “Creator → Owner” (sets the owner once, when the company record is created)
Goal: If Company owner is blank, copy the numeric Created by user ID into it so the person who added the company becomes the owner.
Create a company‑based workflow.
Enrollment trigger:
Action: Copy property value → copy Created by user ID ➜ Company owner.
Re‑enrollment: Allow re‑enrollment if either property changes (e.g., someone clears the owner field).
Workflow 2 — “Last Activity Rep → Owner” (keeps ownership aligned with whoever touched the company most recently)
-- Note, I think this might require Sales Hub Enterprise.
Create an activity‑based workflow.
Enrollment trigger:
Action: Copy property value → copy Activity created by ➜ Company owner on all associated companies.
Branching logic (you might want this):