Hello! I'm new to Netsuite. We have a new deployme...
# beginners
y
Hello! I'm new to Netsuite. We have a new deployment of NS in our organization and I am exploring ci/cd and SDLC in general. From research, it sounds like any suitescripts and suitelets, objects etc developed in the SDF can be connected as a monorepo in gitlab and then a single pipeline for deployment. There are some great tutorials and guides out there already to do this. I would love any advice or links to better understand the "Suiteflows" feature of NS - • if someone creates a suiteflow in an instance, does it correlate to a script/object/<insert appropriate NS "object"> that is also visible in SDF and therefore incorporated in our repo and ci/cd management? • Can we lock down suiteflow creation/modification in production
b
worflows are supported by sdf, but i would not expect someone to create a workflow via the sdf files
it would be much more common to actually create/edit the workflow via the ui
y
when they do create it in the UI, is there any way for that configuration to get replicated back to an SDF project? How do you deploy or replicate workflows across different environments if you ci/cd?
b
you can download/import the sdf representation of the file
🙌 1