-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Request] CustomerPayment #53
Comments
Attempting to implement this myself, how ever can someone explain to me how you guys are determining the ns# in https://github.com/fylein/netsuite-sdk-py/blob/master/netsuitesdk/internal/netsuite_types.py Edit:nm worked out the ns ... still trying to implement customerpayment tho :| |
I think ive written most of it... however... I'm new to netsuite and prob doing this wrong, does anyone have a raw SOAP xml of what a customer payment to an existing invoice should look like? from what i can see my payment is not being applied... trying to find examples on the net is next to impossible, so any help is appreciated |
Hey any luck with this? |
I have a pull request for this :) |
Hi @VeNoMouS Can you please share how you got the ns# for netsuite_types.py file. I am looking to add Budget transaction which are under the namespace urn:financial.transactions.webservices.netsuite.com |
I read the netsuite sdk documentation , here I also didnt end up using this module as it was too limiting... i went with https://github.com/jacobsvante/netsuite |
Thanks @VeNoMouS . |
Can support for
CustomerPayment
be added please?https://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2020_2/schema/record/customerpayment.html
thanks ❤️
The text was updated successfully, but these errors were encountered: