Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OwnerID Error on Action Plan Related to Custom Object #98

Open
6 tasks
brandonmead opened this issue Feb 7, 2023 · 1 comment
Open
6 tasks

OwnerID Error on Action Plan Related to Custom Object #98

brandonmead opened this issue Feb 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@brandonmead
Copy link

Describe the bug
When trying to create an Action Plan on a custom object (child of Account), I cannot assign the tasks (by manually setting the User in the template or when custom settings are set to assign to current user) and receive the following error message: "No such column 'OwnerId' on entity 'Project__c'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names."

image

To Reproduce
Steps to reproduce the behavior:

  1. Go to an Action Plan Template and click New Action Plan
  2. Fill in the Action Plan Name, change the Related to my custom object, and enter the name of the custom object record.
  3. When I try to save the Action Plan, I get the error message above.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
image

Environment (please complete the following information):

  • OS: MacOS 13.1

  • Browser Chrome

  • Action Plans Version: 4.2.1

  • Salesforce UI

  • Classic

  • [ X ] Lightning Experience

  • Org Edition

  • Personal

  • Contact Manager

  • Professional

  • [ X ] Enterprise

  • Unlimited

  • Developer

Additional context
A Related Lookup to my custom object has been added to the Action Plan object and that custom object has been added to the Action Plan Field Set. The Action Plan Custom Settings for "Unassigned Task Assigned to Record Owner" has been unchecked. I've tried setting the User manually in the template with no success. I also tried adding a custom field called "OwnerID" on the custom object as a Formula (Text) field which pulled in the OwnerID from the Account (Parent Object).

@brandonmead brandonmead added the bug Something isn't working label Feb 7, 2023
@dschach
Copy link
Contributor

dschach commented Feb 8, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants