PaulS
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Activity overview
Latest activity by PaulS-
PaulS commented,
I made the correction and reran the flow. Still only 50k out of 150k were moved over. I adjusted the page size and batch size to see if that would make a difference and it did not. There are no ...
-
PaulS commented,
Thanks for the catch - I'll make the change and try again. I had that decrement in there before but took it out as it didn't seem to act correctly for what I was doing.
-
PaulS created a post,
NetSuite Item Load Does Not Return All of the Items
I have an export from NetSuite that is setup to pull all the items from the item database. In the sandbox, there are about 140k items in total. My "preSavePage" hook filters out some of the items...
-
PaulS commented,
I prepended the "data" to each of the mapping elements and it worked correctly - as you said in the first post! I'm still curious why it works without the "data" in the sales destination and not th...
-
PaulS commented,
Thanks again... I went and checked, and the production version is also set to "No." I put a debug trace on the production side and see if I can't pickup the equivalent of the sandbox side and post...
-
PaulS commented,
Thanks for the input, Scott. I have the same mapping on the "sale" that comes through first as shown above with a different form and it completes 100% of the time without the "data" preamble. Tec...
-
PaulS created a post,
NetSuite Cash Refund Values not passed from mapping to request
I am trying to post a cash refund from Celigo into NetSuite. I am getting an error stating that I must include values for "Customer, Date, and Location. I have the values mapped correctly in dest...
-
PaulS commented,
No, the flow processes all sales and returns (refunds). Exchanges were the 2nd phase of transactions being added. Because of the way the customer wants to account for the transactions - via cash ...
-
PaulS created a post,
Breaking up a single page with both cash sales and cash refunds between2 flows
I have a scenario which I am trying to solve. I am getting sent an "exchange" transaction from the POS system that I have to convert to NetSuite cash sales and cash refunds to handle them correctl...
-
PaulS commented,
Thanks, both of you! I will leave it as it is and do some testing!