Gerald Gillespie
02/10/2022, 11:12 AMstandard
attribute of the top level entryform
tag.
<entryForm scriptid="custform_tst_recorda" standard="STANDARDCUSTOMRECORD_TST_RECORDAFORM">
.
.
.
Line No. 1 - Error Message: The attribute "standard" has an invalid value. The expected values are the following - "STANDARDSCRIPTID=CUSTOMRECORD_TST_RECORDAFORM".
Gerald Gillespie
02/10/2022, 12:16 PMstandard
attribute of entryForm
is option. But it is not option according to the SDF tools:
Validation failed.
An error occurred during custom object validation. (custform_tst_recorda)
Details: The entryForm field requires the standard attribute.
2. Further, both webstorm plugin and node cli are interpreting this form as needing the SUBSCRIPTIONBILLING feature eventhough it is of type STANDARDCUSTOMRECORDFORM
3. The error message in node cli and webstorm tell you differently in how to populate the value of this field. The webstorm one is correct and node is incorrect. incorrect shown
- Line No. 1 - Error Message: The attribute "standard" has an invalid value. The expected values are the following - "STANDARDSCRIPTID=CUSTOMRECORD_TST_RECORDAFORM".
Ali Syed (NS DevTools QA)
02/10/2022, 12:18 PMlocal validate
If you validate against server, you will get the same error as in webstorm. Can you please tryGerald Gillespie
02/10/2022, 12:20 PMGerald Gillespie
02/10/2022, 12:57 PM