1. rails model is saved, but ns push does not occur because of a `if:` sync conditional 2. ns push occurs at a later date, because of another save operation 3. only modified fields are included in the add call. add call fails. TODO - [ ] modify PushManager `opts[:modified]` field logic to be dependent on `new_netsuite_record?` https://github.com/NetSweet/netsuite_rails/blob/bf25843118fdfd2ca9f140b4d45d9e0bab98fb0e/lib/netsuite_rails/record_sync/push_manager.rb#L11-L18 - [ ] test case
if:sync conditionalTODO
opts[:modified]field logic to be dependent onnew_netsuite_record?netsuite_rails/lib/netsuite_rails/record_sync/push_manager.rb
Lines 11 to 18 in bf25843