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

Property of the entity cannot be set #55

Closed
1pluszone opened this issue Mar 29, 2018 · 4 comments
Closed

Property of the entity cannot be set #55

1pluszone opened this issue Mar 29, 2018 · 4 comments

Comments

@1pluszone
Copy link

Please i am trying to save a new contact into CRM Dynamics 365 but i am getting this error.
I am sure the error is as a result of something that i am not doing right.

errorcrm

@wizardist
Copy link
Collaborator

Hi @1pluszone

fullname is a computed read-only field. You must change the concrete fields of the contact, i.e. firstname and lastname.

@1pluszone
Copy link
Author

Thanks @wizardist
Is it possible for me to create my own custom fields?

@wizardist
Copy link
Collaborator

@1pluszone

What do you mean? Do you want to customize the entity via PHP code? Or do you want to create/retrieve/update records of entities with custom fields? The latter is available by default, and the former is possible theoretically.

@1pluszone
Copy link
Author

My bad @wizardist
Thanks for the help.

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