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

Support lar_id for put requests #57

Open
JannikStreek opened this issue Jun 22, 2020 · 1 comment
Open

Support lar_id for put requests #57

JannikStreek opened this issue Jun 22, 2020 · 1 comment

Comments

@JannikStreek
Copy link

Hi,

Zoho supports assignment rules which assign an account manager to a lead by e.g. round robin. Unfortunately, it seems like it is not enough to leave the owner property empty to make the assignment rule work (even when its activated for all records). You have to explicitly set the so called lar_id:

post(self.class.request_path, data: [to_params], lar_id: some_id)

It's also not enough to add this id to the data object - it has to be one level above that.

If this is something that you agree with, I am happy to provide a PR soon.

@rikas
Copy link
Owner

rikas commented May 17, 2022

@JannikStreek if you can provide a PR I would be happy to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants