<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
    <system>
        <section id="boomi_integration">
            <group id="services_push_order" translate="label" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="0">
                <label>Services - Order Push To Boomi</label>

                <field id="enabled" translate="label" type="select" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>Enabled</label>
                    <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                    <comment><![CDATA[Select Yes to enable this sync.<br /><span style="color:red;font-weight:bold;">!!! NOTE: IF TURNED OFF, SHOULD ALSO TURN OFF SAVED CC TO MAKE SURE THEY ARE STILL THERE WHEN TURNED BACK ON.<span>]]></comment>
                </field>
                <field id="path" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>Path / Service Name</label>
                    <comment><![CDATA[i.e. createOrders]]></comment>
                </field>

                <field id="debug" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0">
                    <label>Debug</label>
                    <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
                    <comment><![CDATA[Select Yes to enable for this sync.]]></comment>
                </field>
            </group>
        </section>
    </system>
</config>
