Modify the line level values of a WBS record

The Work Breakdown Structure (WBS) record stores cost and revenue data for each line in an array of objects format when the timeline type is set to “Monthly.” Example of the serializedamounts field: serializedamounts:”[{“key”:307,”lineKey”:5,”type”:”Cost”,”eac”:null,”date”:”2024-10-01″},{“key”:308,”lineKey”:5,”type”:”Revenue”,”eac”:null,”date”:”2024-10-01″},{“key”:309,”lineKey”:5,”type”:”Cost”,”eac”:null,”date”:”2024-11-01″},{“key”:310,”lineKey”:5,”type”:”Revenue”,”eac”:null,”date”:”2024-11-01″},{“key”:311,”lineKey”:5,”type”:”Cost”,”eac”:null,”date”:”2024-12-01″},{“key”:312,”lineKey”:5,”type”:”Revenue”,”eac”:null,”date”:”2024-12-01″}]” To modify a specific Cost or Revenue value in the WBS record, we must: Retrieve the existing values for the serializedamounts… Continue reading Modify the line level values of a WBS record