We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The syntax has changed. Compare:
scriptId is now used in place of internalId
scriptId
internalId
Also, referencing a record by ExternalId in a CustomField doesn't work. For example:
ExternalId
sales_order.custom_field_list.custbody_contactfield = { external_id: 'AEXTREF' }
The text was updated successfully, but these errors were encountered:
This problem is fixed with my pull request: #121
Sorry, something went wrong.
#121 is merged. This is fixed.
iloveitaly
No branches or pull requests
The syntax has changed. Compare:
scriptId
is now used in place ofinternalId
Also, referencing a record by
ExternalId
in a CustomField doesn't work. For example:The text was updated successfully, but these errors were encountered: