D365: Ribbon Button Icon Update in Unified Client Interface(UCI)

In the new type of interface in D365 CE i.e. Unified Client Interface(UCI), for any custom new ribbon button that we put on the form will have default puzzle icon as shown below: To use icons of our own choice, we need to use ".svg" image file. We can follow almost the same steps to … Continue reading D365: Ribbon Button Icon Update in Unified Client Interface(UCI)

D365: Value cannot be null. Parameter name: attributeName

Recently, while trying to retrieve records in D365 CE using LINQ, we got the following error message "Value cannot be null. Parameter name: attributeName". There was not much information in the stack trace as well. We were using below code to get records based on certain condition from 2 entities putting join as shown below: … Continue reading D365: Value cannot be null. Parameter name: attributeName