Posts

Add own entity to case management in D365

Image
Case managment is a generic cross module solution where you can log cases with or without a defined process and keep a information. A case can be related to a number of various entities in the solution. There are 9 case categories where you can group processes: ·          General ·          Sales ·          Purchase ·          Service ·          Project ·          Production ·          Collections ·          Audit ·          Human Resources You also have 22 entities you can associate the case with: ·          Lead ·       ...

Display Selected Record Details on Child Form in D365

Image
Problem: I came across the scenario in which I add Workflow to the Request for Quotation. When user access record from work Item Assigned to me form it will open latest record not selected record Solution: Define Relation on PurchRFQCaseTable with PurchRFQCaseTable  based on RecId and set following properties Another Scenario On button click on list page open form to display details of selected Record Step 1: Define relation on the table and set properties shown below Step 2: Set datasource Property of menuItem