Answered by:
How to filter Subgrid inline lookup in CRM 2013

Question
-
I have requirement where I want to filter inline lookup of subgrid ( NOTE: I don't want to filter sub-grid, instead I want to filter Subgrid inline lookup, The one which pops up when we click on magnify icon)
Is there any working solution? If any one tried anything to do this, Please let me know if its possible.
Thanks Regards Prashanth Kamasamudram Even the least work done for others awakens the power within; even thinking the least good of others gradually instills into the heart the strength of a lion.
Tuesday, April 1, 2014 4:11 PM
Answers
-
Hi Prashanth,
Please see this link. If I understand your question, this is what you need to do.
Cheers,
HD
- Marked as answer by Prashanth Kamasamudram Friday, October 9, 2015 11:04 AM
Wednesday, April 2, 2014 11:20 PM -
Pre filtering option is available in MSCRM 2013. Please check the below link.
http://community.dynamics.com/crm/b/magnetismsolutionscrmblog/archive/2013/09/30/crm-2013-javascript-lookup-filtering-using-addcustomfilter.aspx
- Edited by Pramod Modavathodi Wednesday, April 2, 2014 11:50 PM
- Proposed as answer by Pramod Modavathodi Wednesday, April 2, 2014 11:50 PM
- Marked as answer by Prashanth Kamasamudram Monday, November 21, 2016 7:53 AM
Wednesday, April 2, 2014 11:49 PM
All replies
-
Any suggestions?
Thanks Regards Prashanth Kamasamudram Even the least work done for others awakens the power within; even thinking the least good of others gradually instills into the heart the strength of a lion.
Wednesday, April 2, 2014 6:40 AM -
Hi Prashanth,
Please see this link. If I understand your question, this is what you need to do.
Cheers,
HD
- Marked as answer by Prashanth Kamasamudram Friday, October 9, 2015 11:04 AM
Wednesday, April 2, 2014 11:20 PM -
Pre filtering option is available in MSCRM 2013. Please check the below link.
http://community.dynamics.com/crm/b/magnetismsolutionscrmblog/archive/2013/09/30/crm-2013-javascript-lookup-filtering-using-addcustomfilter.aspx
- Edited by Pramod Modavathodi Wednesday, April 2, 2014 11:50 PM
- Proposed as answer by Pramod Modavathodi Wednesday, April 2, 2014 11:50 PM
- Marked as answer by Prashanth Kamasamudram Monday, November 21, 2016 7:53 AM
Wednesday, April 2, 2014 11:49 PM -
Did anyone find a supported solution for this? I know there are unsupported ways :-(
The links in the previous posts are for lookups only, and not subgrids.
Chris
Tuesday, October 14, 2014 5:19 PM -
I think there is no supported way to do this for the moment.
This link can help you to solve the problem: http://www.magnetismsolutions.co.nz/blog/paulnieuwelaar/2014/04/21/filter-n-n-add-existing-lookup-dynamics-crm-2013
The example is for N:N relationship, if you are working on 1:N subgrid, please change the method "Mscrm.GridRibbonActions.addExistingFromSubGridAssociated" to "Mscrm.GridRibbonActions.addExistingFromSubGridStandard"
Hope this helps anyone who stucks in such issue.
KalLuu/PhongChoi.
Wednesday, March 18, 2015 8:31 AM -
Hi
I referred the same link for MS CRM 2016. It's working for N:N subgrid but not for 1:N.
Does anyone know about to filter 1:N subgrid inline lookup.
Wednesday, April 20, 2016 3:53 PM -
Hi
I referred the same link for MS CRM 2016. It's working for N:N subgrid but not for 1:N.
Does anyone know about to filter 1:N subgrid inline lookup.
Please change the method "Mscrm.GridRibbonActions.addExistingFromSubGridAssociated" to "Mscrm.GridRibbonActions.addExistingFromSubGridStandard"Friday, July 8, 2016 6:47 AM