web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics CRM (Archived)

Get current entity logical name and record ID in CRM Portal forms using JavaScript

(0) ShareShare
ReportReport
Posted on by 147

Hello Guys,

I am trying to get current entity logical name and record Id in CRM Portal forms using JavaScript using following code.

Entity logical name: $("#EntityFormControl_EntityFormView_EntityName").val();
Record ID: $("#EntityFormControl_EntityFormView_EntityID").val();

I have also used :

Entity logical name: $(“input[id^=’EntityFormControl_’][id$=’_EntityFormView_EntityName’]”).val()
Record ID: $(“input[id^=’EntityFormControl_’][id$=’_EntityFormView_EntityID’]”).val()

Both of the methods are not working so please help me... I want to use this in webresource inside portal.

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Dmytro Rutkovskyi Profile Picture
    1,835 on at

    Hi Amit,

    This way is still working if you are using entity form on the page. The actual control id can be slightly different, try below code to find out exact name and values in the console:

    $("input[type=hidden]").each(function(x,y){if (y.id.indexOf("EntityFormControl")>=0){console.log(y.id+" = ",y.value);}});


Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics CRM (Archived)

#1
SA-08121319-0 Profile Picture

SA-08121319-0 4

#1
Calum MacFarlane Profile Picture

Calum MacFarlane 4

#3
Alex Fun Wei Jie Profile Picture

Alex Fun Wei Jie 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans