PowerApp (Microsoft Dynamics CRM) view for with a column for many-to-many relationship
I have an entity “contact” with a many-to-many relationship with the entity “email preference”. The “contact” also has a one-to-many relationship with the “account” entity. I want to create a view for contacts that shows what “email preference” each contact has, so I can use it on the “account page” to make a table like this:
How to add a column/attribute dynamically by clicking a button in MS Dynamics 365?
I’ve created a Ribbon Workbench button and added an action of JavaScript to create a string attribute(‘resource_name’) in the Opportunity Table. But, when I click on the button nothing happens, it neither shows success nor failure.