So I went ahead and created a new custom body fiel...
# suitecommerce
i
So I went ahead and created a new custom body field to see if that would work and it doesn't.. So the fields aren't syncing in general.
s
Any new custom field needs to be added to Advanced > Custom Fields in the site's configuration record
As for adding standard fields, I honestly don't know if there's something different to do as it's not something I've explored
i
Hey so I added it to that custom fields tab as well
Even after adding it there it is not syncing so I'm super confused..
<input class="preferreddelivery-input" type="date" name="custbody_urb_requestshipdate" data-todayhighlight="true" value="{{model.options.custbody_urb_requestshipdate}}">
s
Is it being included in the service request to NetSuite?
i
Let me check
That would be something I look for in the network tab of the inspector correct?
s
yes
I would first make sure you've set it to preserve the network tab
then I would look at the request payload
you want to see whether the application is even sending it to netsuite
i
Nope it is not showing up there
I see that all of the other custom fields are shwoing up though
s
the way that the view and template plug into the wizard, there should be no additional set up code to get it to appear in the model
i
Yeah my view is using the Wizard
Does the field need to be on the review page?
Because right now it is only on the Shipping/Address step
Got it.. I had to remove it from the custom fields list and then readd it
s
Really? How odd!
Glad it works though