gz_send not being updated after round trip
Posted: Thu Apr 24, 2014 3:55 pm
Hi again,
I have noticed my tool has failed to allow auto updates for a while. I finally dug into it and found that one of my TOs (Model/Serial/Cycle) never has its gz_Send value updated after a zync (round trip, push, pull, doesn't matter). Why would this happen? I've found that if I add records to MSC on the iPad, then push, the push works, but the gz_Send value is not changing.
I have gz_Send set to
Which is the default that came with QuickContact. Any idea why it wouldn't alter the value? gz_Send is correctly reset after other zyncs in other TOs. Thanks
I have noticed my tool has failed to allow auto updates for a while. I finally dug into it and found that one of my TOs (Model/Serial/Cycle) never has its gz_Send value updated after a zync (round trip, push, pull, doesn't matter). Why would this happen? I've found that if I add records to MSC on the iPad, then push, the push works, but the gz_Send value is not changing.
I have gz_Send set to
- Code: Select all
Let(
[
trigger = gz_ModTimeStamp
];
Case(
$gz_AllowZero; 0;
1
)
)
/*
This field is set to 1 when ever a change is made to the record. EXCEPT when that change is made by the GoZync processes, which all occur on a TO named "GoZync"
*/
Which is the default that came with QuickContact. Any idea why it wouldn't alter the value? gz_Send is correctly reset after other zyncs in other TOs. Thanks