Hello!
I would like to query e.g. all records from custom table which has type First name of the current user in MS CRM Portal. Basically, I have a custom table which is related to Contact and for each field, I have some values in this table, values in this table are distinguished by the type which equals to the name of the field in Contact table. I am thinking to do it in a way to add webresource to the form and then query the data with the javascript and populate the data in the HTML table.
I would like to achieve:
Field | Value | Date | User |
First Name | Test 1 | 11.12.2018 | Miha |
Test 2 | 11.12.2018 | Miha | |
Last Name | Test 1 | 11.12.2018 | Miha |
Test 2 | 11.12.2018 | Miha | |
Test 3 | 11.12.2018 | Miha | |
Test 4 | 11.12.2018 | Miha |
I think that this functionality can not be achieved with out of the box features (subgrids can not be aligned with the one field, right? Or I am wrong?
BR,
MIha
*This post is locked for comments