"Price List Items" not sowing in Advanced Find.
Can anybody help??
Using CRM 2016 on premise
"Price List Items" not sowing in Advanced Find.
Can anybody help??
Using CRM 2016 on premise
Hello Lu Hao,
Thank you for your respond.
I couldn't find the attribute ' IsValidForAdvancedFind Property' in customization.xml file.
Below is the file.
Can you please share the solution to my email : fasilwdr@hotmail.com if you are using the same version?
My CRM Version 1612 (8.2.6.19) (DB 8.2.6.19) on-premises
<ImportExportXml xmlns:xsi="www.w3.org/.../XMLSchema-instance">
<Entities>
<Entity>
<Name LocalizedName="Price List Item" OriginalName="Price List Item">ProductPriceLevel</Name>
<ObjectTypeCode>1026</ObjectTypeCode>
<EntityInfo>
<entity Name="ProductPriceLevel" unmodified="1">
<attributes />
</entity>
</EntityInfo>
<RibbonDiffXml>
<CustomActions />
<Templates>
<RibbonTemplates Id="Mscrm.Templates"></RibbonTemplates>
</Templates>
<CommandDefinitions />
<RuleDefinitions>
<TabDisplayRules />
<DisplayRules />
<EnableRules />
</RuleDefinitions>
<LocLabels />
</RibbonDiffXml>
</Entity>
</Entities>
<Roles></Roles>
<Workflows></Workflows>
<FieldSecurityProfiles></FieldSecurityProfiles>
<Templates />
<EntityMaps />
<EntityRelationships />
<OrganizationSettings />
<optionsets />
<Languages>
<Language>1033</Language>
</Languages>
</ImportExportXml>
@Muhammed please verify the reponse to close this thread.
Hi,
Good news !!
Hi all,
When we exported the Price List Items entity in an solution, there was no "IsValidForAdvancedFind" Property in the customization.xml.
What fixed it is Mehdi's solution, with a very small change:
Mehdi's query:
update MetadataSchema.Entity set IsValidForAdvancedFind = 1 where Name = productpricelevel
Our query:
update MetadataSchema.Entity set IsValidForAdvancedFind = 1 where Name = 'ProductPriceLevel'
Hi Fasil,
I'm on the same page with Mehdi.
You will export the "Price List Items" entity in an unmanaged solution, open the customization.xml file of the solution, find the IsValidForAdvancedFind Property for the "Price List Items" entity and update the value to '1' before importing the solution back into CRM.
This solution is available for the D365 OP.
Hello Mehdi,
It was not worked for me.
Im using Version 1612 (8.2.6.19) (DB 8.2.6.19) on-premises
Any news ?
Hi,
It's by design, the price list items are not visible in the advanced find in your CRM version.
There is a property named "IsValidForAdvancedFind" in EntityMetadata to tag which entity should appear in Advanced Find. You can update this value directly on the database. I'm not sure if it's supported.
update MetadataSchema.Entity set IsValidForAdvancedFind = 1 where Name = productpricelevel
Reset your server, and clear your browser cache
Take a look to this blog, it explains how to remove an entity from the advanced find:
Good Luck !!
Daivat Vartak (v-9d...
225
Super User 2025 Season 1
Vahid Ghafarpour
78
Super User 2025 Season 1
Sahra
43