Working with SCA 2019.1 and Scriptable Cart. Is th...
# suitecommerce
j
Working with SCA 2019.1 and Scriptable Cart. Is there some documentation or examples on how to modify Transaction Body Fields with an SCA Extension? I see it mentioned on the Get Started With Scriptable Cart page (developers.suitecommerce.com/get-started-with-scriptable-cart) as a common thing to do, but I haven’t found anything demonstrating it. Does it need to be done with an Extension SuiteScript? Is it there a Model / API piece that I’m missing?
s
The easiest way to implement transaction body fields is to use our extension specifically built for this purpose. It removes all of the headaches. It is called SC Custom Fields.
If you want to implement it yourself, we have documentation on that. For a more detailed look, I have written a comprehensive blog post here: https://developers.suitecommerce.com/coding-for-commerce-extensions-webinar-follow-up-extending-the-checkout-and-using-events
If you want a super short tutorial then this was written for Elbrus but should still be applicable https://developers.suitecommerce.com/implement-custom-fields-easily-with-elbrus#title3
j
Thanks @Steve Goldberg! I’ll check those out and see if I can work it out from there.