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();
Work smarter, not harder.
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
Post a Comment