-
Notifications
You must be signed in to change notification settings - Fork 248
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
Extending standard CRM type table #2508
Comments
It is currently not possible to extend CRM table as it is not supported by the server and the compiler. This is something we are considering for the future, but we don't have any time estimation for it. We will use this issue for tracking the extendability of CRM tables and keep you updated. |
I would like to extend CRM Account Table. I would like to add new custom field in CRM Account Table. Is there any update ? Can we do that currently ? |
@jigneshdhandhanav see #3844 (comment) It's not ideal as it's not configurable, but it works - you could probably make this configurable by adding the right front-end and configuration tables as an extension. It's something that I've not done yet due to time constraints. |
This is something we're looking at. We're currently looking into how we can make a more generic integration to CDS, also supporting extensibility. Overall goals is to have BC Extension support, where CDS tables can be created and consumed by extensions, and provide table extension support as well. |
I read from MS Docs that BC support creating new D365forSales tables. |
Please check if the new integration mechanisms answers your questions; |
Hello,
We're working on the integration implementation between Busincess Central and Dynamics Sales. One of the requirements is to integrate custom CRM sales order field with Business Central. When we try to extend BC "CRM" table type table "CRM Salesorder", we get the following error message: "[AL] The Table "CRM Salesorder" of type CRM cannot be extended. Table "CRM Salesorder""
The sample code we're using:
AL extension version no.: 0.15.18771
Thanks,
The text was updated successfully, but these errors were encountered: