hey guys, i'm having an issue trying to deploy a f...
# sdf
p
hey guys, i'm having an issue trying to deploy a form to production, here is the error, Validation of account settings failed. An error occurred during account settings validation. Details: To install this SuiteCloud project, the SUBSCRIPTIONBILLING(Subscription Billing) feature must be enabled in the account., i read this post https://archive.netsuiteprofessionals.com/t/16032379/to-install-this-suitecloud-project-the-subscriptionbilling-s but the proposed solution doesn't work in webstorm 20251.0. Do you know if there is a know solution?
a
k so there's some important information missing here... what does you manifest.xml say regarding the subscriptionbilling feature? What is the status of that feature in the account? where did this form come from? does it include fields from another account where subscriptionbilling IS enabled are so the form has fields on with that assumption and now you're trying to deploy it to an account without that feature?!
๐Ÿ‘€ 1
p
Hey Anthony, thanks for the reply. We don't use that feature and the form is of a custom record. I tried setting required="false" but the script changes it back to true
a
idk what to tell you, something about the form is requiring subscription billing, review the fields on the form and any source froms in those fields
you're just trying to deploy that one form object correct?
p
there are 2 scripts and one custom record and its form. I remove the form the objects and i was able to deploy but when i add the form back it triggers the error.
a
post the form.xml
p
Copy code
<entryForm scriptid="custform_259_4585601_778" standard="STANDARDCUSTOMRECORD_EMBELLISHMENT_DETAILSFORM">
  <name>MGG Embellishment Details Form</name>
  <recordType>[scriptid=customrecord_embellishment_details]</recordType>
  <inactive>F</inactive>
  <preferred>T</preferred>
  <storedWithRecord>F</storedWithRecord>
  <mainFields>
    <fieldGroup scriptid="fieldgroup_2_4585601_780">
      <label>Primary Information</label>
      <visible>T</visible>
      <showTitle>T</showTitle>
      <singleColumn>F</singleColumn>
      <fields position="MIDDLE">
        <field>
          <id>RECORDID</id>
          <label>ID</label>
          <visible>T</visible>
          <mandatory>T</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>NAME</id>
          <label>Name</label>
          <visible>T</visible>
          <mandatory>T</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_sales_order]</id>
          <label>Sales Order</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_last_sales_order]</id>
          <label>Last Sales Order</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_logo_number]</id>
          <label>Logo Number</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_logo]</id>
          <label>Logo</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_logo_stops]</id>
          <label>Logo - Stops</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_logo_notes]</id>
          <label>Loto - Notes</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_logo_position]</id>
          <label>Logo Position</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>T</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_logo_coloration]</id>
          <label>Logo Coloration</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_style]</id>
          <label>Style</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_product_color]</id>
          <label>Product Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_color_code]</id>
          <label>Color Code</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_set_previous_color]</id>
          <label>Set Previous Colors</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_colors]</id>
          <label>Last Colors</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_dst_file]</id>
          <label>DST File</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>T</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_color_preview]</id>
          <label>Color Preview</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_product_image]</id>
          <label>Product Image</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_logo_image]</id>
          <label>Logo Image</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>T</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
      </fields>
    </fieldGroup>
    <fieldGroup scriptid="fieldgroup_3_4585601_848">
      <label>Colors</label>
      <visible>T</visible>
      <showTitle>T</showTitle>
      <singleColumn>F</singleColumn>
    </fieldGroup>
    <fieldGroup scriptid="fieldgroup_4_4585601_460">
      <label>Thread</label>
      <visible>T</visible>
      <showTitle>T</showTitle>
      <singleColumn>F</singleColumn>
      <fields position="MIDDLE">
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_1_thread_color]</id>
          <label>Stop 1 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_2_thread_color]</id>
          <label>Stop 2 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_3_thread_color]</id>
          <label>Stop 3 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_4_thread_color]</id>
          <label>Stop 4 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_5_thread_color]</id>
          <label>Stop 5 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_6_thread_color]</id>
          <label>Stop 6 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_7_thread_color]</id>
          <label>Stop 7 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_8_thread_color]</id>
          <label>Stop 8 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_9_thread_color]</id>
          <label>Stop 9 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_10_thread_color]</id>
          <label>Stop 10 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_11_thread_color]</id>
          <label>Stop 11 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
