I have two table WI_MachineDrawing and BOM. There is two common filed call RevNo and WI_MachineDrawngNumber. Now I want to do something when i alter Wi_MachineDrwawng filed RevNo then BOM RevNo should be modified according to WI_MachineDrawing RevNo field.
相关问题
- How can I identify an Axapta class Name from the c
- How to hide enum values on a combo box at runtime?
- catching the warning message from aif web service
- How can you create a simple dialog box in Dynamics
- Updating a salesorder using AIF
相关文章
- CRUD operation in AX tables using C#
- How to create a lookup with fields from more than
- Table Update Event Handler
- Execute .exe in SSRS Report
- Nested notExists joins X++ (Dynamics AX3.0)
- Obtain Network Credentials from Current User in Wi
- View details control on ax 2012 form
- Update records that can be retrieved by multiple j
Override the modifiedField method on the table WI_MachineDrawing to update the field in BOM when RevNo changes: