Slow Loading Project Records

Slow-loading Project Records can be caused by save searches used on sub-lists, especially ones that are loaded from the initial page load or by default. To troubleshoot this scenario: Navigate to the Project Record in question. On the first sub-tab, i.e. Tasks/Milestones, change the default view. If the record loads significantly faster than it previously… Continue reading Slow Loading Project Records

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