Notifications
Announcements
No record found.
Hi Friends,
Please tell me how to change table property using extension in D365FO.
Suppose in CustTable after extension i want to change TitleField1, TitleField1 and PrimaryIndex property.
Please tell me how to change the property.
Thanks & Regards
Rahul
Hi Rahul,
Take a look at link below.
docs.microsoft.com/.../modify-properties
If you can't modify the property after extension, you won't be able to change it as MS have disabled the property edits.
Hi Rahul.p,
You can't modify “Title Field1”,“Title Field2” and “Primarty Index” propertity by extend table.
By using XML file. we did below change.
<PropertyModifications>
<AxPropertyModification>
<Name>Visible</Name>
<Value>No</Value>
</AxPropertyModification>
<Name>CreatedBy</Name>
<Value>Yes</Value>
</PropertyModifications>
After build table Visible property has not changed but CreatedBy property has changed.
What are your modified needs? Best not to choose to modify XML.
“createby” can be modified directly by extension.
Please take a look at link below that discussed same issue few days back. As mentioned above, don't do via XML or it may create issues for you in future.
community.dynamics.com/.../how-to-edit-extend-table-properties-in-the-d365fo
So, Please tell me how to change table property if required with best way.
You can't do it as already mentioned. You can only change things that Microsoft allows you to change. Changing the primary index is not allowed, it would break the standard application since all standard code trusts the uniqueness which is determined by the standard primary index.
You can change properties which are available for editing in Visual Studio.
You might need to design another solution to your business requirement.
Some properties just cannot be modified.
You can also apply for extensions from Microsoft, but may be rejected.
Actually, yesterday one person asked me if we want to change table property after extension then how we can change?
I replied we can change only those property which MS allow.
But he spoke if we get requirement to change those property which MS not allow then how we can change?
Is there any way? he told me like that.
Please tell me if there any way.
No, there's no way to make changes that are not allowed by Microsoft, like we already mentioned!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 456 Super User 2025 Season 2
Martin Dráb 429 Most Valuable Professional
BillurSamdancioglu 239 Most Valuable Professional