Implemented
0
Use unique fields as a proxy for updating rather than ignoring/inserting a new record.
Source: invoiceninja/invoiceninja#9657 · opened by @dylanh724
_Originally posted by @dylanh724 in
Eg:
Name: Foo,
Last Name: SomeLastName
Then on 2nd import:
Name: Foo,
First Name: Bar, // New field to create
Last Name: SomeNewLastName // Existing field with data to update
I expected either a dupe to happen (before the patch) or to update if !null (after the patch), but nothing actually happened (no dupe, no update).
If I were to reimport "Foo", I expected accompanying data to create or update sibling fields (in the example above, First Name, that previously didn't exist).
Eg:
Name: Foo,
Last Name: SomeLastName
Then on 2nd import:
Name: Foo,
First Name: Bar, // New field to create
Last Name: SomeNewLastName // Existing field with data to update
I expected either a dupe to happen (before the patch) or to update if !null (after the patch), but nothing actually happened (no dupe, no update).
If I were to reimport "Foo", I expected accompanying data to create or update sibling fields (in the example above, First Name, that previously didn't exist).
No pledges yet. Be the first to back this.
Comments
Similar requests
Support for outgoing request proxy
0 votes · 0 comments
Standard tax rate for time recording items in the invoice
1 vote · 0 comments
Feat request: Allow declaring my own unique identifiers (+disclaim yours)
0 votes · 0 comments
Double/non-unique VAT/tax names
0 votes · 0 comments
[Feature Request] Increase the number of custom fields or remove the limit on the number of custom fields
0 votes · 0 comments
No comments yet.