Does anyone know if there are any tricks in gettin...
# administration
n
Does anyone know if there are any tricks in getting around this error on an inline html field? "Your formula has an error in it. It could resolve to the wrong datatype, use an unknown function, or have a syntax error. Please go back, correct the formula, and re-submit." I am just copying what is in sandbox and it works fine there. Could it be that the admin before me changed some things (e.g. encoding) or something to get this value to save?
n
we need more info to resolve this. Look for missing custom fields or custom fields which have been created of a different type. maybe post your formula.
n
<b>Signature</b>
<div id="signature" style="border:1px solid"></div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://########-sb1.app.netsuite.com/core/media/media.nl?id=#######&amp;c=#######_SB1&amp;h=lw3c#############ZFO3&amp;mv=kx0pc6q8&amp;_xt=.js&amp;fcts=2###########738&amp;whence="></script> <div id="tools"></div> <script> jQuery(document).ready(function () { var signature = jQuery("#signature").jSignature(); jQuery("#signature").bind('change', function (e) { var signatureData = signature.jSignature("getData"); nlapiSetFieldValue("custevent_signature_data", signatureData); }); var $tools = jQuery('#tools') jQuery('<input type="button" value="Reset">').bind('click', function (e) { jQuery("#signature").jSignature('reset') }).appendTo($tools); }) </script>
n
that's more of a scripting question, please add it to #C29HQS63G btw are you adding the field on the same record type in Prod as Sandbox?
n
I tried in suitescript 13 days ago and only reply was to suitebuilder. haha