NetSweat
05/03/2019, 5:09 PMsuitemike
05/03/2019, 5:19 PMsuitemike
05/03/2019, 5:19 PMJMS
05/08/2019, 2:46 AMfsandi
05/08/2019, 3:11 PMmarkderrick
05/08/2019, 3:27 PMscottvonduhn
05/08/2019, 3:32 PMscottvonduhn
05/08/2019, 3:32 PMfsandi
05/08/2019, 3:32 PMscottvonduhn
05/08/2019, 3:34 PMfsandi
05/08/2019, 3:42 PMpinny frieder
05/09/2019, 1:07 PMmichoel
05/09/2019, 1:15 PMmichoel
05/09/2019, 1:15 PMmichoel
05/09/2019, 1:16 PM<#if>
<#else>
would be easierpinny frieder
05/09/2019, 1:17 PMpinny frieder
05/09/2019, 1:17 PMmichoel
05/09/2019, 1:19 PM<#if item.vendorname?has_content>
${item.vendorname}
<#else>
${item.item}
</#if>
Michael Mascitto
05/09/2019, 2:52 PMDon Conrad
05/09/2019, 6:03 PMwalkjones
05/09/2019, 6:04 PMKaty
05/09/2019, 7:44 PMnikkodave
05/09/2019, 8:47 PM<#if record.rechmachcustrecord_test?has_content><#list record.rechmachcustrecord_test as line>
TEST
</#list></#if>
Kunal
05/10/2019, 5:34 PMKaty
05/13/2019, 9:34 PMThai
05/13/2019, 11:34 PMalien4u
05/14/2019, 4:51 AMmarkderrick
05/14/2019, 12:46 PMscottvonduhn
05/14/2019, 3:00 PM<link name="NotoSans" type="font" subtype="truetype" src="${nsfont.NotoSans_Regular}" src-bold="${nsfont.NotoSans_Bold}" src-italic="${nsfont.NotoSans_Italic}" src-bolditalic="${nsfont.NotoSans_BoldItalic}" bytes="2" />
<link name="NotoSansCJKjp" type="font" subtype="opentype" src="${nsfont.NotoSansCJKjp_Regular}" src-bold="${nsfont.NotoSansCJKjp_Bold}" bytes="2" />
Then, in your CSS styles:
font-family: NotoSans, NotoSansCJKjp, sans-serif;
Obviously, the downside is that you are changing fonts, and it will change both the look and format of your templates. You could use a mix of other fonts, along with the NotoSansCJKjp, though, or alternatively upload a preferred font with Japanese character support to the filing cabinet, and reference that font instead. I think SuiteAnswers has an article for how to do that.scottvonduhn
05/14/2019, 3:05 PMnsfont
variable? I haven't been able to find any documentation of it. I only know of these because NetSuite's default templates reference them.