Hello community !
I have a custom form that lists the recruitment applications from the HR module.
PATH: D365FO > Human Resource > Recruitment > Applications > Applications.
I have a custom button on the form named "Open". This button should take the user to the original form for the highlighted application record once clicked.
The custom code in the clicked method on the button is as follows:
Nothing complex, but the issue is that the HRMApplication form does open with empty fields.
I have applied the same concept on other forms and it works fine, but I'm facing this issue on the HRMApplication form only...
Screenshot of the HRMApplication form after clicking on the button:
As shown on the screenshot, all fields are empty.. while the original record is populated with data.
Does anyone know what am I missing?
Any advice is appreciated !
Thanks in advance !