How can create identification document at the time of new Worker creation in D365 F&O X++ .

As per the requirement we have to create few records at the time of worker creation. The purpose of this customization is to avoid any worker without passport & Id.

I standard D365 F&O we can enable and select one TYPE for identification document but I have to fill the Passport and MOL Number with issue country and expiry date.

Standard view.

Standard allow us to create worker with one identification document only after setup the Identification document in HR parameter also another information fieldsare also not available.

Expected view –

I am looking for something like below screen where we can assign multiple document with more detail information.

Also - Methods in HCMWorkerNewWorker Have mostly “Protected” & Private methods. Hoe we can use these method to add fields there.