Problem with filling in fixed costs

Hello, there is a problem with filling in fixed costs. The documentation shows that filling in these fields goes through the creation of Baseline1-10 and adding data to the FixedCost field. But when substituting in the output file, these values are not present. Other values in the Baseline are filled in normally

field filling code:

public void SetBaseline(Task task, PointDto point) { var project = task.ParentProject; foreach (var baseline in point.AdditionalData.Baselines) { var newBaseline = new TaskBaseline(task) { BaselineNumber = baseline.BaselineNumber, Work = project.GetWork(baseline.Work), Cost = baseline.Cost, Bcws = baseline.Bcws, Bcwp = baseline.Bcwp, Interim = baseline.Interim, Start = baseline.Start, Finish = baseline.Finish, Duration = project.GetDuration(baseline.Duration.TimeSpan, baseline.Duration.TimeUnit), DurationFormat = baseline.DurationFormat, EstimatedDuration = baseline.EstimatedDuration, FixedCost = baseline.FixedCost }; newBaseline.TimephasedData.AddRange(baseline.TimephasedData); task.Baselines.Add(newBaseline); } }

template.zip (116.0 KB)

@baarkov
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): TASKSNET-10824

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

The issues you have found earlier (filed as TASKSNET-10824) have been fixed in this update.