I began a Dynamics 365 trial and attended a two day Microsoft training class for Dynamics 365. In the class we were told to use PowerApps. Since then I have a license. I made a solution through Dynamics.com. This is where I made custom entities, views, and forms. Then through PowerApps.com I made a model-driven app referencing the entities and was able to share a URL to users for testing.
The application posts transactions to an account using transaction codes. Again, these are custom entities. I want two things. First, I want to update a status field in the account when transactions are posted, based on information in the transaction type. Second I want to concatenate last+first+middle initial and write that into the default name field for the account.
The history entity has many-to-one relationships to both the account and transaction type entities. So, to update the account record, it needs to read the transaction-type record used, get some info, then update the account record referenced by the history record.
I want separate first name, last name, and middle initial fields on the account form. The default "name" field displays at the top of the form, and the default "name" field is used for look ups. So I need to update that value from last, first, and middle entered on the form.
I need to know whether to use plug-ins to do what I want, or use workflows. I can code, but want to use workflows since that would not involve coding. Unfortunately I can't see anywhere to create a workflow. I'm looking at the solution right now, through Dynamics.com, but the pop-up window says PowerApps. In the left explorer pane it has entities, option sets, client extensions, web resources, processes, etc. No where on the page can I find anything related to workflows. I tried to make business rules within the history and account entities, but that doesn't seem to be robust enough for what I need.
I have given the entire development path for the app since I began this. Please, someone steer me which way to go. Thanks
*This post is locked for comments