What's the difference between &<<ITEM>>. and apex.item.getValue?
Can anybody tell me why the 1st line JS alert is empty, and the 2nd line returns the correct value in this JavaScript DA?
alert('P0_ACAD_YEAR 1 ' + apex.item("P0_ACAD_YEAR").getValue());
alert('P0_ACAD_YEAR 2 ' + '&P0_ACAD_YEAR.');
Thanks in advance,
David