Solution for Missing module reference in D365
It is necessary to understand that the error is because of the object is referring a model which is not part of the model reference in your current model.
For example if your current model is CustomModel1 and the object referred eg. Directory is not part of the CustomModel1 then it will give you an error,
Same will apply to any model used and not being part of the referenced model.
Solution :
Just update the model parameters with the Directory model in this case and then it is fixed.
Also note that you will have to add the reference of the model file which doing a checkin of the code.
Vikas Mehta.
No comments:
Post a Comment