79193089

Date: 2024-11-15 15:56:31
Score: 1
Natty:
Report link

Similar answer. I just put selected records directly in the same line rather than a separate variable.

var vFieldName =  model.getValue(this.data.selectedRecords[0],'COLUMN_NAME'); 
apex.item('P600_DISPLAY_PARENT_TASK').setValue(vFieldName);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: EJA