Has anyone been successful in including a custom f...
# sdf
b
Has anyone been successful in including a custom form in a SuiteApp? I'm able to SDF upload into my test account with the custom form, but when I try to generate the project zip, I get these errors.
Copy code
There was an error when validating your project.
The following warnings were found during local validation:
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 1 - Error Message: The attribute "standard" has an invalid value. The expected values are the following - "STANDARDSCRIPTID=CUSTOMRECORD_CUSTRECFORM".
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 13 - Error Message: The attribute "position" is invalid, no attributes are expected.
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 8 - Error Message: The attribute "scriptid" is invalid, no attributes are expected.
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 93 - Error Message: The attribute "position" is invalid, no attributes are expected.
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 88 - Error Message: The attribute "scriptid" is invalid, no attributes are expected.
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 119 - Error Message: The attribute "position" is invalid, no attributes are expected.
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 114 - Error Message: The attribute "scriptid" is invalid, no attributes are expected.
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 145 - Error Message: The attribute "position" is invalid, no attributes are expected.
Warnings for file C:\Users\burkybang\WebstormProjects\My Project\Objects\custform_custrec.xml.
    - Line No. 140 - Error Message: The attribute "scriptid" is invalid, no attributes are expected.
The following errors were found during local validation:
Errors for file C:\Users\burkybang\WebstormProjects\My Project\manifest.xml.
    - Line No. 1 - Error Message: The following dependencies are missing from the manifest.xml file: [Feature - WMSSYSTEM:required]
After I resolve all the errors, it's satisfied, however, I'm then unable to SDF upload into my test accounts because of these errors.
Copy code
*** ERROR ***
Validation failed.
An error occurred during custom object validation. (custform_custrec)
Details: The fieldGroup field requires the scriptid attribute.
Details: The fields field requires the position attribute.
Details: The form's standard attribute value, STANDARDSCRIPTID=CUSTOMRECORD_CUSTRECFORM, must consist of a STANDARD prefix, followed by the script ID, followed by a FORM suffix. For example: STANDARDCUSTOMRECORD_CUSTRECFORM
Details: The standard attribute of the form must be a lowercase alphanumeric word.  It must neither begin with an underscore nor contain punctuation.
File: ~/Objects/custform_custrec.xml
It basically tells me to undo everything I just did. It's like I'm only able to satisfy one or the other.