+1 ^^ <@U029A7U3VMM> (I'd like to know too!)
# sdf
d
+1 ^^ @Matt Bernstein (I'd like to know too!)
m
I just submitted a support case with netsuite and will keep you updated if they have a resolution or anything. It's supported in the bundler, so I'm not sure why they wouldn't support it with SDF
Issue is solved by deploying the center categories in a specific order in the deploy xml
d
How so?
And thanks by the way!
m
in the objects of the deploy, you have to list them out in order
Copy code
<objects>
    <path>~/Objects/main/*</path>
    <path>~/Objects/ordered/custcentercategory_category_1.xml</path>
    <path>~/Objects/ordered/custcentercategory_category_2.xml</path>
    <path>~/Objects/ordered/custcentercategory_category_3.xml</path>
</objects>