getting this error. I understand that they added a new parameter that needs to be passed in called ProcessMfgID, just not sure which service is needing this.
these are the custom assemblies we are using in the customization.
getting this error. I understand that they added a new parameter that needs to be passed in called ProcessMfgID, just not sure which service is needing this.
these are the custom assemblies we are using in the customization.
That’s part of their process manufacturing functionality that they have been adding. I’ve seen the licensing error that happens if you include this in a BAQ but I have not seen this specific message.
If it does not allow Nulls, does it need to be blank instead?
@Chris_Conn Any thoughts on this? I think you know the guy that made the original one in E10.
I vaguely remember jumping through some fiery hoops to build a custom bom viewer.
Is it calling:
Erp.BO.BomSearchSvc/GetDatasetForTree
or
Erp.BO.BomSearchSvc/GetDatasetForTreeByProcessMfgID
If just Tree, I would not expect it needs MfgID.
Judging by the stack, thats just a local data row, you could just do an OnRowChanging event, and populate it to “”.