D365: Set ConnectionId threw an exception

Recently, we got a weird error message "Set ConnectionId threw an exception" while trying to connect to D365 server from Visual Studio using Developer Toolkit. We were using VS 2015 and D365 Developer Toolkit. It was working fine and we were able to deploy plugins/custom workflows to D365 instance successfully. However, to work on reports, … Continue reading D365: Set ConnectionId threw an exception

D365: Custom Workflow Activity Input Parameter Type doesn’t Change

Recently, we were working on a custom workflow activity which takes Whole Number as input, process it and returns a String as Output. After developing it we tested it and it was working fine. Later, we wanted to change the data type of input parameter to Decimal so that we can take care of fraction … Continue reading D365: Custom Workflow Activity Input Parameter Type doesn’t Change