Hi guys, I've a validation error in my SDF project...
# sdf
a
Hi guys, I've a validation error in my SDF project, which I've mainly built by pulling SDF XML from my NetSuite dev account (and making several manual adjustments): "Error Message: Invalid "sourcefrom" reference key "[scriptid=customrecord_ket_clp_service.custrecord_ket_clp_srvc_service_id]"" the error is notified for a line where I am defining a property of a field within a custom record, in this way: <sourcefrom>[scriptid=customrecord_ket_clp_service.custrecord_ket_clp_srvc_service_id]</sourcefrom> any idea? other colleagues using SDF are saying they use the same syntax and get no error
w
could you paste the whole "<customrecordcustomfield>"-group?
a
<customrecordcustomfield scriptid="custrecord_ket_clp_cldprnt_serviceid">
<accesslevel>2</accesslevel>
<allowquickadd>F</allowquickadd>
<applyformatting>F</applyformatting>
<checkspelling>F</checkspelling>
<defaultchecked>F</defaultchecked>
<defaultselection></defaultselection>
<defaultvalue></defaultvalue>
<description></description>
<displayheight></displayheight>
<displaytype>HIDDEN</displaytype>
<displaywidth></displaywidth>
<dynamicdefault></dynamicdefault>
<encryptatrest>F</encryptatrest>
<fieldtype>TEXT</fieldtype>
<globalsearch>F</globalsearch>
<help></help>
<isformula>F</isformula>
<ismandatory>F</ismandatory>
<isparent>F</isparent>
<label>Printing Service ID</label>
<linktext></linktext>
<maxlength></maxlength>
<maxvalue></maxvalue>
<minvalue></minvalue>
<onparentdelete></onparentdelete>
<parentsubtab></parentsubtab>
<rolerestrict>F</rolerestrict>
<searchcomparefield></searchcomparefield>
<searchdefault></searchdefault>
<searchlevel>2</searchlevel>
<selectrecordtype></selectrecordtype>
<showinlist>F</showinlist>
<sourcefilterby></sourcefilterby>
<sourcefrom>[scriptid=customrecord_ket_clp_service.custrecord_ket_clp_srvc_service_id]</sourcefrom>
<sourcelist>[scriptid=customrecord_ket_clp_cldprnt.custrecord_ket_clp_cldprnt_service]</sourcelist>
<storevalue>F</storevalue>
<subtab>[scriptid=customrecord_ket_clp_cldprnt.tab_383_t1935601_388]</subtab>
</customrecordcustomfield>