Skip to main content

Posts

Showing posts from July, 2019

Overcome Entity List View

Custom Hyperlink on Entity list for Related Records Using JavaScript Here I am going to explain how we can open records in the entity list using a custom hyperlink. In this scenario, we had a requirement to open the entity list to view the records, which is OOB and we were also asked to implement a link to related entity record which is shown in the entity list. I will explain a simple JavaScript here that I implemented to open related record using JavaScript. The entity list above displays the list of Registrations for a Contact against the Courses. We can view the details of the Registration by clicking on any of the Name Colum rows. In order to view the Courses Enrolled for? details we have written a JavaScript and after implementing the JavaScrip we get the following result on the entity list. JavaScript Code Snippet used:

Select Multiple Records from Entity List

Select Multiple Records from Entity List and Perform CRUD on records or related records Here I am going to demonstrate the process that can be used to select multiple records in an entity list to perform CRUD on records or related records. In this, we have one entity list which displays all the courses that are open for enrolment. CRM Contacts can log in to the portal and enrol for the desired coursed. The entity list is rendered on the portals as follows: The submit button is custom submit button which is designed to call Web API in order to perform the CRUD operation. Checkbox against each entity list item is designed using JQuery Registration Status is the Response from Web API Open means that the Registration is Currently Open for the logged-in portal contact to enrol and they can select multiple checkboxes and then click on Submit button to create their registration, In this, I am going to select : 1.  Diploma in Web Development 2.Bachelor of Applied Inf