When trying to update only future occurences, I'm updating past occurances too. Any guidance would be greatly appreciated.
Background:
I'm updating a field service work order from my mobile device on a custom mobile screen . The screen name is (1RPS_FieldServiceMOB_WorkOrders_v1_live).
My desired action is:
When the field A1PoolRepairRecommended (field caption is Sticky Note to Customer) is updated from my mobile, I want that data to update future occurrences in the Series.
My result action is:
When the field A1PoolRepairRecommended (field caption is Sticky Note to Customer) is updated from my mobile, all occurrences in that series (past, future, changed occurences, etc.) are updated with the value of my Sticky Note field.
Actions I used to update series:
Retrieve Value From Table
From Table: Activity
From Field: RecurrenceRecordID
Where Field: RecordID
value is: Value From Screen
Act No.
If multiple results: Retrieve First
Place value in: Action Result
resultSeriesID
Update Field in Table
Update Table: Activity
Update Field: A1PoolRepairRecommended
Value from: Value From Screen
Sticky Note to Customer
Where the Field: RecurrenceRecordID
=
Action Result
resultSeriesID
I searched the forums to see if anyone else had the same issue but I couldnt' find anyting. I also tried to look at some original screens but I can't detect how default screens avoid changing occurances that have been already changed (i.e. "changed occurence").
I look forward to any feedback provided.
Regards,
James