</field>
Copy code
<field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_12_thread_color]</id>
          <label>Stop 12 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
      </fields>
    </fieldGroup>
    <fieldGroup scriptid="fieldgroup_5_4585601_198">
      <label>Other Details</label>
      <visible>T</visible>
      <showTitle>T</showTitle>
      <singleColumn>F</singleColumn>
      <fields position="MIDDLE">
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_item]</id>
          <label>Item</label>
          <visible>F</visible>
          <mandatory>F</mandatory>
          <displayType>INLINETEXT</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
      </fields>
    </fieldGroup>
    <fieldGroup scriptid="fieldgroup_6_4585601_619">
      <label>Hex Colors</label>
      <visible>T</visible>
      <showTitle>T</showTitle>
      <singleColumn>F</singleColumn>
    </fieldGroup>
    <defaultFieldGroup>
      <fields position="MIDDLE">
        <field>
          <id>CUSTOMFORM</id>
          <label>Custom Form</label>
          <visible>F</visible>
          <mandatory>T</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>OWNER</id>
          <label>Owner</label>
          <visible>F</visible>
          <mandatory>T</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>CREATED</id>
          <label>Date Created</label>
          <visible>F</visible>
          <mandatory>T</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>LASTMODIFIED</id>
          <label>Last Modified</label>
          <visible>F</visible>
          <mandatory>T</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>ISINACTIVE</id>
          <label>Inactive</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>PARENT</id>
          <label>Parent</label>
          <visible>F</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_line_id]</id>
          <label>Line ID</label>
          <visible>F</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_swatch_preview]</id>
          <label>Swatch Preview</label>
          <visible>F</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_special_instructions]</id>
          <label>Notes</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_13_thread_color]</id>
          <label>Stop 13 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_14_thread_color]</id>
          <label>Stop 14 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_15_thread_color]</id>
          <label>Stop 15 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_16_thread_color]</id>
          <label>Stop 16 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_17_thread_color]</id>
          <label>Stop 17 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_18_thread_color]</id>
          <label>Stop 18 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_19_thread_color]</id>
          <label>Stop 19 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_20_thread_color]</id>
          <label>Stop 20 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_21_thread_color]</id>
          <label>Stop 21 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_22_thread_color]</id>
          <label>Stop 22 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_23_thread_color]</id>
          <label>Stop 23 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
        <field>
          <id>[scriptid=customrecord_embellishment_details.custrecord_ed_stop_24_thread_color]</id>
          <label>Stop 24 - Thread Color</label>
          <visible>T</visible>
          <mandatory>F</mandatory>
          <displayType>NORMAL</displayType>
          <columnBreak>F</columnBreak>
          <sameRowAsPrevious>F</sameRowAsPrevious>
        </field>
      </fields>
    </defaultFieldGroup>
  </mainFields>
  <tabs>
    <tab>
      <id>RECORDNOTES</id>
      <label>Notes</label>
      <visible>T</visible>
      <fieldGroups>
        <defaultFieldGroup/>
      </fieldGroups>
      <subItems>
        <subList>
          <id>RECORDUSERNOTES</id>
          <label>User Notes</label>
          <visible>T</visible>
          <neverEmpty>F</neverEmpty>
        </subList>
        <subList>
          <id>RECORDSYSTEMNOTES</id>
          <label>System Notes</label>
          <visible>T</visible>
          <neverEmpty>F</neverEmpty>
        </subList>
      </subItems>
    </tab>
    <tab>
      <id>RECORDWORKFLOW</id>
      <label>Workflow</label>
      <visible>T</visible>
      <fieldGroups>
        <defaultFieldGroup/>
      </fieldGroups>
      <subItems>
        <subList>
          <id>RECORDACTIVEWORKFLOWS</id>
          <label>Active Workflows</label>
          <visible>T</visible>
          <neverEmpty>F</neverEmpty>
        </subList>
        <subList>
          <id>RECORDWORKFLOWHISTORY</id>
          <label>Workflow History</label>
          <visible>T</visible>
          <neverEmpty>F</neverEmpty>
        </subList>
      </subItems>
    </tab>
    <tab>
      <id>RECORDTRANSLATION</id>
      <label>Translation</label>
      <visible>T</visible>
      <fieldGroups>
        <defaultFieldGroup/>
      </fieldGroups>
      <subItems>
        <subList>
          <id>RECORDTRANSLATIONS</id>
          <label>Translation</label>
          <visible>T</visible>
          <neverEmpty>F</neverEmpty>
        </subList>
      </subItems>
    </tab>
    <tab>
      <id>RECORDCUSTOM</id>
      <label>Custom</label>
      <visible>T</visible>
      <fieldGroups>
        <defaultFieldGroup/>
      </fieldGroups>
      <subItems/>
    </tab>
  </tabs>
  <actionbar>
    <menu>
      <menuitem>
        <id>DELETE</id>
        <label>Delete</label>
        <visible>T</visible>
      </menuitem>
      <menuitem>
        <id>MAKECOPY</id>
        <label>Make Copy</label>
        <visible>T</visible>
      </menuitem>
      <menuitem>
        <id>NEW</id>
        <label>New</label>
        <visible>T</visible>
      </menuitem>
      <menuitem>
        <id>PRINT</id>
        <label>Print</label>
        <visible>T</visible>
      </menuitem>
      <menuitem>
        <id>SUBMITCOPY</id>
        <label>Save & Copy</label>
        <visible>T</visible>
      </menuitem>
      <menuitem>
        <id>SUBMITNEW</id>
        <label>Save & New</label>
        <visible>T</visible>
      </menuitem>
      <menuitem>
        <id>SUBMITNEXT</id>
        <label>Save & Next</label>
        <visible>T</visible>
      </menuitem>
      <menuitem>
        <id>SUBMITAS</id>
        <label>Save As</label>
        <visible>T</visible>
      </menuitem>
    </menu>
  </actionbar>
  <editingInList>T</editingInList>
</entryForm>
m
I always replace the value to FALSE in the deploy and it seems to work. Probably not the most elegant solution, but if it ain't broke...
๐Ÿ‘€ 1
โ˜๏ธ 1
p
Hey Marc, i tried that but it reverts back to true. I remember having this issue in the past and i'll just remove the line from the manifest
a
ok nothing looks wrong on the form and if there was something off with the custom record... which I'd look at next... then the custom record itself shouldn't deploy... but you said that it does?
p
yes everything else worked except from the form
๐Ÿ‘ 1
a
can also just try removing the translations tab from the form I've found translations give weird issues with SDF
p
yeah i tried that, same thing
a
huh... yeah this a weird one, sorry I'm out of ideas
p
no worries, thanks though
e
how does it revert back to true? Are you running the Add Dependencies to Manifest over and over? Once you set it to false it should stick (if you donโ€™t run the above) and then validate/deploy