Hi @ChrisPiasecki ,
In a Solution, I have renamed a table's Display Name. I am facing multiple issues trying to create new solution elements, such as custom command bar commands, and 'classic' dataverse Processes such as Workflows and Actions. Are there known issues when table display names are changed?
In the command bar case, when I first went to create command bar commands using PowerFX, there were errors. Opening the underlying 'app' revealed that the app instantiated the data source using the original table dispaly name. I managed to wrangle it by deleting and re-adding the data source...the designer also frequently references the old table display name, so I manually patch it up.
With regards to Actions, I am trying to build an action which sets properties on the table when a child record changes. When I bring up the properties of the Set Properties action on the table, an error pops up, without useful information, shown below. This doesn't happen with other tables.
Invalid Argument Invalid Argument. |
| | |
| | - Timestamp: 3/18/2022 3:19:28 PM UTC
- Service Request Id: f31b3189-3ddf-40f5-a687-81a2f65c6169
Hide Technical Details - Tenant Id: xxxxxxxxxxxxxxxxxxxx
- Url: https://xxxxxxxxxxxxxxx.crm.dynamics.com
- Organization Id: xxxxxxxxxxxxxxxxxxxxxx
- Type: CustomerTest
- Unique name: unqd369e80d88f1460c88c469e5168f3
- Created on: 11/5/2021 3:45:24 PM
- State: Enabled
- Security Group: Not set
|
I am tempted to try to rename the table back, but concerned this will break more existing components.
Any other fix? Is there something under the covers that needs to be fixed up to avoid these issues? How would one go about diagnosing this?