Nicolas Bean
12/06/2020, 5:15 PMif (sublistid == tranid) {
deposit.setSublistValue({
sublistId: 'payment',
fieldId: 'deposit',
line: i,
value: true
});
log.debug('Deposit line set true', i);
Trying to set the deposit checkbox to "true" if the sublist transaction = the transaction id I have... this code seems to be able to identify the sublist id == tranid but doesn't set the value.. am I missing a commit or something?Zoran Roncevic
12/08/2020, 6:17 PMNicolas Bean
12/09/2020, 3:47 PMZoran Roncevic
12/09/2020, 4:03 PMNicolas Bean
12/09/2020, 4:04 PMZoran Roncevic
12/09/2020, 4:40 PMNicolas Bean
12/09/2020, 4:40 PMZoran Roncevic
12/09/2020, 4:52 PMNicolas Bean
12/09/2020, 4:52 PMZoran Roncevic
12/09/2020, 4:59 PMNicolas Bean
12/09/2020, 4:59 PMNicolas Bean
12/09/2020, 5:00 PMNicolas Bean
12/09/2020, 5:00 PMZoran Roncevic
12/09/2020, 5:01 PMNicolas Bean
12/09/2020, 5:02 PMZoran Roncevic
12/09/2020, 5:02 PMZoran Roncevic
12/09/2020, 5:09 PMNicolas Bean
12/14/2020, 3:30 AMNicolas Bean
12/14/2020, 3:30 AMZoran Roncevic
12/14/2020, 7:25 AM