MR
09/06/2019, 1:41 PMvar newRecord = context.newRecord;
var itemName = newRecord.getSublistValue(
{
sublistId:'item',
fieldId: 'item',
line: i // this is in a loop
});
What I don't understand is why fieldId isn't the field Id I was expecting. For example, 'item' in fieldid in the above code returns the Internal Id of an item, but on the item's record, Internal Id is 'internalid' (not 'item'). Why are these different? How do I grab different/custom fields on an item that is on a Sale Order, if those item's field's id isn't recognized in this call? I am guessing this is just the wrong call to use, but it does return the right internalIds as 'items.' Thanks for any help!battk
09/06/2019, 1:43 PMbattk
09/06/2019, 1:44 PMbattk
09/06/2019, 1:45 PMMR
09/06/2019, 1:45 PMMR
09/06/2019, 1:50 PMbattk
09/06/2019, 1:55 PMbattk
09/06/2019, 1:56 PMMR
09/06/2019, 2:00 PMbattk
09/06/2019, 2:04 PMMR
09/06/2019, 2:05 PMMR
09/06/2019, 2:06 PMbattk
09/06/2019, 2:06 PMMR
09/06/2019, 2:09 PMbattk
09/06/2019, 2:10 PMMR
09/06/2019, 5:14 PMbattk
09/06/2019, 5:16 PMMR
09/06/2019, 5:18 PMbattk
09/06/2019, 5:19 PMMR
09/06/2019, 5:55 PMbattk
09/06/2019, 5:58 PMbattk
09/06/2019, 5:59 PMbattk
09/06/2019, 5:59 PMMR
09/06/2019, 5:59 PMbattk
09/06/2019, 5:59 PMMR
09/06/2019, 6:01 PMbattk
09/06/2019, 6:03 PMMR
09/09/2019, 7:47 PMbattk
09/09/2019, 7:51 PMbattk
09/09/2019, 7:51 PMMR
09/09/2019, 7:54 PMMR
09/09/2019, 7:55 PM