public void modifiedField(fieldId _fieldId)
{
BOM BOM;
;
super(_fieldId);
switch(_fieldId)
{
case fieldnum(WI_MachineDrawing, RevNo):
update_recordset BOM
setting RevNo = this.RevNo
where BOM.WI_MachineDrawingNumber = this.WI_MachineDrawingNumber;
break;
}
}
Subscribe to:
Post Comments (Atom)
POSTMAN D365
Postman is useful to test the behavior of different OData class from/to D365FO. In this post we will see the steps to setup Postman with D...
-
Form data source event handler [FormDataSourceEventHandler(formDataSourceStr(EcoResProductDetailsExtended, InventTable), FormDataSour...
-
Sales & Purchase Classes & Tables SalesOrder Classes : SalesTableType and SaleslineType classes will get called...
-
Here is a sequence of method’s calls during export: https://rahulmsdax.blogspot.com/2019/08/data-entity-methods-execution-sequence.html 1. i...
No comments:
Post a Comment