Field methods triggered during message run

Prev Next

When running an import message, Connectivity Studio triggers standard D365 F&SCM field methods. This ensures that the same logic is applied as during manual data entry.

Example: Automatic calculation of project budget fields

Project budgeting uses system logic to calculate derived values based on cost prices. One example is the calculation of the Original Budget on project budget lines.

When a Connectivity Studio message creates or updates records in the ProjBudgetLine entity, the project budgeting logic is executed, such as, close() on ProjBudgetLineDetail. Based on the provided cost price values, the Original Budget is calculated automatically.