Create an inline HTML field. ‘<h2 style=”color:#6f6f6f;text-transform: uppercase;font-size: 20px;”>’||{transactionnumber}||'</h2>’ Result :
Tag: customerrefund
Created from to Customer Refund suitescript
Create a Transaction List/Record field. Write a user event script. Within beforeLoad : let customerRefundId1 = context.newRecord; let credit = customerRefundId1.getValue({ fieldId: ‘entryformquerystring’ }); let credId = extractCredId(credit); function extractCredId(inputString) { var… Continue reading Created from to Customer Refund suitescript