Owner of NetValue Technology. Find us at netvaluetech.com We offer integration implementation and support services for NetSuite, Shopify, 3PL and SalesForce integrations.
Hey there! Me again! I'm working on another SOAP project with a key in the request body of the export. Again, I'm trying to use a Token in the body of the request for authorization and it's not ...
This was super helpful. You saved me from hunting through stack overflow. I added a nested replace function to change <br> tags to spaces. This improved readability of the output. {{{regexReplace ...
Hi Tom! That make sense. I realize my comment may not have been very clear. This is the sentence that I didn't understand - "Triple-braces will also display in the output (unescaped)."
Hey There! Above in the triple braces description you say "Handlebars triple-braces remove URL encoding from characters that already have URL encoding applied. Triple-braces will also display in t...
The regexReplace section seems to be missing something in the template. It should read {{regexReplace field replacement regex options}}. I'm not sure about the index bit. There's reference to an ...
This really should be added to the setup steps. I just sent out a bunch of bad tracking data. Not cool. Please move this to part of the fulfillment setup.
The option to send the token in the body of the HTTP call is not well documented. How does one get the token entered into the body of the HTTP call? There's some help in the contextual help but i...
The substring description for the end index doesn't match the behavior. The end index acts like javascript and it's non-inclusive. That should be noted above. This was baffling me for a bit. Ho...
This is pretty messy. You mix shipping and billing address in the example above. Also, you should indicate that these BillingAddress1, 2, 3 fields do not appear as available fields to select. Co...
Thank you so much for clarifying that. It makes sense now. I made the change to 20 earlier for the batch size and the performance improved greatly.