hey all, I have a question: I have a customer that wants his SC site to do something specific when the customer register, so basically customize the whole experience (suitescript, javascript, templates), is this something that on SC is possible?
w
wbermudo
03/30/2022, 3:24 AM
Short answer is yes, possible.
m
Matias Bonifacino
03/30/2022, 6:18 PM
even suitescript? so can I extend the controller and modify the functionality? or will i just have to use the extensibility api?
(thanks for the answer, btw) @wbermudo
w
wbermudo
03/30/2022, 6:24 PM
As best practice - use the extensions and as much as possible use extensibility API for this requirement.
m
Matias Bonifacino
03/30/2022, 7:20 PM
so you can download the development tools for SC as for SCA, and develop your own extensions, right?