Does it make a difference in PeopleCode Referencing fields using the Main Record Field Name vs. the
I have Field Change PeopleCode on the Union_CD field on Subrecord JOB_LBR_GBL_SBR which is part of the Job Record. Instead of using the Subrecord Name to reference the UNION_CD field, I am using the JOB record name. Example: If JOB.UNION_CD.Value = "001" instead of If JOB_LBR_GBL_SBR.UNION_CD.Value = "001".
Does it make a difference which version of the PeopleCode I use?