Hi all,
Does anyone have tips on finding where specific pieces of data are being stored & the functions that interact with them?
For example:
I’m looking for the Work E-Mail that is shown in the Contact Info Group of the Employee File page. Debug / Page Info tells me a few things;
- It’s from view “COMPANY_PERSON_ALL”, but it isn’t a column. There is a function within “CompanyPerson” to “Get_Work_Email” that opens a rabbit whole of cascades functions.
- It also tells me “Name: WorkEmail, Mandatory: false, Translation Path: PersonnelFile.group.ContactInfoGroup.groupcontent.field.WorkEmail” - but I can’t find PersonnelFile anywhere to follow that path.
Is there an easier way to identify where a piece of information on the page is ultimately being stored?
Kind regards,
Josh