Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Upsert bug fixes #33

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

hayden-t
Copy link

wildkatana's fixes plus:

trying to add an item sublist row to for example a sales order can return a SSS_INVALID_SUBLIST_OPERATION error, this is due to dynamic mode. way around it is to use setCurrentLineItemValue etc instead. this patch just checks for param bySelect in the sublist and uses this method instead, there may be other sublist types that need this, and a more comprehensive integration of these methods, but it works for me for now and thats enough for now...

Leighton Whiting and others added 4 commits May 2, 2016 10:03
This was causing upserts to fail for me.
Fix upsert typos - pull from wildkatana
trying to add an item sublist row to for example a sales order can return a SSS_INVALID_SUBLIST_OPERATION error, this is due to dynamic mode. way around it is to use setCurrentLineItemValue etc instead. this patch just checks for param bySelect in the sublist and uses this method instead, there may be other sublist types that need this, and a more comprehensive integration of these methods, but it works for me for now and thats enough for now...
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant