mg2017
05/03/2023, 2:40 PMssRowCount.pageRanges.forEach(function (pageRange) {
const data_page = ssRowCount.fetch({
index: pageRange.index
});
data_page.data.forEach(function (result) {
oldProfileCollection = result.getValue({
name: 'custentity_customer_profile',
summary: 'GROUP'
});
ssInternalId = result.getValue({
name: 'internalid',
summary: 'GROUP'
});
ssCusProfile = result.getText({
name: 'custrecord_profile',
join: 'CUSTRECORD_LOCATION',
summary: 'GROUP'
});
newProfileCollection.push(ssCusProfile);
}
);
});
setProfile(record, oldProfileCollection, ssInternalId, newProfileCollection);
scottvonduhn
05/03/2023, 2:51 PMmg2017
05/03/2023, 3:10 PMmg2017
05/03/2023, 3:12 PMscottvonduhn
05/03/2023, 3:13 PMscottvonduhn
05/03/2023, 3:19 PMscottvonduhn
05/03/2023, 3:25 PMmg2017
05/03/2023, 3:32 PMscottvonduhn
05/03/2023, 3:43 PMscottvonduhn
05/03/2023, 3:45 PMmg2017
05/03/2023, 3:57 PMscottvonduhn
05/03/2023, 4:09 PMscottvonduhn
05/03/2023, 4:11 PMmg2017
05/03/2023, 4:47 PM