Only Activities on Role Center - Tablet App
Hi. I am unsure if I am reporting this right place. We have a customer who has a simple role center with only activities. This role center is used on a tablet with the BC app. When the tablet is vertical, the role center is blank. They must use it horizontally to see activities. I have tried to...
Set up Data Exch. table in retention policy
Add the data exch. table as allowed table in retention policy.
I talked with MS support, and there is no built in way to remove old entries automatically from this table.
Just add this line of code:
RetenPolAllowedTables.AddAllowedTable(Database::"Data Exch.")
Add OptimizeForTextSearch to fields in other extensions from tableextension
At the moment it is not possible to add OptimizeForTextSearch = true to fields when using modify on a field in a tableextension.
This should be able to be changed by developers.