Hello Guys,
Any idea about this error (Unit Schedule ID is Missing). I am setting GUID on product entity for Default Unit Schedule ID and Unit using the below code.
EntityReference UoMGuid = CrmHelper.getDefautUnitGuid();
ent["defaultuomscheduleid"] = UoMGuid.Id;
EntityReference uom=new EntityReference("uom", new Guid("4F0400C5-1BBC-4CBD-A0FA-81B21E8AFB87"));
ent["defaultuomid"] = uom.Id;
But after setting above code still getting the same error.
*This post is locked for comments