jen
06/15/2022, 5:12 PMnlapiSetFieldValue()
works on inlineHTML fields, but not context.currentRecord.setValue()
. Can someone confirm I’m not just doing something dumb?NickSuite
06/15/2022, 5:13 PMjen
06/15/2022, 5:18 PMraghav
06/16/2022, 1:36 AMNickSuite
06/16/2022, 2:34 PMraghav
06/16/2022, 2:36 PMNickSuite
06/16/2022, 2:37 PMNickSuite
06/16/2022, 2:37 PMraghav
06/16/2022, 2:42 PMNickSuite
06/16/2022, 2:43 PMraghav
06/16/2022, 2:45 PMNickSuite
06/16/2022, 2:45 PMraghav
06/16/2022, 2:46 PMraghav
06/16/2022, 2:49 PMNickSuite
06/16/2022, 2:50 PMraghav
06/16/2022, 2:51 PMNickSuite
06/16/2022, 2:51 PMjen
06/16/2022, 4:23 PMjen
06/16/2022, 4:23 PMjen
06/16/2022, 4:25 PM<div id="whatever"></div>
and then doing jQuery('#whatever').html('the new content');
instead. Works ok and I’ve used this method before.