seanmcne / OrgDbOrgSettings

This is a utility allowing admins of Dynamics CRM Online & onPrem to edit organization database settings (aka: OrgDBOrgSettings). This allows you to edit your settings without using the command line utility in the KB article documenting "OrgDBOrgSettings." The utility is written using the CRM SDK as a reference and currently all changes and retrieval of settings are done via the CRM's OData Endpoint and is installed via a managed solution containing several webresources and can easily be installed and uninstalled from your CRM environment.
MIT License
94 stars 31 forks source link

Document Location Settings #127

Closed ryncdr closed 2 months ago

ryncdr commented 3 months ago

Not an issue, but a question: Is there a setting to control the automatic naming of Document Locations similar to CreateSPFoldersUsingNameandGuid? This setting controls the names of the folders in SharePoint, I'm looking for what populates the display names of the records in the entity (e.g. 'Documents on MySite 1'). What happens when you navigate to the Documents tab first time?

seanmcne commented 3 months ago

Hi @ryncdr - I am not aware of a setting like that, it might be worth opening a case to see if they know of one and if there isn't, seeing if one could be requested (there may be something to vote on in a feedback forum as well).

ryncdr commented 3 months ago

That's what I expected. I appreciate your expertise, thank you!