Skip to content
New issue

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

Lacking support for the 'attach' SOAP operation #299

Open
jamesottaway opened this issue Nov 15, 2016 · 1 comment
Open

Lacking support for the 'attach' SOAP operation #299

jamesottaway opened this issue Nov 15, 2016 · 1 comment

Comments

@jamesottaway
Copy link

@iloveitaly is this something you'd be interested in a PR to add support for?

I need to send an AttachContactReference via the attach operation to set the role for a Contact.

The message body in my scenario needs to look like this:

<platformMsgs:attach>
  <platformMsgs:attachReference xsi:type="s0:AttachContactReference">
    <s0:attachTo xsi:type="s0:RecordRef" internalId="9044" type="customer" />
    <s0:contact internalId="9045" />
    <s0:contactRole internalId="-10" />
  </platformMsgs:attachReference>
</platformMsgs:attach>

I've read through the implementation of a few of the other "actions" in lib/netsuite/actions/ and believe I could write something to allow this operation.

Any thoughts? Even just a quick 👍 before I write too much code would be useful.

@iloveitaly
Copy link
Member

@jamesottaway definitely! Send over a PR... I'd love to get this functionality in the gem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants