Detected Date
Closed Date
Issue Number
Legacy Issue Number
Defect Type
Status
Updating the psce__Date__c field via custom flow causes all timeline periods to have the same start date. This happens only when the flow is triggered by changes to the Opportunity's Close Date, while manual updates in QuoteX works fine.
psce__Date__c) of the first period via the UI.psce__Date__c field based on a change in the Opportunity's Close Date.Solution:
Modify the custom flow to ensure that after the first period's psce__Date__c is updated, subsequent periods are calculated based on the predefined frequency logic. Remember that Start Date, End Date and the Order are key fields for timeline period record.
Alternatively, allow the native QuoteX functionality to handle the date updates through UI manually only, by excluding this logic from the custom flow entirely.