Skip to main content

D365 portal get current record Id

 If you want to get current record id into Portal you can use this. I use it for my advance form.

 var currentRecordId = $('#EntityFormView_EntityID').val();  



Comments