al3xicon
02/10/2017, 5:57 PMcreece
02/10/2017, 6:00 PMerictgrubaugh
02/10/2017, 6:02 PMrsm_ryan_meyer
02/10/2017, 6:25 PMal3xicon
02/10/2017, 6:26 PMbrian-c
02/10/2017, 7:32 PMneerajrtiwari
02/10/2017, 7:53 PMal3xicon
02/10/2017, 7:54 PMneerajrtiwari
02/10/2017, 7:59 PMal3xicon
02/10/2017, 8:02 PMrsm_ryan_meyer
02/11/2017, 1:18 AMneerajrtiwari
02/11/2017, 1:23 AMsanjay.mazumdar
02/12/2017, 5:40 PMsanjay.mazumdar
02/12/2017, 5:47 PMmattdahse
02/12/2017, 5:49 PMmattdahse
02/12/2017, 5:49 PMerictgrubaugh
02/12/2017, 5:49 PMmattdahse
02/12/2017, 5:51 PMsanjay.mazumdar
02/12/2017, 5:52 PMsanjay.mazumdar
02/12/2017, 5:52 PMmattdahse
02/12/2017, 5:53 PMmg2017
02/12/2017, 9:45 PMmichoel
02/12/2017, 10:25 PMmichoel
02/12/2017, 10:25 PMvar record = nlapiCreateRecord('customrecordtype');
record.setFieldValue('recordname','New Custom Record');
record.setFieldValue('scriptid','_my_custom_record');
var id = nlapiSubmitRecord(record);
var field = nlapiCreateRecord('customrecordcustomfield',{'rectype': id});
field.setFieldValue('fieldtype','TEXT');
field.setFieldValue('label','Custom Field');
field.setFieldValue('internalid','_my_custom_field');
nlapiSubmitRecord(field);
mattdahse
02/12/2017, 11:49 PMsamus
02/13/2017, 7:42 PMmattb
02/13/2017, 8:30 PM${record@title}
field appears as “invoice” (not “tax invoice”). however, if i use the “save” button instead and then print manually (via the standalone “print” button), i see ${record@title}
appears as “tax invoice”. any ideas on this one?jokell
02/13/2017, 8:36 PMal3xicon
02/13/2017, 8:37 PMal3xicon
02/13/2017, 8:38 PM